6 references to MinXY
PresentationCore (6)
System\Windows\Ink\Stroke.cs (4)
367
(bezierPoint.X < StylusPoint.
MinXY
? StylusPoint.
MinXY
: bezierPoint.X);
371
(bezierPoint.Y < StylusPoint.
MinXY
? StylusPoint.
MinXY
: bezierPoint.Y);
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
687
if (xyValue <
MinXY
)
689
return
MinXY
;