1 write to _drawingAttributes
PresentationCore (1)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
45
_drawingAttributes
= drawingAttributes.Clone(); // stroke copy for duration of stroke.
4 references to _drawingAttributes
PresentationCore (4)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (4)
46
_strokeNodeIterator = new StrokeNodeIterator(
_drawingAttributes
);
47
Color color =
_drawingAttributes
.Color;
48
_opacity =
_drawingAttributes
.IsHighlighter ? 0 : (double)color.A / (double)StrokeRenderer.SolidStrokeAlpha;
109
get { return
_drawingAttributes
; }