ResourceDictionary Properties |
The ResourceDictionary type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the amount of elements in the ResourceDictionary
| |
Dispatcher |
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.) | |
IsFixedSize |
Gets a value indicating whether the System.Collections.IDictionary object has a fixed size.
| |
IsReadOnly |
Gets a value indicating whether the ResourceDictionary can be changed or not.
| |
IsSynchronized |
Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).
| |
Item |
Gets or sets the value associated with the given key.
| |
Keys |
Returns a list of the keys in the ResourceDictionary
| |
MergedDictionaries |
Gets a collection of the ResourceDictionary dictionaries that constitute
the various resource dictionaries in the merged dictionaries.
| |
Source |
Gets or sets a Uniform Resource Identifier (URI) that provides the source
location of a merged resource dictionary.
| |
SyncRoot |
Gets an object that can be used to synchronize access to the System.Collections.ICollection.
| |
Values |
Gets an ICollection containing a List of the values in this ResourceDictionary.
|