5 references to DrawInternal
PresentationCore (5)
MS\Internal\Ink\Renderer.cs (1)
105
_stroke.
DrawInternal
(drawingContext, da, _stroke.IsSelected );
System\Windows\Ink\Stroke2.cs (2)
93
this.
DrawInternal
(drawingContext, StrokeRenderer.GetHighlighterAttributes(this, this.DrawingAttributes), false);
102
this.
DrawInternal
(drawingContext, drawingAttributes, false);
System\Windows\Ink\StrokeCollection2.cs (2)
407
stroke.
DrawInternal
(context, StrokeRenderer.GetHighlighterAttributes(stroke, stroke.DrawingAttributes),
419
stroke.
DrawInternal
(context, stroke.DrawingAttributes, false/*Don't draw selected stroke as hollow*/);