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