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)
135
get { return
_childName
; }
559
if ((
_childName
!= null) && (
_childName
!= String.Empty))
562
if (!IsChildNameValid(
_childName
))
564
throw new InvalidOperationException(SR.Format(SR.ChildNameNamePatternReserved,
_childName
));
567
_childName = String.Intern(
_childName
);
583
propertyValue.ChildName =
_childName
;
597
if ((
_childName
!= null) && (
_childName
!= String.Empty) &&
600
_childIndex = StyleHelper.CreateChildIndexFromChildName(
_childName
, _frameworkTemplate);
702
UpdateChildChains(
_childName
, _childIndex,
730
if (
_childName
!= null)