2 references to _resourceDictionaryType
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (2)
323
internal XamlType ResourceDictionaryType { get { return
_resourceDictionaryType
.Value; } }
356
= new Lazy<XamlMember>(() =>
_resourceDictionaryType
.Value.GetMember("DeferrableContent"));