15 writes to ChildRecordFromChildIndex
PresentationFramework (15)
System\Windows\FrameworkContentElement.cs (1)
648
ref frameworkTemplate.
ChildRecordFromChildIndex
,
System\Windows\FrameworkElement.cs (1)
1935
ref frameworkTemplate.
ChildRecordFromChildIndex
,
System\Windows\FrameworkElementFactory.cs (2)
718
_frameworkTemplate.HasInstanceValues, ref _frameworkTemplate.
ChildRecordFromChildIndex
);
796
ref _frameworkTemplate.
ChildRecordFromChildIndex
,
System\Windows\FrameworkTemplate.cs (2)
409
ref
ChildRecordFromChildIndex
,
1174
child, templateChildIndex, ref this.
ChildRecordFromChildIndex
, false, this.VisualTree);
System\Windows\StyleHelper.cs (5)
1390
ref newFrameworkTemplate.
ChildRecordFromChildIndex
);
1459
ref oldFrameworkTemplate.
ChildRecordFromChildIndex
);
2267
ref oldFrameworkTemplate.
ChildRecordFromChildIndex
);
2284
ref oldFrameworkTemplate.
ChildRecordFromChildIndex
,
3922
ref template.
ChildRecordFromChildIndex
,
System\Windows\TemplateContent.cs (3)
281
StyleHelper.UpdateTables(ref value, ref OwnerTemplate.
ChildRecordFromChildIndex
, ref OwnerTemplate.TriggerSourceRecordFromChildIndex,
508
ref OwnerTemplate.
ChildRecordFromChildIndex
,
529
ref OwnerTemplate.
ChildRecordFromChildIndex
,
System\Windows\TemplateNameScope.cs (1)
188
ref _frameworkTemplate.
ChildRecordFromChildIndex
);
4 references to ChildRecordFromChildIndex
PresentationFramework (4)
System\Windows\FrameworkElement.cs (2)
2346
if (templatedParentTemplate != null && ((0 <= childIndex) && (childIndex < templatedParentTemplate.
ChildRecordFromChildIndex
.Count)))
2348
childRecord = templatedParentTemplate.
ChildRecordFromChildIndex
[childIndex];
System\Windows\FrameworkTemplate.cs (1)
1212
childRecordFromChildIndex = frameworkTemplate.
ChildRecordFromChildIndex
;
System\Windows\StyleHelper.cs (1)
3722
var childRecordFromChildIndex = frameworkTemplate.
ChildRecordFromChildIndex
;