3 writes to _highContrast
PresentationCore (3)
MS\Internal\Ink\Renderer.cs (3)
184
_highContrast
= false;
380
_highContrast
= true;
393
_highContrast
= false;
3 references to _highContrast
PresentationCore (3)
MS\Internal\Ink\Renderer.cs (3)
378
if ( !
_highContrast
|| strokeColor != _highContrastColor )
391
if (
_highContrast
)
404
return
_highContrast
;