3 writes to _childName
PresentationFramework (3)
System\Windows\FrameworkElementFactory.cs (3)
148
_childName
= value;
568
_childName
= String.Intern(_childName);
574
_childName
= GenerateChildName();
12 references to _childName
PresentationFramework (12)
System\Windows\FrameworkElementFactory.cs (12)
136
get { return
_childName
; }
560
if ((
_childName
!= null) && (
_childName
!= String.Empty))
563
if (!IsChildNameValid(
_childName
))
565
throw new InvalidOperationException(SR.Format(SR.ChildNameNamePatternReserved,
_childName
));
568
_childName = String.Intern(
_childName
);
584
propertyValue.ChildName =
_childName
;
598
if ((
_childName
!= null) && (
_childName
!= String.Empty) &&
601
_childIndex = StyleHelper.CreateChildIndexFromChildName(
_childName
, _frameworkTemplate);
703
UpdateChildChains(
_childName
, _childIndex,
731
if (
_childName
!= null)