6 references to HighContrast
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
126if (Control.BackgroundImage != null && !DisplayInformation.HighContrast) {
winforms\Managed\System\WinForms\Control.cs (1)
9608if (BackgroundImage != null && !DisplayInformation.HighContrast && !formRTL) {
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (1)
520bool highContrast = DisplayInformation.HighContrast;
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
67if (DisplayInformation.HighContrast) {
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (2)
29if (DisplayInformation.HighContrast) { 186if (DisplayInformation.HighContrast) {