3 writes to _childName
PresentationFramework (3)
src\Framework\System\Windows\FrameworkElementFactory.cs (3)
159_childName = value; 600_childName = String.Intern(_childName); 606_childName = GenerateChildName();
12 references to _childName
PresentationFramework (12)
src\Framework\System\Windows\FrameworkElementFactory.cs (12)
147get { return _childName; } 592if ((_childName != null) && (_childName != String.Empty)) 595if (!IsChildNameValid(_childName)) 597throw new InvalidOperationException(SR.Get(SRID.ChildNameNamePatternReserved, _childName)); 600_childName = String.Intern(_childName); 616propertyValue.ChildName = _childName; 630if ((_childName != null) && (_childName != String.Empty) && 633_childIndex = StyleHelper.CreateChildIndexFromChildName(_childName, _frameworkTemplate); 735UpdateChildChains( _childName, _childIndex, 763if (_childName != null)