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