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