6 types derived from AnimatedControlRenderer
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonBackColorAnimator.cs (1)
12internal sealed class ButtonBackColorAnimator : AnimatedControlRenderer
System\Windows\Forms\Rendering\Animation\AnimatedFocusIndicatorRenderer.cs (1)
13internal sealed class AnimatedFocusIndicatorRenderer : AnimatedControlRenderer
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
23internal sealed class AnimatedPopupButtonRenderer : AnimatedControlRenderer
System\Windows\Forms\Rendering\CheckBox\AnimatedCheckGlyphRenderer.cs (1)
13internal sealed class AnimatedCheckGlyphRenderer : AnimatedControlRenderer
System\Windows\Forms\Rendering\CheckBox\AnimatedToggleSwitchRenderer.cs (1)
16internal sealed class AnimatedToggleSwitchRenderer : AnimatedControlRenderer
System\Windows\Forms\Rendering\RadioButton\AnimatedRadioGlyphRenderer.cs (1)
14internal sealed class AnimatedRadioGlyphRenderer : AnimatedControlRenderer
10 references to AnimatedControlRenderer
System.Windows.Forms (10)
System\Windows\Forms\Rendering\Animation\AnimatedControlRenderer.cs (2)
188/// Releases the unmanaged resources used by the <see cref="AnimatedControlRenderer"/> and optionally releases the managed resources. 208/// Releases all resources used by the <see cref="AnimatedControlRenderer"/>.
System\Windows\Forms\Rendering\Animation\AnimationManager.AnimationRendererItem.cs (2)
13public AnimationRendererItem(AnimatedControlRenderer renderer, int animationDuration, AnimationCycle animationCycle) 20public AnimatedControlRenderer Renderer { get; }
System\Windows\Forms\Rendering\Animation\AnimationManager.cs (6)
11/// Per-UI-thread dispatcher that drives <see cref="AnimatedControlRenderer"/> instances from a single 27private readonly ConcurrentDictionary<AnimatedControlRenderer, AnimationRendererItem> _renderer = []; 60foreach (AnimatedControlRenderer renderer in _renderer.Keys) 87AnimatedControlRenderer animationRenderer, 113internal static void UnregisterAnimationRenderer(AnimatedControlRenderer animationRenderer) 121internal static void Suspend(AnimatedControlRenderer animatedControlRenderer)