7 references to GetReadableForeColor
System.Windows.Forms (7)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernButtonColorMath.cs (1)
47
Color foreColor = PopupButtonColorMath.
GetReadableForeColor
(backColor);
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (2)
230
? PopupButtonColorMath.
GetReadableForeColor
(buttonColor)
314
: PopupButtonColorMath.
GetReadableForeColor
(
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (2)
414
? PopupButtonColorMath.
GetReadableForeColor
(headerColor)
416
PopupButtonColorMath.
GetReadableForeColor
(headerColor),
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (1)
297
: PopupButtonColorMath.
GetReadableForeColor
(backgroundColor)
System\Windows\Forms\Rendering\RadioButton\AnimatedRadioGlyphRenderer.cs (1)
170
: PopupButtonColorMath.
GetReadableForeColor
(onColor);