4 references to BackColorBrush
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
101
isHighContrastHighlighted ? SafeNativeMethods.GetSysColorBrush(ColorTranslator.ToOle(color) & 0xFF) : Control.
BackColorBrush
));
winforms\Managed\System\WinForms\ComboBox.cs (1)
2213
return
BackColorBrush
;
winforms\Managed\System\WinForms\Control.cs (2)
1045
return parent.
BackColorBrush
;
7144
return
BackColorBrush
;