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)
120if (_firstChild != null) 177if (_firstChild == null) 490get { return _firstChild; } 548if (_firstChild != null) 605FrameworkElementFactory child = _firstChild; 847FrameworkElementFactory childFactory = _firstChild; 942FrameworkElementFactory childFactory = _firstChild;