1 write to HighContrastEnabled
System.Windows.Forms (1)
System\Windows\Forms\SystemVisualSettings.cs (1)
29HighContrastEnabled = highContrastEnabled;
10 references to HighContrastEnabled
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (5)
989=> SystemVisualSettingsTracker.CurrentSettings.HighContrastEnabled; 7546control.GetEffectiveVisualStylesMode(systemVisualSettingsTransition.OldSettings.HighContrastEnabled), 7547control.GetEffectiveVisualStylesMode(systemVisualSettingsTransition.NewSettings.HighContrastEnabled), 8768GetEffectiveVisualStylesMode(e.OldSettings.HighContrastEnabled); 8770GetEffectiveVisualStylesMode(e.NewSettings.HighContrastEnabled);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
2761Color focusColor = GetVisualStylesFocusColor(Application.SystemVisualSettings.HighContrastEnabled); 2773Color focusColor = GetVisualStylesFocusColor(Application.SystemVisualSettings.HighContrastEnabled);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
1184=> TextBoxBase.GetVisualStylesFocusColor(Application.SystemVisualSettings.HighContrastEnabled);
System\Windows\Forms\SystemVisualSettingsTracker.cs (2)
79if (oldSettings.HighContrastEnabled != newSettings.HighContrastEnabled)