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)
404if ( !_highContrast || strokeColor != _highContrastColor ) 417if ( _highContrast ) 430return _highContrast;