8 references to Rectangle
PresentationCore (7)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
359da.StylusTip = StylusTip.Rectangle;
Core\CSharp\MS\Internal\Ink\StylusShape.cs (2)
79if (tip == StylusTip.Rectangle) 382: base(StylusTip.Rectangle, width, height, rotation)
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (3)
114Debug.Assert(StylusTip.Rectangle == (StylusTip)GetExtendedPropertyBackedProperty(KnownIds.StylusTip)); 115return StylusTip.Rectangle; 395if (this.StylusTip == StylusTip.Rectangle)
Core\CSharp\System\Windows\Ink\StylusTip.cs (1)
34if (stylusTip < StylusTip.Rectangle || stylusTip > StylusTip.Ellipse)
PresentationFramework (1)
src\Framework\MS\Internal\Ink\PenCursorManager.cs (1)
78da.StylusTip = StylusTip.Rectangle;