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)
139
get { return
_childName
; }
562
if ((
_childName
!= null) && (
_childName
!= String.Empty))
565
if (!IsChildNameValid(
_childName
))
567
throw new InvalidOperationException(SR.Format(SR.ChildNameNamePatternReserved,
_childName
));
570
_childName = String.Intern(
_childName
);
586
propertyValue.ChildName =
_childName
;
600
if ((
_childName
!= null) && (
_childName
!= String.Empty) &&
603
_childIndex = StyleHelper.CreateChildIndexFromChildName(
_childName
, _frameworkTemplate);
705
UpdateChildChains(
_childName
, _childIndex,
733
if (
_childName
!= null)