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