ExtensionMethods
Class
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)
The UIElement for which to find the associated inline UI container.
Returns:The inline UI container associated with the specified UIElement, or null if no association exists.