IResourceDictionary Properties
Properties
Count | Gets the number of elements contained in the ICollection(T). (Inherited from ICollection(KeyValuePair(Object, Object))) |
HasResources | Gets a value indicating whether the object has resources. (Inherited from IResourceNode) |
IsReadOnly | Gets a value indicating whether the ICollection(T) is read-only. (Inherited from ICollection(KeyValuePair(Object, Object))) |
Item(TKey) | Gets or sets the element with the specified key. (Inherited from IDictionary(Object, Object)) |
Keys | Gets an ICollection(T) containing the keys of the IDictionary(TKey, TValue). (Inherited from IDictionary(Object, Object)) |
MergedDictionaries | Gets a collection of child resource dictionaries. |
Owner | Gets the owner of the resource provider. (Inherited from IResourceProvider) |
ThemeDictionaries | Gets a collection of merged resource dictionaries that are specifically keyed and composed to address theme scenarios. |
Values | Gets an ICollection(T) containing the values in the IDictionary(TKey, TValue). (Inherited from IDictionary(Object, Object)) |