5 references to AddColor
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (1)
3939int i = AddColor(Color.FromArgb(0xff, 0, 0, 0));
System\Windows\Documents\XamlToRtfWriter.cs (4)
53colorTable.AddColor(Color.FromArgb(0xff, 0, 0, 0)); 54colorTable.AddColor(Color.FromArgb(0xff, 0xff, 0xff, 0xff)); 3640colorIndex = colorTable.AddColor(color); 3650colorIndex = colorTable.AddColor(color);