5 references to ToOle
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (1)
4913return (uint)ColorTranslator.ToOle(color);
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
101isHighContrastHighlighted ? SafeNativeMethods.GetSysColorBrush(ColorTranslator.ToOle(color) & 0xFF) : Control.BackColorBrush));
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ColorConverter.cs (1)
68return ColorTranslator.ToOle(((Color)managedValue));
winforms\Managed\System\WinForms\Control.cs (2)
1055if (ColorTranslator.ToOle(color) < 0) { 1056backBrush = SafeNativeMethods.GetSysColorBrush(ColorTranslator.ToOle(color) & 0xFF);