9 references to EntryAt
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
367
ColorTableEntry entryCB = cb >= 0 ? converterState.ColorTable.
EntryAt
((int)cb) : null;
368
ColorTableEntry entryCF = cf >= 0 ? converterState.ColorTable.
EntryAt
((int)cf) : null;
2160
entry = converterState.ColorTable.
EntryAt
((int)CF);
2731
entry = converterState.ColorTable.
EntryAt
((int)BorderLeft.CF);
3929
return
EntryAt
(index).Color;
3948
EntryAt
(i).IsAuto = true;
4044
return
EntryAt
(Count - 1);
4880
ColorTableEntry entry = converterState.ColorTable.
EntryAt
((int)fsThis.CF);
5400
ColorTableEntry entry = converterState.ColorTable.
EntryAt
((int)fsThis.CB);