ResourceDictionary Properties
.NET Framework 4.5
The ResourceDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of entries in the base ResourceDictionary. |
|
DeferrableContent | Infrastructure. Gets or sets the deferrable content for this resource dictionary. |
|
IsFixedSize | Gets whether this ResourceDictionary is fixed-size. |
|
IsReadOnly | Gets whether this ResourceDictionary is read-only. |
|
Item | Gets or sets the value associated with the given key. |
|
Keys | Gets a collection of all keys contained in this ResourceDictionary. |
|
MergedDictionaries | Gets a collection of the ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries. |
|
Source | Gets or sets the uniform resource identifier (URI) to load resources from. |
|
Values | Gets a collection of all values associated with keys contained in this ResourceDictionary. |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | Infrastructure. For a description of this member, see ICollection.IsSynchronized. |
|
ICollection.SyncRoot | For a description of this member, see ICollection.SyncRoot. |
|
IUriContext.BaseUri | For a description of this member, see IUriContext.BaseUri. |