4 writes to RootElement
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
100
ParserContext.
RootElement
= _rootElement;
543
ParserContext.
RootElement
= null;
1146
ParserContext.
RootElement
= _rootElement;
4445
ParserContext.
RootElement
= element;
12 references to RootElement
PresentationFramework (12)
System\Windows\Markup\BamlCollectionHolder.cs (1)
180
_reader.ParserContext.
RootElement
,
System\Windows\Markup\BamlRecordReader.cs (11)
1144
if (ParserContext.
RootElement
== null)
1327
ParserContext.
RootElement
,
1337
(ParserContext.
RootElement
is IComponentConnector) &&
1338
(ParserContext.
RootElement
== parent);
2239
ParserContext.
RootElement
,
2557
ParserContext.
RootElement
,
2828
ParserContext.
RootElement
,
2862
ParserContext.
RootElement
,
2872
ParserContext.
RootElement
,
4443
if (ParserContext.
RootElement
== null)
4976
ParserContext.
RootElement
,