1 instantiation of PopupButtonAnimationState
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
170AnimationState = new PopupButtonAnimationState(_hoverCurrent, _pressCurrent),
2 references to PopupButtonAnimationState
System.Windows.Forms (2)
System\Windows\Forms\Rendering\Button\PopupButtonAnimationState.cs (1)
24public static PopupButtonAnimationState None => default;
System\Windows\Forms\Rendering\Button\PopupButtonRenderContext.cs (1)
94public PopupButtonAnimationState AnimationState { get; init; }