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