8 references to Rectangle
PresentationCore (7)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
339da.StylusTip = StylusTip.Rectangle;
MS\Internal\Ink\StylusShape.cs (2)
70if (tip == StylusTip.Rectangle) 370: base(StylusTip.Rectangle, width, height, rotation)
System\Windows\Ink\DrawingAttributes.cs (3)
101Debug.Assert(StylusTip.Rectangle == (StylusTip)GetExtendedPropertyBackedProperty(KnownIds.StylusTip)); 102return StylusTip.Rectangle; 382if (this.StylusTip == StylusTip.Rectangle)
System\Windows\Ink\StylusTip.cs (1)
30if (stylusTip < StylusTip.Rectangle || stylusTip > StylusTip.Ellipse)
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
66da.StylusTip = StylusTip.Rectangle;