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)
377if ( !_highContrast || strokeColor != _highContrastColor ) 390if ( _highContrast ) 403return _highContrast;