5 references to AddColor
PresentationFramework (5)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
3999int i = AddColor(Color.FromArgb(0xff, 0, 0, 0));
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (4)
55colorTable.AddColor(Color.FromArgb(0xff, 0, 0, 0)); 56colorTable.AddColor(Color.FromArgb(0xff, 0xff, 0xff, 0xff)); 3647colorIndex = colorTable.AddColor(color); 3657colorIndex = colorTable.AddColor(color);