1 write to AnimationState
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
170
AnimationState
= new PopupButtonAnimationState(_hoverCurrent, _pressCurrent),
2 references to AnimationState
System.Windows.Forms (2)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (2)
745
float hover = context.
AnimationState
.HoverProgress;
746
float press = context.
AnimationState
.PressProgress;