2 references to bottom
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (1)
508
double deviceSizeY = _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.top - _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.
bottom
;
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (1)
310
new Size(displayRect.right - displayRect.left, displayRect.
bottom
- displayRect.top));