2 writes to _accentColorInitialized
System.Windows.Forms (2)
System\Windows\Forms\Rendering\Animation\AnimatedControlRenderer.cs (2)
154_accentColorInitialized = true; 164=> _accentColorInitialized = false;
2 references to _accentColorInitialized
System.Windows.Forms (2)
System\Windows\Forms\Rendering\Animation\AnimatedControlRenderer.cs (2)
151if (!_accentColorInitialized) 161internal bool IsAccentColorCached => _accentColorInitialized;