6 writes to ChildRecordFromChildIndex
PresentationFramework (6)
System\Windows\Style.cs (2)
696
StyleHelper.UpdateTables(ref propertyValue, ref
ChildRecordFromChildIndex
,
750
StyleHelper.UpdateTables(ref propertyValue, ref
ChildRecordFromChildIndex
,
System\Windows\StyleHelper.cs (4)
1377
ref newStyle.
ChildRecordFromChildIndex
);
1445
ref oldStyle.
ChildRecordFromChildIndex
);
3877
ref style.
ChildRecordFromChildIndex
,
3964
ref themeStyle.
ChildRecordFromChildIndex
,
2 references to ChildRecordFromChildIndex
PresentationFramework (2)
System\Windows\StyleHelper.cs (2)
3035
if (style != null && style.
ChildRecordFromChildIndex
.Count > 0)
3038
ChildRecord childRecord = style.
ChildRecordFromChildIndex
[0];