6 references to HighContrast
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
8318if (BackgroundImage is not null && !DisplayInformation.HighContrast && !formRTL)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
92if (Control.BackgroundImage is not null && !DisplayInformation.HighContrast)
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (1)
390bool highContrast = DisplayInformation.HighContrast;
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
59if (DisplayInformation.HighContrast)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (2)
27if (DisplayInformation.HighContrast) 200if (DisplayInformation.HighContrast)