4 writes to _rootElement
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
111
_rootElement
= root;
3433
_rootElement
= null;
4465
_rootElement
= element;
5563
set {
_rootElement
= value; }
7 references to _rootElement
PresentationFramework (7)
System\Windows\Markup\BamlRecordReader.cs (7)
115
ParserContext.RootElement =
_rootElement
;
1016
Debug.Assert(
_rootElement
!= null);
1017
element =
_rootElement
;
1161
ParserContext.RootElement =
_rootElement
;
1165
ParserContext.StyleConnector =
_rootElement
as IStyleConnector;
2827
if (_componentConnector != null &&
_rootElement
!= null)
5562
get { return
_rootElement
; }