1 write to _stroke
PresentationCore (1)
MS\Internal\Ink\Renderer.cs (1)
42_stroke = stroke;
9 references to _stroke
PresentationCore (9)
MS\Internal\Ink\Renderer.cs (9)
60get { return _stroke; } 72if (highContrast == true && _stroke.DrawingAttributes.IsHighlighter) 81da = _stroke.DrawingAttributes.Clone(); 84else if (_stroke.DrawingAttributes.IsHighlighter == true) 88da = StrokeRenderer.GetHighlighterAttributes(_stroke, _stroke.DrawingAttributes); 93da = _stroke.DrawingAttributes; 97_stroke.DrawInternal (drawingContext, da, _stroke.IsSelected );