5 references to AddColor
PresentationFramework (5)
System\Windows\Documents\RtfToXamlReader.cs (1)
3940
int i =
AddColor
(Color.FromArgb(0xff, 0, 0, 0));
System\Windows\Documents\XamlToRtfWriter.cs (4)
54
colorTable.
AddColor
(Color.FromArgb(0xff, 0, 0, 0));
55
colorTable.
AddColor
(Color.FromArgb(0xff, 0xff, 0xff, 0xff));
3641
colorIndex = colorTable.
AddColor
(color);
3651
colorIndex = colorTable.
AddColor
(color);