2 instantiations of WispTabletDevice
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
338
tablet = new TabletDevice(new
WispTabletDevice
(tabletdevices[iTablet], penThread));
472
AddTablet(tabletIndex, new TabletDevice(new
WispTabletDevice
(tabletInfo, penThread)));
28 references to WispTabletDevice
PresentationCore (28)
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
234
PenContext newContext = _stylusLogic.TabletDevices[(int)index].As<
WispTabletDevice
>().CreateContext(_inputSource.CriticalHandle, this);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
298
var
tablet = report.StylusDevice.TabletDevice.As<
WispTabletDevice
>();
320
WispTabletDevice
tabletDevice = null;
329
tabletDevice = rawStylusInputReport?.StylusDevice?.TabletDevice?.As<
WispTabletDevice
>();
942
WispTabletDevice
tabletDevice = stylusDevice.TabletDevice?.As<
WispTabletDevice
>();
1067
WispTabletDevice
tabletDevice = stylusDevice.TabletDevice.As<
WispTabletDevice
>();
1359
WispTabletDevice
tabletDevice = stylusArgs?.StylusDeviceImpl?.TabletDevice.As<
WispTabletDevice
>();
2616
tablet.As<
WispTabletDevice
>().InvalidateSizeDeltas(); // Will be recalc'd on next stylus down.
3477
penThread = tabletDeviceCollection[0].As<
WispTabletDevice
>().PenThread;
3567
tablet.As<
WispTabletDevice
>()?.UpdateScreenMeasurements();
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
26
internal WispStylusDevice(
WispTabletDevice
tabletDevice, string sName, int id, bool fInverted, StylusButtonCollection stylusButtonCollection)
1949
WispTabletDevice
_tabletDevice;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (12)
266
PenThread penThread = _tablets.Length > 0 ? _tablets[0].As<
WispTabletDevice
>().PenThread :
414
PenThread penThread = _tablets.Length > 0 ? _tablets[0].As<
WispTabletDevice
>().PenThread :
566
WispTabletDevice
removeTablet = _tablets[index].As<
WispTabletDevice
>();
598
WispTabletDevice
tablet = _tablets[iTablet].As<
WispTabletDevice
>();
616
WispTabletDevice
removedTablet = _tablets[iTablet].TabletDeviceImpl.As<
WispTabletDevice
>();
645
WispTabletDevice
tabletDevice = tablet.TabletDeviceImpl.As<
WispTabletDevice
>();
671
ctxs[i++] = tablet.As<
WispTabletDevice
>().CreateContext(hwnd, contexts);
681
ctxs[i++] = tablet.As<
WispTabletDevice
>().CreateContext(hwnd, contexts);