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