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