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