|
| Name | Description |
|---|
 | ChildrenOfType<(Of <<'(T>)>>) |
Gets all child elements recursively from the visual tree by given type.
(Defined by ChildrenOfTypeExtensions.) |
 | ClearIfNoBindingAndSet |
Clears if set.
(Defined by CommonExtensions.) |
 | ClearIfSet |
Clears the property if a value has been set.
(Defined by CommonExtensions.) |
 | ClearValue |
Clears the local value of the read only property.
(Defined by DependencyPropertyExtensions.) |
 | CoerceValue |
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function
specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Defined by DependencyPropertyExtensions.) |
 | EnableLayoutRounding | (Defined by LayoutRoundingHelperExtensions.) |
 | FindChildByType<(Of <<'(T>)>>) |
Finds child element of the specified type. Uses breadth-first search.
(Defined by ChildrenOfTypeExtensions.) |
 | FromRoot |
Returns the coordinates of the given point with respect to the given element.
The given coordinates should be with respect to the root visual.
(Defined by Utils.) |
 | GetAssociatedInlineUIContainer | (Defined by ExtensionMethods.) |
 | GetAssociatedLayoutBox | (Defined by ExtensionMethods.) |
 | GetBoundsRelativeTo | (Defined by ExtensionMethods.) |
 | GetGlobalMousePosition | (Defined by WindowHost.) |
 | GetHashCodeOrZero | (Defined by ExtensionMethods.) |
 | GetParentPane | (Defined by DockingLogicalTreeHelper.) |
 | GetParents |
Enumerates through element's parents in the visual tree.
(Defined by ParentOfTypeExtensions.) |
 | GetVisualParent<(Of <<'(T>)>>) |
Searches up in the visual tree for parent element of the specified type.
(Defined by ParentOfTypeExtensions.) |
 | IsAncestorOf(DependencyObject) | Overloaded. (Defined by ExtensionMethods.) |
 | IsAncestorOf(DependencyObject) | Overloaded.
Determines whether the element is an ancestor of the descendant.
(Defined by ParentOfTypeExtensions.) |
 | IsKeyboardFocusWithin | (Defined by KeyboardHelper.) |
 | IsLocalValueSet(DependencyProperty) | Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by DependencyObjectExtensions.) |
 | IsLocalValueSet(DependencyProperty) | Overloaded.
Determines whether the specified dependency property local value is set.
(Defined by CommonExtensions.) |
 | ParentOfType<(Of <<'(T>)>>) |
Gets the parent element from the visual tree by given type.
(Defined by ParentOfTypeExtensions.) |
 | PointFromScreen |
Returns the coordinates of the given point with respect to the given element.
The given coordinates should be with respect to the root visual.
(Defined by Utils.) |
 | PointToScreen |
Returns the coordinates of the given point with respect to the root application.
The given point should be the coordinates with respect to the given framework element.
(Defined by Utils.) |
 | SetAssociatedLayoutBox | (Defined by ExtensionMethods.) |
 | SetIfDifferent |
Sets the value of the dependencyProperty property if it's hasn't that value currently.
(Defined by CommonExtensions.) |
 | SetLayout |
Sets the location in the element in Canvas.
(Defined by CommonExtensions.) |
 | SetLocation(Point) | Overloaded.
Sets the location in the element in Canvas.
(Defined by CommonExtensions.) |
 | SetLocation(Double, Double) | Overloaded.
Sets the location in the element in Canvas.
(Defined by CommonExtensions.) |
 | SetValue |
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Defined by DependencyPropertyExtensions.) |
 | SlideIn()()()() | Overloaded.
Slides the given element into view. This is an extension method.
(Defined by CalendarAnimation.) |
 | SlideIn(TimeSpan) | Overloaded.
Slides the given element into view. This is an extension method.
(Defined by CalendarAnimation.) |
 | SlideOut()()()() | Overloaded.
Slides the given element out of view. This is an extension method.
(Defined by CalendarAnimation.) |
 | SlideOut(TimeSpan) | Overloaded.
Slides the given element out of view. This is an extension method.
(Defined by CalendarAnimation.) |
 | ToRoot |
Returns the coordinates of the given point with respect to the root application.
The given point should be the coordinates with respect to the given framework element.
(Defined by Utils.) |
 | Translate(Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), TimeSpan) | Overloaded.
Translates the target element as requested by the parameters.
(Defined by CalendarAnimation.) |
 | Translate(Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), TimeSpan, Action) | Overloaded.
Translates the target element as requested by the parameters and executes the action request.
(Defined by CalendarAnimation.) |