15 writes to ChildRecordFromChildIndex
PresentationFramework (15)
System\Windows\FrameworkContentElement.cs (1)
651ref frameworkTemplate.ChildRecordFromChildIndex,
System\Windows\FrameworkElement.cs (1)
1938ref frameworkTemplate.ChildRecordFromChildIndex,
System\Windows\FrameworkElementFactory.cs (2)
718_frameworkTemplate.HasInstanceValues, ref _frameworkTemplate.ChildRecordFromChildIndex); 796ref _frameworkTemplate.ChildRecordFromChildIndex,
System\Windows\FrameworkTemplate.cs (2)
410ref ChildRecordFromChildIndex, 1184child, templateChildIndex, ref this.ChildRecordFromChildIndex, false, this.VisualTree);
System\Windows\StyleHelper.cs (5)
1394ref newFrameworkTemplate.ChildRecordFromChildIndex); 1463ref oldFrameworkTemplate.ChildRecordFromChildIndex); 2274ref oldFrameworkTemplate.ChildRecordFromChildIndex); 2291ref oldFrameworkTemplate.ChildRecordFromChildIndex, 3932ref template.ChildRecordFromChildIndex,
System\Windows\TemplateContent.cs (3)
281StyleHelper.UpdateTables(ref value, ref OwnerTemplate.ChildRecordFromChildIndex, ref OwnerTemplate.TriggerSourceRecordFromChildIndex, 511ref OwnerTemplate.ChildRecordFromChildIndex, 532ref OwnerTemplate.ChildRecordFromChildIndex,
System\Windows\TemplateNameScope.cs (1)
188ref _frameworkTemplate.ChildRecordFromChildIndex);
4 references to ChildRecordFromChildIndex
PresentationFramework (4)
System\Windows\FrameworkElement.cs (2)
2349if (templatedParentTemplate != null && ((0 <= childIndex) && (childIndex < templatedParentTemplate.ChildRecordFromChildIndex.Count))) 2351childRecord = templatedParentTemplate.ChildRecordFromChildIndex[childIndex];
System\Windows\FrameworkTemplate.cs (1)
1222childRecordFromChildIndex = frameworkTemplate.ChildRecordFromChildIndex;
System\Windows\StyleHelper.cs (1)
3732var childRecordFromChildIndex = frameworkTemplate.ChildRecordFromChildIndex;