5 references to AddColor
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (1)
3944int i = AddColor(Color.FromArgb(0xff, 0, 0, 0));
System\Windows\Documents\XamlToRtfWriter.cs (4)
52colorTable.AddColor(Color.FromArgb(0xff, 0, 0, 0)); 53colorTable.AddColor(Color.FromArgb(0xff, 0xff, 0xff, 0xff)); 3639colorIndex = colorTable.AddColor(color); 3649colorIndex = colorTable.AddColor(color);