6 writes to ChildRecordFromChildIndex
PresentationFramework (6)
System\Windows\Style.cs (2)
712
StyleHelper.UpdateTables(ref propertyValue, ref
ChildRecordFromChildIndex
,
766
StyleHelper.UpdateTables(ref propertyValue, ref
ChildRecordFromChildIndex
,
System\Windows\StyleHelper.cs (4)
1384
ref newStyle.
ChildRecordFromChildIndex
);
1452
ref oldStyle.
ChildRecordFromChildIndex
);
3890
ref style.
ChildRecordFromChildIndex
,
3977
ref themeStyle.
ChildRecordFromChildIndex
,
2 references to ChildRecordFromChildIndex
PresentationFramework (2)
System\Windows\StyleHelper.cs (2)
3048
if (style != null && style.
ChildRecordFromChildIndex
.Count > 0)
3051
ChildRecord childRecord = style.
ChildRecordFromChildIndex
[0];