15 writes to ChildRecordFromChildIndex
PresentationFramework (15)
System\Windows\FrameworkContentElement.cs (1)
647
ref frameworkTemplate.
ChildRecordFromChildIndex
,
System\Windows\FrameworkElement.cs (1)
1934
ref frameworkTemplate.
ChildRecordFromChildIndex
,
System\Windows\FrameworkElementFactory.cs (2)
717
_frameworkTemplate.HasInstanceValues, ref _frameworkTemplate.
ChildRecordFromChildIndex
);
795
ref _frameworkTemplate.
ChildRecordFromChildIndex
,
System\Windows\FrameworkTemplate.cs (2)
408
ref
ChildRecordFromChildIndex
,
1173
child, templateChildIndex, ref this.
ChildRecordFromChildIndex
, false, this.VisualTree);
System\Windows\StyleHelper.cs (5)
1389
ref newFrameworkTemplate.
ChildRecordFromChildIndex
);
1458
ref oldFrameworkTemplate.
ChildRecordFromChildIndex
);
2266
ref oldFrameworkTemplate.
ChildRecordFromChildIndex
);
2283
ref oldFrameworkTemplate.
ChildRecordFromChildIndex
,
3921
ref template.
ChildRecordFromChildIndex
,
System\Windows\TemplateContent.cs (3)
280
StyleHelper.UpdateTables(ref value, ref OwnerTemplate.
ChildRecordFromChildIndex
, ref OwnerTemplate.TriggerSourceRecordFromChildIndex,
507
ref OwnerTemplate.
ChildRecordFromChildIndex
,
528
ref OwnerTemplate.
ChildRecordFromChildIndex
,
System\Windows\TemplateNameScope.cs (1)
187
ref _frameworkTemplate.
ChildRecordFromChildIndex
);
4 references to ChildRecordFromChildIndex
PresentationFramework (4)
System\Windows\FrameworkElement.cs (2)
2345
if (templatedParentTemplate != null && ((0 <= childIndex) && (childIndex < templatedParentTemplate.
ChildRecordFromChildIndex
.Count)))
2347
childRecord = templatedParentTemplate.
ChildRecordFromChildIndex
[childIndex];
System\Windows\FrameworkTemplate.cs (1)
1211
childRecordFromChildIndex = frameworkTemplate.
ChildRecordFromChildIndex
;
System\Windows\StyleHelper.cs (1)
3721
var childRecordFromChildIndex = frameworkTemplate.
ChildRecordFromChildIndex
;