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