Click or drag to resize
ResourceDictionary Properties

The ResourceDictionary type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the amount of elements in the ResourceDictionary
Public propertyDispatcher
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.)
Public propertyIsFixedSize
Gets a value indicating whether the System.Collections.IDictionary object has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the ResourceDictionary can be changed or not.
Public propertyIsSynchronized
Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).
Public propertyItem
Gets or sets the value associated with the given key.
Public propertyKeys
Returns a list of the keys in the ResourceDictionary
Public propertyMergedDictionaries
Gets a collection of the ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries.
Public propertySource
Gets or sets a Uniform Resource Identifier (URI) that provides the source location of a merged resource dictionary.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the System.Collections.ICollection.
Public propertyValues
Gets an ICollection containing a List of the values in this ResourceDictionary.
Top
See Also