8 references to ApplyInteractionShade
System.Windows.Forms (8)
System\Windows\Forms\Rendering\CheckBox\AnimatedCheckGlyphRenderer.cs (2)
128
backColor =
ApplyInteractionShade
(backColor, interaction);
129
borderColor =
ApplyInteractionShade
(borderColor, interaction);
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (3)
293
backgroundColor =
ApplyInteractionShade
(backgroundColor, focus);
299
circleColor =
ApplyInteractionShade
(circleColor, focus);
300
borderColor =
ApplyInteractionShade
(borderColor, focus);
System\Windows\Forms\Rendering\RadioButton\AnimatedRadioGlyphRenderer.cs (3)
122
onColor =
ApplyInteractionShade
(onColor, focus);
123
borderColor =
ApplyInteractionShade
(borderColor, focus);
124
backColor =
ApplyInteractionShade
(backColor, focus);