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)
82return _resourcesParent != null ? typeof(ResourceDictionary) : PropertyDefinition.PropertyType; 124if (_resourcesParent != null) 126_resourcesParent.Resources = (ResourceDictionary)Collection; 164_defaultCollection = _resourcesParent.Resources; 206if (_resourcesParent == null &&