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