1 instantiation of PointerTabletDevice
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
118
PointerTabletDevice tablet = new
PointerTabletDevice
(ptdi);
14 references to PointerTabletDevice
PresentationCore (14)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
98
private
PointerTabletDevice
_tabletDevice;
114
internal PointerStylusDevice(
PointerTabletDevice
tabletDevice, UnsafeNativeMethods.POINTER_DEVICE_CURSOR_INFO cursorInfo)
406
internal
PointerTabletDevice
PointerTabletDevice
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (9)
27
private Dictionary<IntPtr,
PointerTabletDevice
> _tabletDeviceMap = new Dictionary<IntPtr,
PointerTabletDevice
>();
44
internal
PointerTabletDevice
GetByDeviceId(IntPtr deviceId)
46
PointerTabletDevice
tablet = null;
62
foreach (
var
tablet in _tabletDeviceMap.Values)
81
Dictionary<IntPtr,
PointerTabletDevice
> oldTablets = _tabletDeviceMap;
83
_tabletDeviceMap = new Dictionary<IntPtr,
PointerTabletDevice
>();
118
PointerTabletDevice
tablet = new PointerTabletDevice(ptdi);
144
foreach (
var
oldTablet in oldTablets.Values)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
53
private
PointerTabletDevice
_currentTabletDevice;
137
private int[] GenerateRawStylusData(PointerData pointerData,
PointerTabletDevice
tabletDevice)