1 write to _highContrast
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
200
_highContrast
= (highContrast.dwFlags & NativeMethods.HCF_HIGHCONTRASTON) == NativeMethods.HCF_HIGHCONTRASTON;
1 reference to _highContrast
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
210
return
_highContrast
;