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)
60
get { return
_stroke
; }
72
if (highContrast == true &&
_stroke
.DrawingAttributes.IsHighlighter)
81
da =
_stroke
.DrawingAttributes.Clone();
84
else if (
_stroke
.DrawingAttributes.IsHighlighter == true)
88
da = StrokeRenderer.GetHighlighterAttributes(
_stroke
,
_stroke
.DrawingAttributes);
93
da =
_stroke
.DrawingAttributes;
97
_stroke
.DrawInternal (drawingContext, da,
_stroke
.IsSelected );