3 instantiations of 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);
1 reference to RectangleStylusShape
PresentationFramework (1)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
76
if (stylusShape.GetType() == typeof(
RectangleStylusShape
))