3 writes to _childName
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (3)
159_childName = value; 578_childName = String.Intern(_childName); 584_childName = GenerateChildName();
12 references to _childName
PresentationFramework (12)
System\Windows\FrameworkElementFactory.cs (12)
147get { return _childName; } 570if ((_childName != null) && (_childName != String.Empty)) 573if (!IsChildNameValid(_childName)) 575throw new InvalidOperationException(SR.Format(SR.ChildNameNamePatternReserved, _childName)); 578_childName = String.Intern(_childName); 594propertyValue.ChildName = _childName; 608if ((_childName != null) && (_childName != String.Empty) && 611_childIndex = StyleHelper.CreateChildIndexFromChildName(_childName, _frameworkTemplate); 713UpdateChildChains( _childName, _childIndex, 741if (_childName != null)