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)
229
? PopupButtonColorMath.
GetReadableForeColor
(buttonColor)
313
: PopupButtonColorMath.
GetReadableForeColor
(
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (2)
383
? PopupButtonColorMath.
GetReadableForeColor
(headerColor)
385
PopupButtonColorMath.
GetReadableForeColor
(headerColor),
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (1)
221
: PopupButtonColorMath.
GetReadableForeColor
(backgroundColor)
System\Windows\Forms\Rendering\RadioButton\AnimatedRadioGlyphRenderer.cs (1)
170
: PopupButtonColorMath.
GetReadableForeColor
(onColor);