4 writes to RootElement
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
115
ParserContext.
RootElement
= _rootElement;
558
ParserContext.
RootElement
= null;
1161
ParserContext.
RootElement
= _rootElement;
4457
ParserContext.
RootElement
= element;
12 references to RootElement
PresentationFramework (12)
System\Windows\Markup\BamlCollectionHolder.cs (1)
181
_reader.ParserContext.
RootElement
,
System\Windows\Markup\BamlRecordReader.cs (11)
1159
if (ParserContext.
RootElement
== null)
1342
ParserContext.
RootElement
,
1352
(ParserContext.
RootElement
is IComponentConnector) &&
1353
(ParserContext.
RootElement
== parent);
2254
ParserContext.
RootElement
,
2570
ParserContext.
RootElement
,
2841
ParserContext.
RootElement
,
2875
ParserContext.
RootElement
,
2885
ParserContext.
RootElement
,
4455
if (ParserContext.
RootElement
== null)
4988
ParserContext.
RootElement
,