4 writes to _rootElement
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (4)
120_rootElement = root; 3469_rootElement = null; 4511_rootElement = element; 5626set { _rootElement = value; }
7 references to _rootElement
PresentationFramework (7)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (7)
124ParserContext.RootElement = _rootElement; 1038Debug.Assert(_rootElement != null); 1039element = _rootElement; 1185ParserContext.RootElement = _rootElement; 1189ParserContext.StyleConnector = _rootElement as IStyleConnector; 2860if (_componentConnector != null && _rootElement != null) 5625get { return _rootElement; }