4 writes to _rootElement
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
96
_rootElement
= root;
3416
_rootElement
= null;
4444
_rootElement
= element;
5539
set {
_rootElement
= value; }
7 references to _rootElement
PresentationFramework (7)
System\Windows\Markup\BamlRecordReader.cs (7)
100
ParserContext.RootElement =
_rootElement
;
998
Debug.Assert(
_rootElement
!= null);
999
element =
_rootElement
;
1143
ParserContext.RootElement =
_rootElement
;
1147
ParserContext.StyleConnector =
_rootElement
as IStyleConnector;
2811
if (_componentConnector != null &&
_rootElement
!= null)
5538
get { return
_rootElement
; }