4 writes to RootElement
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
100
ParserContext.
RootElement
= _rootElement;
540
ParserContext.
RootElement
= null;
1143
ParserContext.
RootElement
= _rootElement;
4436
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)
1141
if (ParserContext.
RootElement
== null)
1324
ParserContext.
RootElement
,
1334
(ParserContext.
RootElement
is IComponentConnector) &&
1335
(ParserContext.
RootElement
== parent);
2236
ParserContext.
RootElement
,
2554
ParserContext.
RootElement
,
2825
ParserContext.
RootElement
,
2859
ParserContext.
RootElement
,
2869
ParserContext.
RootElement
,
4434
if (ParserContext.
RootElement
== null)
4967
ParserContext.
RootElement
,