1 write to _stroke
PresentationCore (1)
MS\Internal\Ink\Renderer.cs (1)
41_stroke = stroke;
9 references to _stroke
PresentationCore (9)
MS\Internal\Ink\Renderer.cs (9)
59get { return _stroke; } 71if (highContrast && _stroke.DrawingAttributes.IsHighlighter) 80da = _stroke.DrawingAttributes.Clone(); 83else if (_stroke.DrawingAttributes.IsHighlighter) 87da = StrokeRenderer.GetHighlighterAttributes(_stroke, _stroke.DrawingAttributes); 92da = _stroke.DrawingAttributes; 96_stroke.DrawInternal (drawingContext, da, _stroke.IsSelected );