1 write to _resourcesParent
PresentationFramework (1)
System\Windows\Markup\BamlCollectionHolder.cs (1)
163
_resourcesParent
= ((IHaveResources)Parent);
5 references to _resourcesParent
PresentationFramework (5)
System\Windows\Markup\BamlCollectionHolder.cs (5)
82
return
_resourcesParent
!= null ? typeof(ResourceDictionary) : PropertyDefinition.PropertyType;
124
if (
_resourcesParent
!= null)
126
_resourcesParent
.Resources = (ResourceDictionary)Collection;
164
_defaultCollection =
_resourcesParent
.Resources;
206
if (
_resourcesParent
== null &&