8 references to CheckedBackColor
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ButtonInternal\ButtonFlatAdapter.cs (8)
36
!Control.FlatAppearance.
CheckedBackColor
.IsEmpty || (SystemInformation.HighContrast ? state != CheckState.Indeterminate : state == CheckState.Unchecked),
53
if (!Control.FlatAppearance.
CheckedBackColor
.IsEmpty) {
56
backColor = Control.FlatAppearance.
CheckedBackColor
;
59
backColor = MixedColor(Control.FlatAppearance.
CheckedBackColor
, colors.buttonFace);
118
!Control.FlatAppearance.
CheckedBackColor
.IsEmpty || (SystemInformation.HighContrast ? state != CheckState.Indeterminate : state == CheckState.Unchecked),
196
!Control.FlatAppearance.
CheckedBackColor
.IsEmpty || state == CheckState.Unchecked,
216
else if (!Control.FlatAppearance.
CheckedBackColor
.IsEmpty) {
218
backColor = MixedColor(Control.FlatAppearance.
CheckedBackColor
, colors.lowButtonFace);