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