9 references to EntryAt
PresentationFramework (9)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (9)
383ColorTableEntry entryCB = cb >= 0 ? converterState.ColorTable.EntryAt((int)cb) : null; 384ColorTableEntry entryCF = cf >= 0 ? converterState.ColorTable.EntryAt((int)cf) : null; 2201entry = converterState.ColorTable.EntryAt((int)CF); 2774entry = converterState.ColorTable.EntryAt((int)BorderLeft.CF); 3983return EntryAt(index).Color; 4002EntryAt(i).IsAuto = true; 4096return EntryAt(Count - 1); 4934ColorTableEntry entry = converterState.ColorTable.EntryAt((int)fsThis.CF); 5465ColorTableEntry entry = converterState.ColorTable.EntryAt((int)fsThis.CB);