New to Telerik UI for WPFStart a free 30-day trial

Provides extension methods for manipulating document models in Telerik's document model.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public static class ExtensionMethods

Inheritance: objectExtensionMethods

Methods

Retrieves the associated inline UI container for the specified UIElement.

C#
public static InlineUIContainer GetAssociatedInlineUIContainer(this UIElement thisElement)
Parameters:thisElementUIElement

The UIElement for which to find the associated inline UI container.

Returns:

InlineUIContainer

The inline UI container associated with the specified UIElement, or null if no association exists.