1 write to ClientAreaAnimationEnabled
System.Windows.Forms (1)
System\Windows\Forms\SystemVisualSettings.cs (1)
30ClientAreaAnimationEnabled = clientAreaAnimationEnabled;
4 references to ClientAreaAnimationEnabled
System.Windows.Forms (4)
System\Windows\Forms\Rendering\Animation\AnimatedControlRenderer.cs (2)
68if (!Application.SystemVisualSettings.ClientAreaAnimationEnabled) 174&& !e.NewSettings.ClientAreaAnimationEnabled
System\Windows\Forms\SystemVisualSettingsTracker.cs (2)
84if (oldSettings.ClientAreaAnimationEnabled != newSettings.ClientAreaAnimationEnabled)