4 writes to RootElement
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (4)
124
ParserContext.
RootElement
= _rootElement;
572
ParserContext.
RootElement
= null;
1185
ParserContext.
RootElement
= _rootElement;
4503
ParserContext.
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)
1183
if (ParserContext.
RootElement
== null)
1366
ParserContext.
RootElement
,
1377
(ParserContext.
RootElement
is IComponentConnector) &&
1378
(ParserContext.
RootElement
== parent);
2285
ParserContext.
RootElement
,
2602
ParserContext.
RootElement
,
2874
ParserContext.
RootElement
,
2908
ParserContext.
RootElement
,
2918
ParserContext.
RootElement
,
4501
if (ParserContext.
RootElement
== null)
5038
ParserContext.
RootElement
,