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