4 writes to _rootElement
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
111_rootElement = root; 3433_rootElement = null; 4465_rootElement = element; 5563set { _rootElement = value; }
7 references to _rootElement
PresentationFramework (7)
System\Windows\Markup\BamlRecordReader.cs (7)
115ParserContext.RootElement = _rootElement; 1016Debug.Assert(_rootElement != null); 1017element = _rootElement; 1161ParserContext.RootElement = _rootElement; 1165ParserContext.StyleConnector = _rootElement as IStyleConnector; 2827if (_componentConnector != null && _rootElement != null) 5562get { return _rootElement; }