1 write to _firstChild
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
182
_firstChild
= child;
7 references to _firstChild
PresentationFramework (7)
System\Windows\FrameworkElementFactory.cs (7)
123
if (
_firstChild
!= null)
180
if (
_firstChild
== null)
492
get { return
_firstChild
; }
550
if (
_firstChild
!= null)
607
FrameworkElementFactory child =
_firstChild
;
849
FrameworkElementFactory childFactory =
_firstChild
;
944
FrameworkElementFactory childFactory =
_firstChild
;