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