15 writes to ChildRecordFromChildIndex
PresentationFramework (15)
System\Windows\FrameworkContentElement.cs (1)
672
ref frameworkTemplate.
ChildRecordFromChildIndex
,
System\Windows\FrameworkElement.cs (1)
1956
ref frameworkTemplate.
ChildRecordFromChildIndex
,
System\Windows\FrameworkElementFactory.cs (2)
728
_frameworkTemplate.HasInstanceValues, ref _frameworkTemplate.
ChildRecordFromChildIndex
);
806
ref _frameworkTemplate.
ChildRecordFromChildIndex
,
System\Windows\FrameworkTemplate.cs (2)
418
ref
ChildRecordFromChildIndex
,
1188
child, templateChildIndex, ref this.
ChildRecordFromChildIndex
, false, this.VisualTree);
System\Windows\StyleHelper.cs (5)
1398
ref newFrameworkTemplate.
ChildRecordFromChildIndex
);
1467
ref oldFrameworkTemplate.
ChildRecordFromChildIndex
);
2278
ref oldFrameworkTemplate.
ChildRecordFromChildIndex
);
2295
ref oldFrameworkTemplate.
ChildRecordFromChildIndex
,
3932
ref template.
ChildRecordFromChildIndex
,
System\Windows\TemplateContent.cs (3)
282
StyleHelper.UpdateTables(ref value, ref OwnerTemplate.
ChildRecordFromChildIndex
, ref OwnerTemplate.TriggerSourceRecordFromChildIndex,
512
ref OwnerTemplate.
ChildRecordFromChildIndex
,
533
ref OwnerTemplate.
ChildRecordFromChildIndex
,
System\Windows\TemplateNameScope.cs (1)
192
ref _frameworkTemplate.
ChildRecordFromChildIndex
);
4 references to ChildRecordFromChildIndex
PresentationFramework (4)
System\Windows\FrameworkElement.cs (2)
2365
if (templatedParentTemplate != null && ((0 <= childIndex) && (childIndex < templatedParentTemplate.
ChildRecordFromChildIndex
.Count)))
2367
childRecord = templatedParentTemplate.
ChildRecordFromChildIndex
[childIndex];
System\Windows\FrameworkTemplate.cs (1)
1226
childRecordFromChildIndex = frameworkTemplate.
ChildRecordFromChildIndex
;
System\Windows\StyleHelper.cs (1)
3734
var childRecordFromChildIndex = frameworkTemplate.
ChildRecordFromChildIndex
;