6 overrides of OnAnimationStarted
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonBackColorAnimator.cs (1)
57protected override (int animationDuration, AnimationCycle animationCycle) OnAnimationStarted()
System\Windows\Forms\Rendering\Animation\AnimatedFocusIndicatorRenderer.cs (1)
134protected override (int animationDuration, AnimationCycle animationCycle) OnAnimationStarted()
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
69protected override (int animationDuration, AnimationCycle animationCycle) OnAnimationStarted()
System\Windows\Forms\Rendering\CheckBox\AnimatedCheckGlyphRenderer.cs (1)
191protected override (int animationDuration, AnimationCycle animationCycle) OnAnimationStarted()
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (1)
53protected override (int animationDuration, AnimationCycle animationCycle) OnAnimationStarted()
System\Windows\Forms\Rendering\RadioButton\AnimatedRadioGlyphRenderer.cs (1)
200protected override (int animationDuration, AnimationCycle animationCycle) OnAnimationStarted()
1 reference to OnAnimationStarted
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Animation\AnimatedControlRenderer.cs (1)
66(int animationDuration, AnimationCycle animationCycle) = OnAnimationStarted();