1 write to _staticResourcesStack
PresentationFramework (1)
System\Windows\Markup\ParserContext.cs (1)
613_staticResourcesStack = new List<object[]>();
4 references to _staticResourcesStack
PresentationFramework (4)
System\Windows\Markup\ParserContext.cs (4)
611if (_staticResourcesStack == null) 616return _staticResourcesStack; 625get { return (_staticResourcesStack != null && _staticResourcesStack.Count > 0); }