5 references to DrawInternal
PresentationCore (5)
MS\Internal\Ink\Renderer.cs (1)
96_stroke.DrawInternal (drawingContext, da, _stroke.IsSelected );
System\Windows\Ink\Stroke2.cs (2)
83this.DrawInternal(drawingContext, StrokeRenderer.GetHighlighterAttributes(this, this.DrawingAttributes), false); 92this.DrawInternal(drawingContext, drawingAttributes, false);
System\Windows\Ink\StrokeCollection2.cs (2)
384stroke.DrawInternal(context, StrokeRenderer.GetHighlighterAttributes(stroke, stroke.DrawingAttributes), 396stroke.DrawInternal(context, stroke.DrawingAttributes, drawAsHollow: false);