DelayBindingControllerCollection - класс

Definition

Пространство имён: Tessa.UI.Markup
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public class DelayBindingControllerCollection : FreezableCollection<DelayBindingController>
Inheritance
Object    DispatcherObject    DependencyObject    Freezable    Animatable    FreezableCollectionDelayBindingController    DelayBindingControllerCollection

Конструкторы

DelayBindingControllerCollectionИнициализирует новый экземпляр класса DelayBindingControllerCollection

Свойства

CanFreezeGets a value that indicates whether the object can be made unmodifiable.
(Унаследован от Freezable)
CountGets the number of elements contained by this FreezableCollectionT.
(Унаследован от FreezableCollectionDelayBindingController)
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance.
(Унаследован от DependencyObject)
DispatcherGets the Dispatcher this DispatcherObject is associated with.
(Унаследован от DispatcherObject)
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object's dependency properties.
(Унаследован от Animatable)
IsFrozenGets a value that indicates whether the object is currently modifiable.
(Унаследован от Freezable)
IsSealedGets a value that indicates whether this instance is currently sealed (read-only).
(Унаследован от DependencyObject)
ItemGets or sets the element at the specified index.
(Унаследован от FreezableCollectionDelayBindingController)

Методы

AddAdds the specified object to the end of the FreezableCollectionT.
(Унаследован от FreezableCollectionDelayBindingController)
ApplyAnimationClock(DependencyProperty, AnimationClock)Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the SnapshotAndReplace handoff behavior is used.
(Унаследован от Animatable)
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)Applies an AnimationClock to the specified DependencyProperty. If the property is already animated, the specified HandoffBehavior is used.
(Унаследован от Animatable)
BeginAnimation(DependencyProperty, AnimationTimeline)Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the SnapshotAndReplace handoff behavior is used.
(Унаследован от Animatable)
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)Applies an animation to the specified DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the specified HandoffBehavior is used.
(Унаследован от Animatable)
CheckAccessDetermines whether the calling thread has access to this DispatcherObject.
(Унаследован от DispatcherObject)
ClearRemoves all elements from the collection.
(Унаследован от FreezableCollectionDelayBindingController)
ClearValue(DependencyProperty)Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Унаследован от DependencyObject)
ClearValue(DependencyPropertyKey)Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey.
(Унаследован от DependencyObject)
CloneCreates a modifiable clone of this FreezableCollectionT and its contents, making deep copies. If this collection (or its contents) has animated dependency properties, the property's base value is copied, not its current animated value.
(Унаследован от FreezableCollectionDelayBindingController)
CloneCoreMakes this instance a clone (deep copy) of the specified FreezableCollectionT using base (non-animated) property values.
(Унаследован от FreezableCollectionDelayBindingController)
CloneCurrentValueCreates a modifiable copy of this FreezableCollectionT and its contents, making deep copies of this object's current values. If this object (or the objects it contains) contains animated dependency properties, their current animated values are copied.
(Унаследован от FreezableCollectionDelayBindingController)
CloneCurrentValueCoreMakes this instance a modifiable clone (deep copy) of the specified FreezableCollectionT using current property values.
(Унаследован от FreezableCollectionDelayBindingController)
CoerceValueCoerces 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.
(Унаследован от DependencyObject)
ContainsDetermines whether this FreezableCollectionT contains the specified value.
(Унаследован от FreezableCollectionDelayBindingController)
CopyToCopies the entire FreezableCollectionT to a compatible one-dimensional array, starting at the specified index of the target array.
(Унаследован от FreezableCollectionDelayBindingController)
CreateInstanceInitializes a new instance of the Freezable class.
(Унаследован от Freezable)
CreateInstanceCoreCreates a new instance of the FreezableCollectionT.
(Унаследован от FreezableCollectionDelayBindingController)
EqualsDetermines whether a provided DependencyObject is equivalent to the current DependencyObject.
(Унаследован от DependencyObject)
FreezeMakes the current object unmodifiable and sets its IsFrozen property to .
(Унаследован от Freezable)
FreezeCoreMakes this FreezableCollectionT object unmodifiable or determines whether it can be made unmodifiable.
(Унаследован от FreezableCollectionDelayBindingController)
GetAnimationBaseValueReturns the non-animated value of the specified DependencyProperty.
(Унаследован от Animatable)
GetAsFrozenCreates 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.
(Унаследован от Freezable)
GetAsFrozenCoreMakes this instance a frozen clone of the specified FreezableCollectionT using base (non-animated) property values.
(Унаследован от FreezableCollectionDelayBindingController)
GetCurrentValueAsFrozenCreates a frozen copy of the Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference.
(Унаследован от Freezable)
GetCurrentValueAsFrozenCoreMakes this instance a frozen clone of the specified Freezable. If this object has animated dependency properties, their current animated values are copied.
(Унаследован от FreezableCollectionDelayBindingController)
GetEnumeratorReturns an enumerator for the entire FreezableCollectionT.
(Унаследован от FreezableCollectionDelayBindingController)
GetHashCodeGets a hash code for this DependencyObject.
(Унаследован от DependencyObject)
GetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject.
(Унаследован от DependencyObject)
GetValueReturns the current effective value of a dependency property on this instance of a DependencyObject.
(Унаследован от DependencyObject)
IndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire FreezableCollectionT.
(Унаследован от FreezableCollectionDelayBindingController)
InsertInserts the specified object into the FreezableCollectionT at the specified index.
(Унаследован от FreezableCollectionDelayBindingController)
InvalidatePropertyRe-evaluates the effective value for the specified dependency property.
(Унаследован от DependencyObject)
OnChangedCalled when the current Freezable object is modified.
(Унаследован от Freezable)
OnFreezablePropertyChanged(DependencyObject, DependencyObject)Ensures that appropriate context pointers are established for a DependencyObjectType data member that has just been set.
(Унаследован от Freezable)
OnFreezablePropertyChanged(DependencyObject, DependencyObject, DependencyProperty)This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.
(Унаследован от Freezable)
OnPropertyChangedOverrides the DependencyObject implementation of OnPropertyChanged(DependencyPropertyChangedEventArgs) to also invoke any Changed handlers in response to a changing dependency property of type Freezable.
(Унаследован от Freezable)
ReadLocalValueReturns the local value of a dependency property, if it exists.
(Унаследован от DependencyObject)
ReadPreambleEnsures 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.
(Унаследован от Freezable)
RemoveRemoves the first occurrence of the specified object from the FreezableCollectionT.
(Унаследован от FreezableCollectionDelayBindingController)
RemoveAtRemoves the object at the specified zero-based index of the FreezableCollectionT.
(Унаследован от FreezableCollectionDelayBindingController)
SetCurrentValueSets the value of a dependency property without changing its value source.
(Унаследован от DependencyObject)
SetValue(DependencyProperty, Object)Sets the local value of a dependency property, specified by its dependency property identifier.
(Унаследован от DependencyObject)
SetValue(DependencyPropertyKey, Object)Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Унаследован от DependencyObject)
ShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property.
(Унаследован от DependencyObject)
VerifyAccessEnforces that the calling thread has access to this DispatcherObject.
(Унаследован от DispatcherObject)
WritePostscriptRaises 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.
(Унаследован от Freezable)
WritePreambleVerifies 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.
(Унаследован от Freezable)

События

ChangedOccurs when the Freezable or an object it contains is modified.
(Унаследован от Freezable)

См. также