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