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