2 instantiations of ColorTableEntry
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
4018ColorTableEntry entry = new ColorTableEntry(); 4102ColorTableEntry entry = new ColorTableEntry();
14 references to ColorTableEntry
PresentationFramework (14)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (14)
383ColorTableEntry entryCB = cb >= 0 ? converterState.ColorTable.EntryAt((int)cb) : null; 384ColorTableEntry entryCF = cf >= 0 ? converterState.ColorTable.EntryAt((int)cf) : null; 2198ColorTableEntry entry = null; 2771ColorTableEntry entry = null; 4018ColorTableEntry entry = new ColorTableEntry(); 4024internal ColorTableEntry EntryAt(int index) 4028return (ColorTableEntry)this[index]; 4050ColorTableEntry entry = GetInProgressEntry(); 4062ColorTableEntry entry = GetInProgressEntry(); 4074ColorTableEntry entry = GetInProgressEntry(); 4092private ColorTableEntry GetInProgressEntry() 4102ColorTableEntry entry = new ColorTableEntry(); 4934ColorTableEntry entry = converterState.ColorTable.EntryAt((int)fsThis.CF); 5465ColorTableEntry entry = converterState.ColorTable.EntryAt((int)fsThis.CB);