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