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