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