1 write to _firstChild
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
179
_firstChild
= child;
7 references to _firstChild
PresentationFramework (7)
System\Windows\FrameworkElementFactory.cs (7)
120
if (
_firstChild
!= null)
177
if (
_firstChild
== null)
490
get { return
_firstChild
; }
548
if (
_firstChild
!= null)
605
FrameworkElementFactory child =
_firstChild
;
847
FrameworkElementFactory childFactory =
_firstChild
;
942
FrameworkElementFactory childFactory =
_firstChild
;