4 writes to _rootElement
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
96_rootElement = root; 3422_rootElement = null; 4453_rootElement = element; 5551set { _rootElement = value; }
7 references to _rootElement
PresentationFramework (7)
System\Windows\Markup\BamlRecordReader.cs (7)
100ParserContext.RootElement = _rootElement; 1001Debug.Assert(_rootElement != null); 1002element = _rootElement; 1146ParserContext.RootElement = _rootElement; 1150ParserContext.StyleConnector = _rootElement as IStyleConnector; 2814if (_componentConnector != null && _rootElement != null) 5550get { return _rootElement; }