1 instantiation of PointerTabletDevice
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
113
PointerTabletDevice tablet = new
PointerTabletDevice
(ptdi);
14 references to PointerTabletDevice
PresentationCore (14)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
90
private
PointerTabletDevice
_tabletDevice;
106
internal PointerStylusDevice(
PointerTabletDevice
tabletDevice, UnsafeNativeMethods.POINTER_DEVICE_CURSOR_INFO cursorInfo)
398
internal
PointerTabletDevice
PointerTabletDevice
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (9)
22
private Dictionary<IntPtr,
PointerTabletDevice
> _tabletDeviceMap = new Dictionary<IntPtr,
PointerTabletDevice
>();
39
internal
PointerTabletDevice
GetByDeviceId(IntPtr deviceId)
41
PointerTabletDevice
tablet = null;
57
foreach (
var
tablet in _tabletDeviceMap.Values)
76
Dictionary<IntPtr,
PointerTabletDevice
> oldTablets = _tabletDeviceMap;
78
_tabletDeviceMap = new Dictionary<IntPtr,
PointerTabletDevice
>();
113
PointerTabletDevice
tablet = new PointerTabletDevice(ptdi);
139
foreach (
var
oldTablet in oldTablets.Values)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
48
private
PointerTabletDevice
_currentTabletDevice;
132
private int[] GenerateRawStylusData(PointerData pointerData,
PointerTabletDevice
tabletDevice)