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