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