Visual Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
| ClearValue | Overloaded. Clears the local value of a property. (inherited from DependencyObject) |
| CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the property on this type. (inherited from DependencyObject) |
| Equals | Overloaded. Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (inherited from DependencyObject) |
| FindCommonVisualAncestor | Finds the common ancestor of two visuals objects. |
| GetHashCode | Gets a hash code for this DependencyObject. (inherited from DependencyObject) |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (inherited from DependencyObject) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (inherited from DependencyObject) |
| InvalidateProperty | Re-evaluates the effective value for the specified dependency property (inherited from DependencyObject) |
| IsAncestorOf | Determines whether the visual object is an ancestor of the descendant visual object. |
| IsDescendantOf | Determines whether the visual object is a descendant of the ancestor visual object. |
| PointFromScreen | Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual. |
| PointToScreen | Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates. |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. (inherited from DependencyObject) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| SetValue | Overloaded. Sets the local value of a dependency property. (inherited from DependencyObject) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| TransformToAncestor | Returns a transform that can be used to transform coordinates from the Visual to the specified ancestor of the visual object. |
| TransformToDescendant | Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant. |
| TransformToVisual | Returns a transform that can be used to transform coordinates from the Visual to the specified visual object. |
| VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
| Name | Description | |
|---|---|---|
| AddVisualChild | Sets up the parent-child relationship between two visuals. |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetVisualChild | Returns the specified Visual in the parent VisualCollection. |
| HitTestCore | Overloaded. Determines whether the bounds of the visual object have been hit. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnPropertyChanged | Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (inherited from DependencyObject) |
| OnVisualChildrenChanged | Called when the VisualCollection of the visual object is modified. |
| OnVisualParentChanged | Called when the parent of the visual object is changed. |
| RemoveVisualChild | Removes the parent-child relationship between two visuals. |
| ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (inherited from DependencyObject) |
Reference
Visual ClassSystem.Windows.Media Namespace
VisualCollection
VisualTreeHelper