Interface IResourceDictionary
An indexed dictionary of resources.
public interface IResourceDictionary : IResourceProvider, IResourceNode, IDictionary<object, object?>, ICollection<KeyValuePair<object, object?>>, IEnumerable<KeyValuePair<object, object?>>, IEnumerable
- Inherited Members
- Extension Methods
Properties
MergedDictionaries
Gets a collection of child resource dictionaries.
IList<IResourceProvider> MergedDictionaries { get; }
Property Value
ThemeDictionaries
Gets a collection of merged resource dictionaries that are specifically keyed and composed to address theme scenarios.
IDictionary<ThemeVariant, IThemeVariantProvider> ThemeDictionaries { get; }