6 references to MaxXY
PresentationCore (6)
System\Windows\Ink\Stroke.cs (4)
381double xVal = bezierPoint.X > StylusPoint.MaxXY ? 382StylusPoint.MaxXY : 385double yVal = bezierPoint.Y > StylusPoint.MaxXY ? 386StylusPoint.MaxXY :
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
694if (xyValue > MaxXY) 696return MaxXY;