Version

Extensions Class Members

The following tables list the members exposed by Extensions.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)DetachDetaches the given FrameworkElement from the visual tree.  
Public Methodstatic (Shared in Visual Basic)IsInVisualTreeOverloaded. Check if an element is in visual tree  
Public Methodstatic (Shared in Visual Basic)IsPlottableOverloaded. Determines if a numeric value is within the range of plottable values.  
Public Methodstatic (Shared in Visual Basic)IsVisibleInVisualTreeCheck if an element and its parent are in visual tree  
Public Methodstatic (Shared in Visual Basic)LogicalDescendantsOfType<T>Gets all the logical descendants of a certain type under the given parent FrameworkElement.  
Public Methodstatic (Shared in Visual Basic)ResetOverloaded. Resets the given PathGeometry.  
Public Methodstatic (Shared in Visual Basic)TransferChildrenToTransfers all of a Panel's Children to another Panel.  
Public Methodstatic (Shared in Visual Basic)VisualDescendantsOfType<T>Gets all the visual descendants of a certain type under the given parent FrameworkElement.  
See Also