1 write to _resourcesParent
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (1)
167
_resourcesParent
= ((IHaveResources)Parent);
5 references to _resourcesParent
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (5)
86
return
_resourcesParent
!= null ? typeof(ResourceDictionary) : PropertyDefinition.PropertyType;
128
if (
_resourcesParent
!= null)
130
_resourcesParent
.Resources = (ResourceDictionary)Collection;
168
_defaultCollection =
_resourcesParent
.Resources;
210
if (
_resourcesParent
== null &&