6 writes to ChildRecordFromChildIndex
PresentationFramework (6)
System\Windows\Style.cs (2)
719
StyleHelper.UpdateTables(ref propertyValue, ref
ChildRecordFromChildIndex
,
773
StyleHelper.UpdateTables(ref propertyValue, ref
ChildRecordFromChildIndex
,
System\Windows\StyleHelper.cs (4)
1382
ref newStyle.
ChildRecordFromChildIndex
);
1450
ref oldStyle.
ChildRecordFromChildIndex
);
3884
ref style.
ChildRecordFromChildIndex
,
3971
ref themeStyle.
ChildRecordFromChildIndex
,
2 references to ChildRecordFromChildIndex
PresentationFramework (2)
System\Windows\StyleHelper.cs (2)
3046
if (style != null && style.
ChildRecordFromChildIndex
.Count > 0)
3049
ChildRecord childRecord = style.
ChildRecordFromChildIndex
[0];