1 write to _firstChild
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
178
_firstChild
= child;
7 references to _firstChild
PresentationFramework (7)
System\Windows\FrameworkElementFactory.cs (7)
119
if (
_firstChild
!= null)
176
if (
_firstChild
== null)
489
get { return
_firstChild
; }
547
if (
_firstChild
!= null)
604
FrameworkElementFactory child =
_firstChild
;
846
FrameworkElementFactory childFactory =
_firstChild
;
941
FrameworkElementFactory childFactory =
_firstChild
;