15 writes to ChildRecordFromChildIndex
PresentationFramework (15)
System\Windows\FrameworkContentElement.cs (1)
651
ref frameworkTemplate.
ChildRecordFromChildIndex
,
System\Windows\FrameworkElement.cs (1)
1938
ref frameworkTemplate.
ChildRecordFromChildIndex
,
System\Windows\FrameworkElementFactory.cs (2)
718
_frameworkTemplate.HasInstanceValues, ref _frameworkTemplate.
ChildRecordFromChildIndex
);
796
ref _frameworkTemplate.
ChildRecordFromChildIndex
,
System\Windows\FrameworkTemplate.cs (2)
410
ref
ChildRecordFromChildIndex
,
1184
child, templateChildIndex, ref this.
ChildRecordFromChildIndex
, false, this.VisualTree);
System\Windows\StyleHelper.cs (5)
1394
ref newFrameworkTemplate.
ChildRecordFromChildIndex
);
1463
ref oldFrameworkTemplate.
ChildRecordFromChildIndex
);
2274
ref oldFrameworkTemplate.
ChildRecordFromChildIndex
);
2291
ref oldFrameworkTemplate.
ChildRecordFromChildIndex
,
3932
ref template.
ChildRecordFromChildIndex
,
System\Windows\TemplateContent.cs (3)
281
StyleHelper.UpdateTables(ref value, ref OwnerTemplate.
ChildRecordFromChildIndex
, ref OwnerTemplate.TriggerSourceRecordFromChildIndex,
511
ref OwnerTemplate.
ChildRecordFromChildIndex
,
532
ref OwnerTemplate.
ChildRecordFromChildIndex
,
System\Windows\TemplateNameScope.cs (1)
188
ref _frameworkTemplate.
ChildRecordFromChildIndex
);
4 references to ChildRecordFromChildIndex
PresentationFramework (4)
System\Windows\FrameworkElement.cs (2)
2349
if (templatedParentTemplate != null && ((0 <= childIndex) && (childIndex < templatedParentTemplate.
ChildRecordFromChildIndex
.Count)))
2351
childRecord = templatedParentTemplate.
ChildRecordFromChildIndex
[childIndex];
System\Windows\FrameworkTemplate.cs (1)
1222
childRecordFromChildIndex = frameworkTemplate.
ChildRecordFromChildIndex
;
System\Windows\StyleHelper.cs (1)
3732
var childRecordFromChildIndex = frameworkTemplate.
ChildRecordFromChildIndex
;