1 write to _resourcesParent
PresentationFramework (1)
System\Windows\Markup\BamlCollectionHolder.cs (1)
162
_resourcesParent
= ((IHaveResources)Parent);
5 references to _resourcesParent
PresentationFramework (5)
System\Windows\Markup\BamlCollectionHolder.cs (5)
81
return
_resourcesParent
!= null ? typeof(ResourceDictionary) : PropertyDefinition.PropertyType;
123
if (
_resourcesParent
!= null)
125
_resourcesParent
.Resources = (ResourceDictionary)Collection;
163
_defaultCollection =
_resourcesParent
.Resources;
205
if (
_resourcesParent
== null &&