6 writes to ChildRecordFromChildIndex
PresentationFramework (6)
System\Windows\Style.cs (2)
703
StyleHelper.UpdateTables(ref propertyValue, ref
ChildRecordFromChildIndex
,
757
StyleHelper.UpdateTables(ref propertyValue, ref
ChildRecordFromChildIndex
,
System\Windows\StyleHelper.cs (4)
1380
ref newStyle.
ChildRecordFromChildIndex
);
1448
ref oldStyle.
ChildRecordFromChildIndex
);
3880
ref style.
ChildRecordFromChildIndex
,
3967
ref themeStyle.
ChildRecordFromChildIndex
,
2 references to ChildRecordFromChildIndex
PresentationFramework (2)
System\Windows\StyleHelper.cs (2)
3038
if (style != null && style.
ChildRecordFromChildIndex
.Count > 0)
3041
ChildRecord childRecord = style.
ChildRecordFromChildIndex
[0];