2 writes to highContrast
System.Windows.Forms (2)
winforms\Managed\System\WinForms\SystemInformation.cs (2)
96
highContrast
= (data.dwFlags & NativeMethods.HCF_HIGHCONTRASTON) != 0;
99
highContrast
= false;
1 reference to highContrast
System.Windows.Forms (1)
winforms\Managed\System\WinForms\SystemInformation.cs (1)
104
return
highContrast
;