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)
81return _resourcesParent != null ? typeof(ResourceDictionary) : PropertyDefinition.PropertyType; 123if (_resourcesParent != null) 125_resourcesParent.Resources = (ResourceDictionary)Collection; 163_defaultCollection = _resourcesParent.Resources; 205if (_resourcesParent == null &&