1 write to _stylusDevice
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (1)
137_stylusDevice = stylusDevice;
7 references to _stylusDevice
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (7)
199if (_stylusDevice.TabletDevice.Type != TabletDeviceType.Stylus) 487double deviceSizeX = _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.right - _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.left; 488double deviceSizeY = _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.top - _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.bottom; 491double tabletSizeX = _stylusDevice.PointerTabletDevice.DeviceInfo.SizeInfo.TabletSize.Width; 492double tabletSizeY = _stylusDevice.PointerTabletDevice.DeviceInfo.SizeInfo.TabletSize.Height;