3 instantiations of RectangleStylusShape
PresentationCore (2)
System\Windows\Ink\DrawingAttributes.cs (1)
395s = new RectangleStylusShape(this.Width, this.Height);
System\Windows\Ink\StrokeCollection2.cs (1)
65return PointHitTest(point, new RectangleStylusShape(1f, 1f));
PresentationFramework (1)
System\Windows\Controls\InkCanvas.cs (1)
762_eraserShape = new RectangleStylusShape(8f, 8f);
1 reference to RectangleStylusShape
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
69if (stylusShape.GetType() == typeof(RectangleStylusShape))