4 writes to _rootElement
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
95_rootElement = root; 3415_rootElement = null; 4443_rootElement = element; 5538set { _rootElement = value; }
7 references to _rootElement
PresentationFramework (7)
System\Windows\Markup\BamlRecordReader.cs (7)
99ParserContext.RootElement = _rootElement; 997Debug.Assert(_rootElement != null); 998element = _rootElement; 1142ParserContext.RootElement = _rootElement; 1146ParserContext.StyleConnector = _rootElement as IStyleConnector; 2810if (_componentConnector != null && _rootElement != null) 5537get { return _rootElement; }