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