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)
119if (_firstChild != null) 176if (_firstChild == null) 489get { return _firstChild; } 547if (_firstChild != null) 604FrameworkElementFactory child = _firstChild; 846FrameworkElementFactory childFactory = _firstChild; 941FrameworkElementFactory childFactory = _firstChild;