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