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); 47Color color = _drawingAttributes.Color; 48_opacity = _drawingAttributes.IsHighlighter ? 0 : (double)color.A / (double)StrokeRenderer.SolidStrokeAlpha; 109get { return _drawingAttributes; }