ResourceWasherデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ResourceWasher コンストラクタ | コンストラクター |
名前 | 解説 | |
---|---|---|
IsExcludedFromWashProperty | IsExcludedFromWash 付属依存プロパティを識別します | |
WashGroupProperty | WashGroup 付属依存プロパティを識別します |
名前 | 解説 | |
---|---|---|
AutoWash | ウォッシュが自動的にトリガーされるかどうかを取得または設定します。 | |
Count | Gets the number of entries in the base System.Windows.ResourceDictionary. System.Windows.ResourceDictionaryから継承されます。 | |
DeferrableContent | Gets or sets the deferrable content for this resource dictionary. 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. System.Windows.ResourceDictionaryから継承されます。 | |
IsFixedSize | Gets whether this System.Windows.ResourceDictionary is fixed-size. System.Windows.ResourceDictionaryから継承されます。 | |
IsReadOnly | Gets whether this System.Windows.ResourceDictionary is read-only. System.Windows.ResourceDictionaryから継承されます。 | |
Item | Gets or sets the value associated with the given key. System.Windows.ResourceDictionaryから継承されます。 | |
Keys | Gets a collection of all keys contained in this System.Windows.ResourceDictionary. System.Windows.ResourceDictionaryから継承されます。 | |
MergedDictionaries | Gets a collection of the System.Windows.ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries. System.Windows.ResourceDictionaryから継承されます。 | |
Source | Gets or sets the uniform resource identifier (URI) to load resources from. System.Windows.ResourceDictionaryから継承されます。 | |
SourceDictionary | クローンするためのリソースを含むディクショナリを取得または設定します。 | |
Values | Gets a collection of all values associated with keys contained in this System.Windows.ResourceDictionary. System.Windows.ResourceDictionaryから継承されます。 | |
WashColor | SourceDictionary でリソースをウォッシュするために使用するデフォルト色を取得または設定します。 | |
WashGroups | WashGroup オブジェクトのコレクションを返します。 | |
WashMode | SourceDictionary でリソースの色をウォッシュするために使用するメソッドを取得または設定します。 |
名前 | 解説 | |
---|---|---|
Add | Adds a resource by key to this System.Windows.ResourceDictionary. System.Windows.ResourceDictionaryから継承されます。 | |
BeginInit | 初期化プロセスを開始します。 | |
Clear | Clears all keys (and values) in the base System.Windows.ResourceDictionary. This does not clear any merged dictionary items. System.Windows.ResourceDictionaryから継承されます。 | |
Contains | Determines whether the System.Windows.ResourceDictionary contains an element with the specified key. System.Windows.ResourceDictionaryから継承されます。 | |
CopyTo | Copies the System.Windows.ResourceDictionary elements to a one-dimensional System.Collections.DictionaryEntry at the specified index. System.Windows.ResourceDictionaryから継承されます。 | |
EndInit | 初期化プロセスを終了します。 | |
FindName | Not supported by this Dictionary implementation. System.Windows.ResourceDictionaryから継承されます。 | |
GetEnumerator | Returns an System.Collections.IDictionaryEnumerator that can be used to iterate through the System.Windows.ResourceDictionary. System.Windows.ResourceDictionaryから継承されます。 | |
GetIsExcludedFromWash | 'IsExcludedFromWash' 添付プロパティの値を取得します。 | |
GetWashGroup | 'WashGroup' 添付プロパティの値を取得します。 | |
RegisterName | Not supported by this Dictionary implementation. System.Windows.ResourceDictionaryから継承されます。 | |
Remove | Removes the entry with the specified key from the base dictionary. System.Windows.ResourceDictionaryから継承されます。 | |
SetIsExcludedFromWash | 'IsExcludedFromWash' 添付プロパティの値を設定します。 | |
SetWashGroup | 'WashGroup' 添付プロパティの値を設定します。 | |
UnregisterName | Not supported by this Dictionary implementation. System.Windows.ResourceDictionaryから継承されます。 | |
WashResources | SourceDictionary からリソースをクローンおよびウォッシュします。 |
名前 | 解説 | |
---|---|---|
OnGettingValue | Occurs when the System.Windows.ResourceDictionary receives a request for a resource. System.Windows.ResourceDictionaryから継承されます。 | |
PerformColorWash | 色をウォッシュします。 |