4 writes to RootElement
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
99
ParserContext.
RootElement
= _rootElement;
539
ParserContext.
RootElement
= null;
1142
ParserContext.
RootElement
= _rootElement;
4435
ParserContext.
RootElement
= element;
12 references to RootElement
PresentationFramework (12)
System\Windows\Markup\BamlCollectionHolder.cs (1)
179
_reader.ParserContext.
RootElement
,
System\Windows\Markup\BamlRecordReader.cs (11)
1140
if (ParserContext.
RootElement
== null)
1323
ParserContext.
RootElement
,
1333
(ParserContext.
RootElement
is IComponentConnector) &&
1334
(ParserContext.
RootElement
== parent);
2235
ParserContext.
RootElement
,
2553
ParserContext.
RootElement
,
2824
ParserContext.
RootElement
,
2858
ParserContext.
RootElement
,
2868
ParserContext.
RootElement
,
4433
if (ParserContext.
RootElement
== null)
4966
ParserContext.
RootElement
,