15 references to HighContrast
PresentationFramework (10)
MS\Internal\Ink\HighContrastHelper.cs (1)
195bool isHighContrast = SystemParameters.HighContrast;
MS\Win32\UxThemeWrapper.cs (2)
135_themeState = new ThemeState(!SystemParameters.HighContrast && SafeNativeMethods.IsUxThemeActive(), null, null); 189bool isActive = !SystemParameters.HighContrast && SafeNativeMethods.IsUxThemeActive();
System\Windows\Controls\InkCanvas.cs (1)
188if ( SystemParameters.HighContrast )
System\Windows\Controls\InkPresenter.cs (1)
52if ( SystemParameters.HighContrast )
System\Windows\SystemColors.cs (2)
1184if (SystemParameters.HighContrast) 1205if (SystemParameters.HighContrast)
System\Windows\SystemResourceKey.cs (1)
842return BooleanBoxes.Box(SystemParameters.HighContrast);
System\Windows\ThemeManager.cs (2)
119WindowBackdropManager.SetBackdrop(window, SystemParameters.HighContrast ? WindowBackdropType.None : WindowBackdropType.MainWindow); 227if(SystemParameters.HighContrast)
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
190(!AccessibilitySwitches.UseNetFx47CompatibleAccessibilityFeatures && SystemParameters.HighContrast)
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (1)
134if (!SystemParameters.HighContrast)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
238if (!SystemParameters.HighContrast && DoubleUtil.GreaterThan(_separatorOpacity, 0))
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
587if (newValueSource > BaseValueSource.Inherited && !SystemParameters.HighContrast)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
179if (SystemParameters.HighContrast || !popup.IsOpen)