15 writes to ChildRecordFromChildIndex
PresentationFramework (15)
System\Windows\FrameworkContentElement.cs (1)
648ref frameworkTemplate.ChildRecordFromChildIndex,
System\Windows\FrameworkElement.cs (1)
1935ref frameworkTemplate.ChildRecordFromChildIndex,
System\Windows\FrameworkElementFactory.cs (2)
718_frameworkTemplate.HasInstanceValues, ref _frameworkTemplate.ChildRecordFromChildIndex); 796ref _frameworkTemplate.ChildRecordFromChildIndex,
System\Windows\FrameworkTemplate.cs (2)
409ref ChildRecordFromChildIndex, 1174child, templateChildIndex, ref this.ChildRecordFromChildIndex, false, this.VisualTree);
System\Windows\StyleHelper.cs (5)
1390ref newFrameworkTemplate.ChildRecordFromChildIndex); 1459ref oldFrameworkTemplate.ChildRecordFromChildIndex); 2267ref oldFrameworkTemplate.ChildRecordFromChildIndex); 2284ref oldFrameworkTemplate.ChildRecordFromChildIndex, 3922ref template.ChildRecordFromChildIndex,
System\Windows\TemplateContent.cs (3)
281StyleHelper.UpdateTables(ref value, ref OwnerTemplate.ChildRecordFromChildIndex, ref OwnerTemplate.TriggerSourceRecordFromChildIndex, 508ref OwnerTemplate.ChildRecordFromChildIndex, 529ref OwnerTemplate.ChildRecordFromChildIndex,
System\Windows\TemplateNameScope.cs (1)
188ref _frameworkTemplate.ChildRecordFromChildIndex);
4 references to ChildRecordFromChildIndex
PresentationFramework (4)
System\Windows\FrameworkElement.cs (2)
2346if (templatedParentTemplate != null && ((0 <= childIndex) && (childIndex < templatedParentTemplate.ChildRecordFromChildIndex.Count))) 2348childRecord = templatedParentTemplate.ChildRecordFromChildIndex[childIndex];
System\Windows\FrameworkTemplate.cs (1)
1212childRecordFromChildIndex = frameworkTemplate.ChildRecordFromChildIndex;
System\Windows\StyleHelper.cs (1)
3722var childRecordFromChildIndex = frameworkTemplate.ChildRecordFromChildIndex;