21 references to AnimationCycle
System.Windows.Forms (21)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonBackColorAnimator.cs (2)
57
protected override (int animationDuration,
AnimationCycle
animationCycle) OnAnimationStarted()
60
return (AnimationDuration,
AnimationCycle
.Once);
System\Windows\Forms\Rendering\Animation\AnimatedControlRenderer.cs (2)
66
(int animationDuration,
AnimationCycle
animationCycle) = OnAnimationStarted();
101
protected abstract (int animationDuration,
AnimationCycle
animationCycle) OnAnimationStarted();
System\Windows\Forms\Rendering\Animation\AnimatedFocusIndicatorRenderer.cs (2)
134
protected override (int animationDuration,
AnimationCycle
animationCycle) OnAnimationStarted()
137
return (AnimationDurationMilliseconds,
AnimationCycle
.Once);
System\Windows\Forms\Rendering\Animation\AnimationManager.AnimationRendererItem.cs (2)
13
public AnimationRendererItem(AnimatedControlRenderer renderer, int animationDuration,
AnimationCycle
animationCycle)
23
public
AnimationCycle
AnimationCycle { get; set; }
System\Windows\Forms\Rendering\Animation\AnimationManager.cs (5)
89
AnimationCycle
animationCycle)
185
case
AnimationCycle
.Once:
189
case
AnimationCycle
.Loop:
195
case
AnimationCycle
.Bounce:
225
AnimationCycle
animationCycle)
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (2)
69
protected override (int animationDuration,
AnimationCycle
animationCycle) OnAnimationStarted()
70
=> (AnimationDurationMilliseconds,
AnimationCycle
.Once);
System\Windows\Forms\Rendering\CheckBox\AnimatedCheckGlyphRenderer.cs (2)
191
protected override (int animationDuration,
AnimationCycle
animationCycle) OnAnimationStarted()
198
return (AnimationDuration,
AnimationCycle
.Once);
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (2)
53
protected override (int animationDuration,
AnimationCycle
animationCycle) OnAnimationStarted()
64
return (AnimationDuration,
AnimationCycle
.Once);
System\Windows\Forms\Rendering\RadioButton\AnimatedRadioGlyphRenderer.cs (2)
200
protected override (int animationDuration,
AnimationCycle
animationCycle) OnAnimationStarted()
206
return (AnimationDuration,
AnimationCycle
.Once);