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