4 writes to _rootElement
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
96_rootElement = root; 3416_rootElement = null; 4444_rootElement = element; 5539set { _rootElement = value; }
7 references to _rootElement
PresentationFramework (7)
System\Windows\Markup\BamlRecordReader.cs (7)
100ParserContext.RootElement = _rootElement; 998Debug.Assert(_rootElement != null); 999element = _rootElement; 1143ParserContext.RootElement = _rootElement; 1147ParserContext.StyleConnector = _rootElement as IStyleConnector; 2811if (_componentConnector != null && _rootElement != null) 5538get { return _rootElement; }