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)
688if (xyValue < MinXY) 690return MinXY;