1 write to _highContrast
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
188
_highContrast
= (highContrast.dwFlags & NativeMethods.HCF_HIGHCONTRASTON) == NativeMethods.HCF_HIGHCONTRASTON;
1 reference to _highContrast
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
198
return
_highContrast
;