1 write to _resourcesParent
PresentationFramework (1)
System\Windows\Markup\BamlCollectionHolder.cs (1)
161
_resourcesParent
= ((IHaveResources)Parent);
5 references to _resourcesParent
PresentationFramework (5)
System\Windows\Markup\BamlCollectionHolder.cs (5)
80
return
_resourcesParent
!= null ? typeof(ResourceDictionary) : PropertyDefinition.PropertyType;
122
if (
_resourcesParent
!= null)
124
_resourcesParent
.Resources = (ResourceDictionary)Collection;
162
_defaultCollection =
_resourcesParent
.Resources;
204
if (
_resourcesParent
== null &&