2 references to RGBToCOLORREF
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
2208
oldTextColor = SafeNativeMethods.SetTextColor(new HandleRef(g, hdc), SafeNativeMethods.
RGBToCOLORREF
(textColor.ToArgb()));
2209
oldBkColor = SafeNativeMethods.SetBkColor(new HandleRef(g, hdc), SafeNativeMethods.
RGBToCOLORREF
(bkColor.ToArgb()));