1 write to HighContrastEnabled
System.Windows.Forms (1)
System\Windows\Forms\SystemVisualSettings.cs (1)
29HighContrastEnabled = highContrastEnabled;
12 references to HighContrastEnabled
System.Windows.Forms (12)
System\Windows\Forms\Control.cs (5)
998=> SystemVisualSettingsTracker.CurrentSettings.HighContrastEnabled; 7586control.GetEffectiveVisualStylesMode(systemVisualSettingsTransition.OldSettings.HighContrastEnabled), 7587control.GetEffectiveVisualStylesMode(systemVisualSettingsTransition.NewSettings.HighContrastEnabled), 8826GetEffectiveVisualStylesMode(e.OldSettings.HighContrastEnabled); 8828GetEffectiveVisualStylesMode(e.NewSettings.HighContrastEnabled);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
2934? GetVisualStylesFocusColor(Application.SystemVisualSettings.HighContrastEnabled) 2946Color edgeColor = GetVisualStylesFocusColor(Application.SystemVisualSettings.HighContrastEnabled); 2961Color focusColor = GetVisualStylesFocusColor(Application.SystemVisualSettings.HighContrastEnabled); 2976Color focusColor = GetVisualStylesFocusColor(Application.SystemVisualSettings.HighContrastEnabled);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
1205=> TextBoxBase.GetVisualStylesFocusColor(Application.SystemVisualSettings.HighContrastEnabled);
System\Windows\Forms\SystemVisualSettingsTracker.cs (2)
79if (oldSettings.HighContrastEnabled != newSettings.HighContrastEnabled)