| 名前 | 解説 |
| Add | Adds the specified object to the end of the FreezableCollection. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。 |
| ApplyAnimationClock | オーバーロードされます。 Applies an System.Windows.Media.Animation.AnimationClock to the specified System.Windows.DependencyProperty. If the property is already animated, the System.Windows.Media.Animation.HandoffBehavior.SnapshotAndReplace handoff behavior is used. System.Windows.Media.Animation.Animatableから継承されます。 |
| BeginAnimation | オーバーロードされます。 Applies an animation to the specified System.Windows.DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the System.Windows.Media.Animation.HandoffBehavior.SnapshotAndReplace handoff behavior is used. System.Windows.Media.Animation.Animatableから継承されます。 |
| Clear | Removes all elements from the collection. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。 |
| ClearValue | オーバーロードされます。 Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. System.Windows.DependencyObjectから継承されます。 |
| Clone | Creates a modifiable clone of this FreezableCollection 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. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。 |
| CloneCurrentValue | Creates a modifiable copy of this FreezableCollection 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. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。 |
| CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 |
| Contains | Determines whether this FreezableCollection contains the specified value. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。 |
| CopyTo | Copies the entire FreezableCollection to a compatible one-dimensional array, starting at the specified index of the target array. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。 |
| Equals | System.Windows.DependencyObjectから継承されます。 |
| Freeze | Makes the current object unmodifiable and sets its System.Windows.Freezable.IsFrozen property to true. System.Windows.Freezableから継承されます。 |
| GetAnimationBaseValue | Returns the non-animated value of the specified System.Windows.DependencyProperty. System.Windows.Media.Animation.Animatableから継承されます。 |
| GetAsFrozen | Creates a frozen copy of the System.Windows.Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. System.Windows.Freezableから継承されます。 |
| GetCurrentValueAsFrozen | Creates a frozen copy of the System.Windows.Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. System.Windows.Freezableから継承されます。 |
| GetEnumerator | Returns an enumerator for the entire FreezableCollection. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。 |
| GetHashCode | Gets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 |
| GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire FreezableCollection. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。 |
| Insert | Inserts the specified object into the FreezableCollection at the specified index. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。 |
| InvalidateProperty | System.Windows.DependencyObjectから継承されます。 |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。 |
| Remove | Removes the first occurrence of the specified object from the FreezableCollection. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。 |
| RemoveAt | Removes the object at the specified zero-based index of the FreezableCollection. System.Windows.FreezableCollection<XamLinearGraphRange>から継承されます。 |
| SetCurrentValue | System.Windows.DependencyObjectから継承されます。 |
| SetValue | オーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。 |