8 references to Mute
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (2)
226
buttonColor = PopupButtonColorMath.
Mute
(
492
: PopupButtonColorMath.
Mute
(background, 0.55f);
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (5)
222
surfaceColor = PopupButtonColorMath.
Mute
(surfaceColor, 0.55f);
293
borderColor = PopupButtonColorMath.
Mute
(borderColor, 0.55f);
341
bodyColor = PopupButtonColorMath.
Mute
(bodyColor, 0.55f);
342
headerColor = PopupButtonColorMath.
Mute
(headerColor, 0.55f);
343
borderColor = PopupButtonColorMath.
Mute
(borderColor, 0.55f);
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (1)
854
Color back = enabled ? surfaceBackColor : PopupButtonColorMath.
Mute
(surfaceBackColor, 0.55f);