7 references to HighContrast
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (1)
8899if (BackgroundImage is not null && !DisplayInformation.HighContrast && !formRTL)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
613|| DisplayInformation.HighContrast)
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)
67if (DisplayInformation.HighContrast) 246if (DisplayInformation.HighContrast)