1 instantiation of PointerTabletDevice
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
112
PointerTabletDevice tablet = new
PointerTabletDevice
(ptdi);
14 references to PointerTabletDevice
PresentationCore (14)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
89
private
PointerTabletDevice
_tabletDevice;
105
internal PointerStylusDevice(
PointerTabletDevice
tabletDevice, UnsafeNativeMethods.POINTER_DEVICE_CURSOR_INFO cursorInfo)
397
internal
PointerTabletDevice
PointerTabletDevice
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (9)
21
private Dictionary<IntPtr,
PointerTabletDevice
> _tabletDeviceMap = new Dictionary<IntPtr,
PointerTabletDevice
>();
38
internal
PointerTabletDevice
GetByDeviceId(IntPtr deviceId)
40
PointerTabletDevice
tablet = null;
56
foreach (
var
tablet in _tabletDeviceMap.Values)
75
Dictionary<IntPtr,
PointerTabletDevice
> oldTablets = _tabletDeviceMap;
77
_tabletDeviceMap = new Dictionary<IntPtr,
PointerTabletDevice
>();
112
PointerTabletDevice
tablet = new PointerTabletDevice(ptdi);
138
foreach (
var
oldTablet in oldTablets.Values)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
47
private
PointerTabletDevice
_currentTabletDevice;
131
private int[] GenerateRawStylusData(PointerData pointerData,
PointerTabletDevice
tabletDevice)