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)
405ref ChildRecordFromChildIndex, 1170child, templateChildIndex, ref this.ChildRecordFromChildIndex, false, this.VisualTree);
System\Windows\StyleHelper.cs (5)
1387ref newFrameworkTemplate.ChildRecordFromChildIndex); 1456ref oldFrameworkTemplate.ChildRecordFromChildIndex); 2264ref oldFrameworkTemplate.ChildRecordFromChildIndex); 2281ref oldFrameworkTemplate.ChildRecordFromChildIndex, 3919ref 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)
1208childRecordFromChildIndex = frameworkTemplate.ChildRecordFromChildIndex;
System\Windows\StyleHelper.cs (1)
3719var childRecordFromChildIndex = frameworkTemplate.ChildRecordFromChildIndex;