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)
123if (_firstChild != null) 180if (_firstChild == null) 492get { return _firstChild; } 550if (_firstChild != null) 607FrameworkElementFactory child = _firstChild; 849FrameworkElementFactory childFactory = _firstChild; 944FrameworkElementFactory childFactory = _firstChild;