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