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