6 references to MinXY
PresentationCore (6)
System\Windows\Ink\Stroke.cs (4)
383(bezierPoint.X < StylusPoint.MinXY ? StylusPoint.MinXY : bezierPoint.X); 387(bezierPoint.Y < StylusPoint.MinXY ? StylusPoint.MinXY : bezierPoint.Y);
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
698if (xyValue < MinXY) 700return MinXY;