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