4 writes to _rootElement
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (4)
120
_rootElement
= root;
3469
_rootElement
= null;
4511
_rootElement
= element;
5626
set {
_rootElement
= value; }
7 references to _rootElement
PresentationFramework (7)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (7)
124
ParserContext.RootElement =
_rootElement
;
1038
Debug.Assert(
_rootElement
!= null);
1039
element =
_rootElement
;
1185
ParserContext.RootElement =
_rootElement
;
1189
ParserContext.StyleConnector =
_rootElement
as IStyleConnector;
2860
if (_componentConnector != null &&
_rootElement
!= null)
5625
get { return
_rootElement
; }