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)
59
get { return
_stroke
; }
71
if (highContrast &&
_stroke
.DrawingAttributes.IsHighlighter)
80
da =
_stroke
.DrawingAttributes.Clone();
83
else if (
_stroke
.DrawingAttributes.IsHighlighter)
87
da = StrokeRenderer.GetHighlighterAttributes(
_stroke
,
_stroke
.DrawingAttributes);
92
da =
_stroke
.DrawingAttributes;
96
_stroke
.DrawInternal (drawingContext, da,
_stroke
.IsSelected );