10 references to HighContrast
PresentationFramework (8)
src\Framework\MS\Internal\Ink\HighContrastHelper.cs (1)
201bool isHighContrast = SystemParameters.HighContrast;
src\Framework\MS\Win32\UxThemeWrapper.cs (2)
131_themeState = new ThemeState(!SystemParameters.HighContrast && SafeNativeMethods.IsUxThemeActive(), null, null); 185bool isActive = !SystemParameters.HighContrast && SafeNativeMethods.IsUxThemeActive();
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
199if ( SystemParameters.HighContrast )
src\Framework\System\Windows\Controls\InkPresenter.cs (1)
60if ( SystemParameters.HighContrast )
src\Framework\System\Windows\SystemColors.cs (2)
1180if (SystemParameters.HighContrast) 1201if (SystemParameters.HighContrast)
src\Framework\System\Windows\SystemResourceKey.cs (1)
849return BooleanBoxes.Box(SystemParameters.HighContrast);
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
192(!AccessibilitySwitches.UseNetFx47CompatibleAccessibilityFeatures && SystemParameters.HighContrast)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (1)
167if (SystemParameters.HighContrast)