3 writes to _highContrast
PresentationCore (3)
MS\Internal\Ink\Renderer.cs (3)
183
_highContrast
= false;
379
_highContrast
= true;
392
_highContrast
= false;
3 references to _highContrast
PresentationCore (3)
MS\Internal\Ink\Renderer.cs (3)
377
if ( !
_highContrast
|| strokeColor != _highContrastColor )
390
if (
_highContrast
)
403
return
_highContrast
;