3 references to RectangleStylusShape
PresentationCore (2)
System\Windows\Ink\DrawingAttributes.cs (1)
384
s = new
RectangleStylusShape
(this.Width, this.Height);
System\Windows\Ink\StrokeCollection2.cs (1)
58
return PointHitTest(point, new
RectangleStylusShape
(1f, 1f));
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
750
_eraserShape = new
RectangleStylusShape
(8f, 8f);