1 write to _firstChild
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
190_firstChild = child;
7 references to _firstChild
PresentationFramework (7)
System\Windows\FrameworkElementFactory.cs (7)
131if (_firstChild != null) 188if (_firstChild == null) 500get { return _firstChild; } 558if (_firstChild != null) 615FrameworkElementFactory child = _firstChild; 857FrameworkElementFactory childFactory = _firstChild; 952FrameworkElementFactory childFactory = _firstChild;