The CalendarHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddVisualChild |
Defines the parent-child relationship between two visuals.
(Inherited from Visual.) |
![]() | ClearValue | Overloaded. |
![]() | 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.
(Inherited from DependencyObject.) |
![]() | Equals |
Determines whether a provided DependencyObject is equivalent to the current DependencyObject.
(Inherited from DependencyObject.) |
![]() | FindCommonVisualAncestor |
Returns the common ancestor of two visual objects.
(Inherited from Visual.) |
![]() | 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.) |
![]() | GetValue |
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.) |
![]() | GetVisualChild |
Returns the specified Visual in the parent VisualCollection.
(Inherited from Visual.) |
![]() | HitTestCore | Overloaded. |
![]() | 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.
(Inherited from Visual.) |
![]() | IsDescendantOf |
Determines whether the visual object is a descendant of the ancestor visual object.
(Inherited from Visual.) |
![]() | 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.
(Inherited from Visual.) |
![]() | OnVisualParentChanged |
Called when the parent of the visual object is changed.
(Inherited from Visual.) |
![]() | PointFromScreen |
Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual.
(Inherited from Visual.) |
![]() | PointToScreen |
Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates.
(Inherited from Visual.) |
![]() | ReadLocalValue |
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.) |
![]() | ReceiveWeakEvent |
Receives events from the centralized event manager.
|
![]() | RemoveVisualChild |
Removes the parent-child relationship between two visuals.
(Inherited from Visual.) |
![]() | SetValue | Overloaded. |
![]() | ShouldSerializeProperty |
Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property.
(Inherited from DependencyObject.) |
![]() | TransformToAncestor | Overloaded. |
![]() | TransformToDescendant |
Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant.
(Inherited from Visual.) |
![]() | TransformToVisual |
Returns a transform that can be used to transform coordinates from the Visual to the specified visual object.
(Inherited from Visual.) |