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