8 references to Rectangle
PresentationCore (7)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
338
da.StylusTip = StylusTip.
Rectangle
;
MS\Internal\Ink\StylusShape.cs (2)
69
if (tip == StylusTip.
Rectangle
)
369
: base(StylusTip.
Rectangle
, width, height, rotation)
System\Windows\Ink\DrawingAttributes.cs (3)
100
Debug.Assert(StylusTip.
Rectangle
== (StylusTip)GetExtendedPropertyBackedProperty(KnownIds.StylusTip));
101
return StylusTip.
Rectangle
;
381
if (this.StylusTip == StylusTip.
Rectangle
)
System\Windows\Ink\StylusTip.cs (1)
29
if (stylusTip < StylusTip.
Rectangle
|| stylusTip > StylusTip.Ellipse)
PresentationFramework (1)
MS\Internal\Ink\PenCursorManager.cs (1)
65
da.StylusTip = StylusTip.
Rectangle
;