6 references to MaxXY
PresentationCore (6)
System\Windows\Ink\Stroke.cs (4)
365double xVal = bezierPoint.X > StylusPoint.MaxXY ? 366StylusPoint.MaxXY : 369double yVal = bezierPoint.Y > StylusPoint.MaxXY ? 370StylusPoint.MaxXY :
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
683if (xyValue > MaxXY) 685return MaxXY;