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