4 writes to RootElement
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (4)
124ParserContext.RootElement = _rootElement; 572ParserContext.RootElement = null; 1185ParserContext.RootElement = _rootElement; 4503ParserContext.RootElement = element;
12 references to RootElement
PresentationFramework (12)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (1)
185_reader.ParserContext.RootElement,
src\Framework\System\Windows\Markup\BamlRecordReader.cs (11)
1183if (ParserContext.RootElement == null) 1366ParserContext.RootElement, 1377(ParserContext.RootElement is IComponentConnector) && 1378(ParserContext.RootElement == parent); 2285ParserContext.RootElement, 2602ParserContext.RootElement, 2874ParserContext.RootElement, 2908ParserContext.RootElement, 2918ParserContext.RootElement, 4501if (ParserContext.RootElement == null) 5038ParserContext.RootElement,