3 writes to _rootElement
PresentationFramework (3)
System\Windows\Markup\ParserContext.cs (3)
163_rootElement = parserContext._rootElement; 541set { _rootElement = value; } 658context._rootElement = _rootElement;
3 references to _rootElement
PresentationFramework (3)
System\Windows\Markup\ParserContext.cs (3)
163_rootElement = parserContext._rootElement; 540get { return _rootElement; } 658context._rootElement = _rootElement;