1 write to _staticResourcesStack
PresentationFramework (1)
src\Framework\System\Windows\Markup\ParserContext.cs (1)
629_staticResourcesStack = new List<object[]>();
4 references to _staticResourcesStack
PresentationFramework (4)
src\Framework\System\Windows\Markup\ParserContext.cs (4)
627if (_staticResourcesStack == null) 632return _staticResourcesStack; 641get { return (_staticResourcesStack != null && _staticResourcesStack.Count > 0); }