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)
80return _resourcesParent != null ? typeof(ResourceDictionary) : PropertyDefinition.PropertyType; 122if (_resourcesParent != null) 124_resourcesParent.Resources = (ResourceDictionary)Collection; 162_defaultCollection = _resourcesParent.Resources; 204if (_resourcesParent == null &&