3 writes to _childName
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (3)
151_childName = value; 570_childName = String.Intern(_childName); 576_childName = GenerateChildName();
12 references to _childName
PresentationFramework (12)
System\Windows\FrameworkElementFactory.cs (12)
139get { return _childName; } 562if ((_childName != null) && (_childName != String.Empty)) 565if (!IsChildNameValid(_childName)) 567throw new InvalidOperationException(SR.Format(SR.ChildNameNamePatternReserved, _childName)); 570_childName = String.Intern(_childName); 586propertyValue.ChildName = _childName; 600if ((_childName != null) && (_childName != String.Empty) && 603_childIndex = StyleHelper.CreateChildIndexFromChildName(_childName, _frameworkTemplate); 705UpdateChildChains( _childName, _childIndex, 733if (_childName != null)