Click or drag to resize
ResourceDictionaryMergedDictionaries Property
Gets a collection of the ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public ObservableCollection<ResourceDictionary> MergedDictionaries { get; }

Property Value

Type: ObservableCollectionResourceDictionary
See Also