Click or drag to resize

DefaultStyles Methods

The DefaultStyles type exposes the following members.

Methods
  NameDescription
Public methodClear
Removes all items from this ResourceDictionary.
(Inherited from ResourceDictionary.)
Public methodClearValue
Clears the local value of a dependency property.
(Inherited from DependencyObject.)
Public methodConnect
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFirst
Returns an iterator for the items in the collection.
(Inherited from ResourceDictionary.)
Public methodGetAnimationBaseValue
Returns any base value established for a dependency property, which would apply in cases where an animation is not active.
(Inherited from DependencyObject.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property from a DependencyObject.
(Inherited from DependencyObject.)
Public methodGetView
Retrieves a view against the ResourceDictionary.
(Inherited from ResourceDictionary.)
Public methodHasKey
Returns whether the ResourceDictionary has an entry with the requested key.
(Inherited from ResourceDictionary.)
Public methodInitializeComponent
Public methodInsert
Adds a new entry to the ResourceDictionary.
(Inherited from ResourceDictionary.)
Public methodLookup
Returns the value from the requested key, if an entry with that key exists.
(Inherited from ResourceDictionary.)
Public methodReadLocalValue
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject.)
Public methodRemove
Removes a specific item from the ResourceDictionary.
(Inherited from ResourceDictionary.)
Public methodSetValue
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also