1 write to _highContrastColor
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\Renderer.cs (1)
407
_highContrastColor
= strokeColor;
2 references to _highContrastColor
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\Renderer.cs (2)
404
if ( !_highContrast || strokeColor !=
_highContrastColor
)
439
return
_highContrastColor
;