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