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