|
| Name | Description |
|---|
|
ApplyAnimationClock
|
Overloaded. Animates the specified DependencyProperty using the specified AnimationClock. |
|
BeginAnimation
|
Overloaded. Applies an animation to the specified DependencyProperty. |
|
CheckAccess
|
Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
|
CheckIfSiteOfOrigin
|
Checks whether the bitmap source content is from a known site of origin. This method is used to make sure that pixel copying operations are safe.
|
|
ClearValue
|
Overloaded. Clears the local value of a property. |
|
Clone
|
Creates a modifiable clone of this BitmapSource, making deep copies of this object's values. When copying dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values.
|
|
CloneCore
|
Makes this instance a deep copy of the specified BitmapSource. When copying dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values. (Overrides Freezable.CloneCore(Freezable).) |
|
CloneCurrentValue
|
Creates a modifiable clone of this BitmapSource object, making deep copies of this object's current values. Resource references, data bindings, and animations are not copied, but their current values are.
|
|
CloneCurrentValueCore
|
Makes this instance a modifiable deep copy of the specified BitmapSource using current property values. Resource references, data bindings, and animations are not copied, but their current values are. (Overrides Freezable.CloneCurrentValueCore(Freezable).) |
|
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.) |
|
CopyPixels
|
Overloaded. Copies the bitmap pixel data. |
|
Create
|
Overloaded. Creates a new BitmapSource that has the specified properties and options. |
|
CreateInstance
|
Initializes a new instance of the Freezable class. (Inherited from Freezable.) |
|
CreateInstanceCore
|
When implemented in a derived class, creates a new instance of the Freezable derived class. (Inherited from Freezable.) |
|
Equals
|
Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Inherited from DependencyObject.) |
|
Finalize
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
Freeze
|
Makes the current object unmodifiable and sets its IsFrozen property to true. (Inherited from Freezable.) |
|
FreezeCore
|
Makes an instance of BitmapSource or a derived class immutable. (Overrides Animatable.FreezeCore(Boolean).) |
|
GetAnimationBaseValue
|
Returns the non-animated value of the specified DependencyProperty. (Inherited from Animatable.) |
|
GetAsFrozen
|
Creates a frozen copy of the Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from Freezable.) |
|
GetAsFrozenCore
|
Makes this instance a clone of the specified BitmapSource object. (Overrides Freezable.GetAsFrozenCore(Freezable).) |
|
GetCurrentValueAsFrozen
|
Creates a frozen copy of the Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from Freezable.) |
|
GetCurrentValueAsFrozenCore
|
Makes this instance a frozen clone of the specified BitmapSource. Resource references, data bindings, and animations are not copied, but their current values are. (Overrides Freezable.GetCurrentValueAsFrozenCore(Freezable).) |
|
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.) |
|
MemberwiseClone
|
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnChanged
|
Called when the current Freezable object is modified. (Inherited from Freezable.) |
|
OnFreezablePropertyChanged
|
Overloaded. Ensures that appropriate context pointers are established for a data member of type DependencyObject that has just been modified. |
|
OnPropertyChanged
|
Overrides the DependencyObject implementation of OnPropertyChanged to also invoke any Changed handlers in response to a changing dependency property of type Freezable. (Inherited from Freezable.) |
|
ReadLocalValue
|
Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject.) |
|
ReadPreamble
|
Ensures that the Freezable is being accessed from a valid thread. Inheritors of Freezable must call this method at the beginning of any API that reads data members that are not dependency properties. (Inherited from Freezable.) |
|
SetValue
|
Overloaded. Sets the local value of a dependency property. |
|
ShouldSerializeProperty
|
Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from DependencyObject.) |
|
ToString
|
Overloaded. Creates a string representation of this object based on the current culture. |
|
VerifyAccess
|
Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
|
WritePostscript
|
Raises the Changed event for the Freezable and invokes its OnChanged method. Classes that derive from Freezable should call this method at the end of any API that modifies class members that are not stored as dependency properties. (Inherited from Freezable.) |
|
WritePreamble
|
Verifies that the Freezable is not frozen and that it is being accessed from a valid threading context. Freezable inheritors should call this method at the beginning of any API that writes to data members that are not dependency properties. (Inherited from Freezable.) |