9 references to EntryAt
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (9)
366
ColorTableEntry entryCB = cb >= 0 ? converterState.ColorTable.
EntryAt
((int)cb) : null;
367
ColorTableEntry entryCF = cf >= 0 ? converterState.ColorTable.
EntryAt
((int)cf) : null;
2159
entry = converterState.ColorTable.
EntryAt
((int)CF);
2730
entry = converterState.ColorTable.
EntryAt
((int)BorderLeft.CF);
3928
return
EntryAt
(index).Color;
3947
EntryAt
(i).IsAuto = true;
4034
return
EntryAt
(Count - 1);
4870
ColorTableEntry entry = converterState.ColorTable.
EntryAt
((int)fsThis.CF);
5390
ColorTableEntry entry = converterState.ColorTable.
EntryAt
((int)fsThis.CB);