15 writes to ChildRecordFromChildIndex
PresentationFramework (15)
src\Framework\System\Windows\FrameworkContentElement.cs (1)
678
ref frameworkTemplate.
ChildRecordFromChildIndex
,
src\Framework\System\Windows\FrameworkElement.cs (1)
1955
ref frameworkTemplate.
ChildRecordFromChildIndex
,
src\Framework\System\Windows\FrameworkElementFactory.cs (2)
750
_frameworkTemplate.HasInstanceValues, ref _frameworkTemplate.
ChildRecordFromChildIndex
);
828
ref _frameworkTemplate.
ChildRecordFromChildIndex
,
src\Framework\System\Windows\FrameworkTemplate.cs (2)
421
ref
ChildRecordFromChildIndex
,
1213
child, templateChildIndex, ref this.
ChildRecordFromChildIndex
, false, this.VisualTree);
src\Framework\System\Windows\StyleHelper.cs (5)
1398
ref newFrameworkTemplate.
ChildRecordFromChildIndex
);
1467
ref oldFrameworkTemplate.
ChildRecordFromChildIndex
);
2278
ref oldFrameworkTemplate.
ChildRecordFromChildIndex
);
2295
ref oldFrameworkTemplate.
ChildRecordFromChildIndex
,
3931
ref template.
ChildRecordFromChildIndex
,
src\Framework\System\Windows\TemplateContent.cs (3)
293
StyleHelper.UpdateTables(ref value, ref OwnerTemplate.
ChildRecordFromChildIndex
, ref OwnerTemplate.TriggerSourceRecordFromChildIndex,
577
ref OwnerTemplate.
ChildRecordFromChildIndex
,
598
ref OwnerTemplate.
ChildRecordFromChildIndex
,
src\Framework\System\Windows\TemplateNameScope.cs (1)
191
ref _frameworkTemplate.
ChildRecordFromChildIndex
);
4 references to ChildRecordFromChildIndex
PresentationFramework (4)
src\Framework\System\Windows\FrameworkElement.cs (2)
2362
if (templatedParentTemplate != null && ((0 <= childIndex) && (childIndex < templatedParentTemplate.
ChildRecordFromChildIndex
.Count)))
2364
childRecord = templatedParentTemplate.
ChildRecordFromChildIndex
[childIndex];
src\Framework\System\Windows\FrameworkTemplate.cs (1)
1251
childRecordFromChildIndex = frameworkTemplate.
ChildRecordFromChildIndex
;
src\Framework\System\Windows\StyleHelper.cs (1)
3733
var childRecordFromChildIndex = frameworkTemplate.
ChildRecordFromChildIndex
;