6 writes to ChildRecordFromChildIndex
PresentationFramework (6)
System\Windows\Style.cs (2)
702
StyleHelper.UpdateTables(ref propertyValue, ref
ChildRecordFromChildIndex
,
756
StyleHelper.UpdateTables(ref propertyValue, ref
ChildRecordFromChildIndex
,
System\Windows\StyleHelper.cs (4)
1379
ref newStyle.
ChildRecordFromChildIndex
);
1447
ref oldStyle.
ChildRecordFromChildIndex
);
3879
ref style.
ChildRecordFromChildIndex
,
3966
ref themeStyle.
ChildRecordFromChildIndex
,
2 references to ChildRecordFromChildIndex
PresentationFramework (2)
System\Windows\StyleHelper.cs (2)
3037
if (style != null && style.
ChildRecordFromChildIndex
.Count > 0)
3040
ChildRecord childRecord = style.
ChildRecordFromChildIndex
[0];