1 write to _stroke
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\Renderer.cs (1)
55_stroke = stroke;
9 references to _stroke
PresentationCore (9)
Core\CSharp\MS\Internal\Ink\Renderer.cs (9)
73get { return _stroke; } 85if (highContrast == true && _stroke.DrawingAttributes.IsHighlighter) 94da = _stroke.DrawingAttributes.Clone(); 97else if (_stroke.DrawingAttributes.IsHighlighter == true) 101da = StrokeRenderer.GetHighlighterAttributes(_stroke, _stroke.DrawingAttributes); 106da = _stroke.DrawingAttributes; 110_stroke.DrawInternal (drawingContext, da, _stroke.IsSelected );