3 writes to _highContrast
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\Renderer.cs (3)
198
_highContrast
= false;
406
_highContrast
= true;
419
_highContrast
= false;
3 references to _highContrast
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\Renderer.cs (3)
404
if ( !
_highContrast
|| strokeColor != _highContrastColor )
417
if (
_highContrast
)
430
return
_highContrast
;