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