2 writes to _cachedColor
PresentationCore (2)
MS\Internal\Ink\Renderer.cs (2)
48_cachedColor = stroke.DrawingAttributes.Color; 124set {_cachedColor = value;}
1 reference to _cachedColor
PresentationCore (1)
MS\Internal\Ink\Renderer.cs (1)
123get {return _cachedColor;}