3 references to RectangleStylusShape
PresentationCore (2)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (1)
397
s = new
RectangleStylusShape
(this.Width, this.Height);
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (1)
68
return PointHitTest(point, new
RectangleStylusShape
(1f, 1f));
PresentationFramework (1)
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
775
_eraserShape = new
RectangleStylusShape
(8f, 8f);