1 write to _firstChild
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
193
_firstChild
= child;
7 references to _firstChild
PresentationFramework (7)
src\Framework\System\Windows\FrameworkElementFactory.cs (7)
128
if (
_firstChild
!= null)
191
if (
_firstChild
== null)
523
get { return
_firstChild
; }
580
if (
_firstChild
!= null)
637
FrameworkElementFactory child =
_firstChild
;
881
FrameworkElementFactory childFactory =
_firstChild
;
976
FrameworkElementFactory childFactory =
_firstChild
;