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