6 writes to ChildRecordFromChildIndex
PresentationFramework (6)
System\Windows\Style.cs (2)
729
StyleHelper.UpdateTables(ref propertyValue, ref
ChildRecordFromChildIndex
,
783
StyleHelper.UpdateTables(ref propertyValue, ref
ChildRecordFromChildIndex
,
System\Windows\StyleHelper.cs (4)
1388
ref newStyle.
ChildRecordFromChildIndex
);
1456
ref oldStyle.
ChildRecordFromChildIndex
);
3890
ref style.
ChildRecordFromChildIndex
,
3977
ref themeStyle.
ChildRecordFromChildIndex
,
2 references to ChildRecordFromChildIndex
PresentationFramework (2)
System\Windows\StyleHelper.cs (2)
3052
if (style != null && style.
ChildRecordFromChildIndex
.Count > 0)
3055
ChildRecord childRecord = style.
ChildRecordFromChildIndex
[0];