6 references to MinXY
PresentationCore (6)
System\Windows\Ink\Stroke.cs (4)
368
(bezierPoint.X < StylusPoint.
MinXY
? StylusPoint.
MinXY
: bezierPoint.X);
372
(bezierPoint.Y < StylusPoint.
MinXY
? StylusPoint.
MinXY
: bezierPoint.Y);
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
688
if (xyValue <
MinXY
)
690
return
MinXY
;