|
| Name | Description |
|---|
|
Add
|
Adds a QuaternionKeyFrame to the end of the collection.
|
|
CheckAccess
|
Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
|
Clear
|
Removes all QuaternionKeyFrame objects from the collection.
|
|
ClearValue
|
Overloaded. Clears the local value of a property. |
|
Clone
|
Creates a modifiable clone of this QuaternionKeyFrameCollection, 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 QuaternionKeyFrameCollection. 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 (deep copy) of the Freezable using its current values. (Inherited from Freezable.) |
|
CloneCurrentValueCore
|
Makes this instance a modifiable deep copy of the specified QuaternionKeyFrameCollection 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.) |
|
Contains
|
Gets a value that indicates whether the collection contains the specified QuaternionKeyFrame.
|
|
CopyTo
|
Copies all of the QuaternionKeyFrame objects in a collection to a specified array.
|
|
CreateInstance
|
Initializes a new instance of the Freezable class. (Inherited from Freezable.) |
|
CreateInstanceCore
|
Creates a new, frozen instance of QuaternionKeyFrameCollection. (Overrides Freezable.CreateInstanceCore().) |
|
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 this instance of QuaternionKeyFrameCollection read-only or determines whether it can be made read-only. (Overrides Freezable.FreezeCore(Boolean).) |
|
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 QuaternionKeyFrameCollection 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 QuaternionKeyFrameCollection. Resource references, data bindings, and animations are not copied, but their current values are. (Overrides Freezable.GetCurrentValueAsFrozenCore(Freezable).) |
|
GetEnumerator
|
Returns an enumerator that can iterate through the collection.
|
|
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.) |
|
IndexOf
|
Searches for the specified QuaternionKeyFrame and returns the zero-based index of the first occurrence within the entire collection.
|
|
Insert
|
Inserts a QuaternionKeyFrame into a specific location within the collection.
|
|
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.) |
|
Remove
|
Removes a QuaternionKeyFrame object from the collection.
|
|
RemoveAt
|
Removes the QuaternionKeyFrame at the specified index position from the collection.
|
|
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
|
Returns a string that represents the current object. (Inherited from Object.) |
|
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.) |