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)
86return _resourcesParent != null ? typeof(ResourceDictionary) : PropertyDefinition.PropertyType; 128if (_resourcesParent != null) 130_resourcesParent.Resources = (ResourceDictionary)Collection; 168_defaultCollection = _resourcesParent.Resources; 210if (_resourcesParent == null &&