3 writes to _childName
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (3)
147_childName = value; 567_childName = String.Intern(_childName); 573_childName = GenerateChildName();
12 references to _childName
PresentationFramework (12)
System\Windows\FrameworkElementFactory.cs (12)
135get { return _childName; } 559if ((_childName != null) && (_childName != String.Empty)) 562if (!IsChildNameValid(_childName)) 564throw new InvalidOperationException(SR.Format(SR.ChildNameNamePatternReserved, _childName)); 567_childName = String.Intern(_childName); 583propertyValue.ChildName = _childName; 597if ((_childName != null) && (_childName != String.Empty) && 600_childIndex = StyleHelper.CreateChildIndexFromChildName(_childName, _frameworkTemplate); 702UpdateChildChains( _childName, _childIndex, 730if (_childName != null)