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