4 writes to _rootElement
PresentationFramework (4)
System\Windows\Markup\BamlRecordReader.cs (4)
96
_rootElement
= root;
3422
_rootElement
= null;
4453
_rootElement
= element;
5551
set {
_rootElement
= value; }
7 references to _rootElement
PresentationFramework (7)
System\Windows\Markup\BamlRecordReader.cs (7)
100
ParserContext.RootElement =
_rootElement
;
1001
Debug.Assert(
_rootElement
!= null);
1002
element =
_rootElement
;
1146
ParserContext.RootElement =
_rootElement
;
1150
ParserContext.StyleConnector =
_rootElement
as IStyleConnector;
2814
if (_componentConnector != null &&
_rootElement
!= null)
5550
get { return
_rootElement
; }