3 writes to _childName
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (3)
148_childName = value; 568_childName = String.Intern(_childName); 574_childName = GenerateChildName();
12 references to _childName
PresentationFramework (12)
System\Windows\FrameworkElementFactory.cs (12)
136get { return _childName; } 560if ((_childName != null) && (_childName != String.Empty)) 563if (!IsChildNameValid(_childName)) 565throw new InvalidOperationException(SR.Format(SR.ChildNameNamePatternReserved, _childName)); 568_childName = String.Intern(_childName); 584propertyValue.ChildName = _childName; 598if ((_childName != null) && (_childName != String.Empty) && 601_childIndex = StyleHelper.CreateChildIndexFromChildName(_childName, _frameworkTemplate); 703UpdateChildChains( _childName, _childIndex, 731if (_childName != null)