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