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