4 writes to _rootElement
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
95
_rootElement
= root;
3415
_rootElement
= null;
4443
_rootElement
= element;
5538
set {
_rootElement
= value; }
7 references to _rootElement
PresentationFramework (7)
System\Windows\Markup\BamlRecordReader.cs (7)
99
ParserContext.RootElement =
_rootElement
;
997
Debug.Assert(
_rootElement
!= null);
998
element =
_rootElement
;
1142
ParserContext.RootElement =
_rootElement
;
1146
ParserContext.StyleConnector =
_rootElement
as IStyleConnector;
2810
if (_componentConnector != null &&
_rootElement
!= null)
5537
get { return
_rootElement
; }