1 write to HighlightAmount
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (1)
817HighlightAmount = highlight,
4 references to HighlightAmount
System.Windows.Forms (4)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (4)
866Color bodyLight = PopupButtonColorMath.Lighten(back, metrics.HighlightAmount * 0.9f * contrast); 869Color bowlEdge = PopupButtonColorMath.Lighten(back, metrics.HighlightAmount * 0.55f * contrast); 873(int)((20f + (metrics.HighlightAmount * 300f)) * contrast), 0, 100); 907LipLight = PopupButtonColorMath.Lighten(back, metrics.HighlightAmount * 1.3f * contrast),