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)
147
get { return
_childName
; }
592
if ((
_childName
!= null) && (
_childName
!= String.Empty))
595
if (!IsChildNameValid(
_childName
))
597
throw new InvalidOperationException(SR.Get(SRID.ChildNameNamePatternReserved,
_childName
));
600
_childName = String.Intern(
_childName
);
616
propertyValue.ChildName =
_childName
;
630
if ((
_childName
!= null) && (
_childName
!= String.Empty) &&
633
_childIndex = StyleHelper.CreateChildIndexFromChildName(
_childName
, _frameworkTemplate);
735
UpdateChildChains(
_childName
, _childIndex,
763
if (
_childName
!= null)