2 references to GetSysColorBrush
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
101isHighContrastHighlighted ? SafeNativeMethods.GetSysColorBrush(ColorTranslator.ToOle(color) & 0xFF) : Control.BackColorBrush));
winforms\Managed\System\WinForms\Control.cs (1)
1056backBrush = SafeNativeMethods.GetSysColorBrush(ColorTranslator.ToOle(color) & 0xFF);