6 references to Composite
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonDarkModeAdapter.cs (1)
136
Color textBackColor = PopupButtonColorMath.
Composite
(backColor, parentBackColor);
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (4)
927
Color renderedBody = PopupButtonColorMath.
Composite
(bodyColor, context.SurfaceColor);
928
Color renderedBowl = PopupButtonColorMath.
Composite
(bowlColor, renderedBody);
931
PopupButtonColorMath.
Composite
(
935
PopupButtonColorMath.
Composite
(
System\Windows\Forms\Rendering\ModernControlColorMath.cs (1)
103
: PopupButtonColorMath.
Composite
(color, SystemColors.Control);