The following tables list the members exposed by ResourceWasher.
Name | Description | |
---|---|---|
ResourceWasher Constructor | Constructor |
Name | Description | |
---|---|---|
IsExcludedFromWashProperty | Identifies the IsExcludedFromWash attached dependency property | |
WashGroupProperty | Identifies the WashGroup attached dependency property |
Name | Description | |
---|---|---|
AutoWash | Gets/sets whether the wash will be triggered automatically. | |
Count | Gets the number of entries in the base System.Windows.ResourceDictionary. (Inherited from System.Windows.ResourceDictionary) | |
DeferrableContent | Gets or sets the deferrable content for this resource dictionary. (Inherited from System.Windows.ResourceDictionary) | |
InvalidatesImplicitDataTemplateResources | Gets or sets a value that indicates whether the invalidations fired by the System.Windows.ResourceDictionary object cause System.Windows.Controls.ContentPresenter objects to reevaluate their choice of template. The invalidations happen when an implicit data template resource changes. (Inherited from System.Windows.ResourceDictionary) | |
IsFixedSize | Gets whether this System.Windows.ResourceDictionary is fixed-size. (Inherited from System.Windows.ResourceDictionary) | |
IsReadOnly | Gets whether this System.Windows.ResourceDictionary is read-only. (Inherited from System.Windows.ResourceDictionary) | |
Item | Gets or sets the value associated with the given key. (Inherited from System.Windows.ResourceDictionary) | |
Keys | Gets a collection of all keys contained in this System.Windows.ResourceDictionary. (Inherited from System.Windows.ResourceDictionary) | |
MergedDictionaries | Gets a collection of the System.Windows.ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries. (Inherited from System.Windows.ResourceDictionary) | |
Source | Gets or sets the uniform resource identifier (URI) to load resources from. (Inherited from System.Windows.ResourceDictionary) | |
SourceDictionary | Gets/sets adictionary that contains the resources to clone. | |
Values | Gets a collection of all values associated with keys contained in this System.Windows.ResourceDictionary. (Inherited from System.Windows.ResourceDictionary) | |
WashColor | Gets/sets the default color to use to wash the resources in the SourceDictionary | |
WashGroups | Returns a collection of WashGroup objects. | |
WashMode | Gets/sets the method used to wash colors in the resources in the SourceDictionary. |
Name | Description | |
---|---|---|
Add | Adds a resource by key to this System.Windows.ResourceDictionary. (Inherited from System.Windows.ResourceDictionary) | |
BeginInit | Begins the initialization process. | |
Clear | Clears all keys (and values) in the base System.Windows.ResourceDictionary. This does not clear any merged dictionary items. (Inherited from System.Windows.ResourceDictionary) | |
Contains | Determines whether the System.Windows.ResourceDictionary contains an element with the specified key. (Inherited from System.Windows.ResourceDictionary) | |
CopyTo | Copies the System.Windows.ResourceDictionary elements to a one-dimensional System.Collections.DictionaryEntry at the specified index. (Inherited from System.Windows.ResourceDictionary) | |
EndInit | Ends the initialization process. | |
FindName | Not supported by this Dictionary implementation. (Inherited from System.Windows.ResourceDictionary) | |
GetEnumerator | Returns an System.Collections.IDictionaryEnumerator that can be used to iterate through the System.Windows.ResourceDictionary. (Inherited from System.Windows.ResourceDictionary) | |
GetIsExcludedFromWash | Gets the value of the 'IsExcludedFromWash' attached property | |
GetWashGroup | Gets the value of the 'WashGroup' attached property | |
RegisterName | Not supported by this Dictionary implementation. (Inherited from System.Windows.ResourceDictionary) | |
Remove | Removes the entry with the specified key from the base dictionary. (Inherited from System.Windows.ResourceDictionary) | |
SetIsExcludedFromWash | Sets the value of the 'IsExcludedFromWash' attached property | |
SetWashGroup | Sets the value of the 'WashGroup' attached property | |
UnregisterName | Not supported by this Dictionary implementation. (Inherited from System.Windows.ResourceDictionary) | |
WashResources | Clones and washes the resources from the SourceDictionary |
Name | Description | |
---|---|---|
OnGettingValue | Occurs when the System.Windows.ResourceDictionary receives a request for a resource. (Inherited from System.Windows.ResourceDictionary) | |
PerformColorWash | Washes a color. |