7 references to Once
System.Windows.Forms (7)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonBackColorAnimator.cs (1)
60return (AnimationDuration, AnimationCycle.Once);
System\Windows\Forms\Rendering\Animation\AnimatedFocusIndicatorRenderer.cs (1)
137return (AnimationDurationMilliseconds, AnimationCycle.Once);
System\Windows\Forms\Rendering\Animation\AnimationManager.cs (1)
185case AnimationCycle.Once:
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
70=> (AnimationDurationMilliseconds, AnimationCycle.Once);
System\Windows\Forms\Rendering\CheckBox\AnimatedCheckGlyphRenderer.cs (1)
198return (AnimationDuration, AnimationCycle.Once);
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (1)
64return (AnimationDuration, AnimationCycle.Once);
System\Windows\Forms\Rendering\RadioButton\AnimatedRadioGlyphRenderer.cs (1)
206return (AnimationDuration, AnimationCycle.Once);