2 instantiations of WispTabletDevice
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
333
tablet = new TabletDevice(new
WispTabletDevice
(tabletdevices[iTablet], penThread));
467
AddTablet(tabletIndex, new TabletDevice(new
WispTabletDevice
(tabletInfo, penThread)));
28 references to WispTabletDevice
PresentationCore (28)
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
211
PenContext newContext = _stylusLogic.TabletDevices[(int)index].As<
WispTabletDevice
>().CreateContext(_inputSource.Handle, this);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
289
var
tablet = report.StylusDevice.TabletDevice.As<
WispTabletDevice
>();
311
WispTabletDevice
tabletDevice = null;
320
tabletDevice = rawStylusInputReport?.StylusDevice?.TabletDevice?.As<
WispTabletDevice
>();
941
WispTabletDevice
tabletDevice = stylusDevice.TabletDevice?.As<
WispTabletDevice
>();
1066
WispTabletDevice
tabletDevice = stylusDevice.TabletDevice.As<
WispTabletDevice
>();
1360
WispTabletDevice
tabletDevice = stylusArgs?.StylusDeviceImpl?.TabletDevice.As<
WispTabletDevice
>();
2621
tablet.As<
WispTabletDevice
>().InvalidateSizeDeltas(); // Will be recalc'd on next stylus down.
3490
penThread = tabletDeviceCollection[0].As<
WispTabletDevice
>().PenThread;
3580
tablet.As<
WispTabletDevice
>()?.UpdateScreenMeasurements();
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
22
internal WispStylusDevice(
WispTabletDevice
tabletDevice, string sName, int id, bool fInverted, StylusButtonCollection stylusButtonCollection)
1950
private
WispTabletDevice
_tabletDevice;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (12)
261
PenThread penThread = _tablets.Length > 0 ? _tablets[0].As<
WispTabletDevice
>().PenThread :
409
PenThread penThread = _tablets.Length > 0 ? _tablets[0].As<
WispTabletDevice
>().PenThread :
561
WispTabletDevice
removeTablet = _tablets[index].As<
WispTabletDevice
>();
593
WispTabletDevice
tablet = _tablets[iTablet].As<
WispTabletDevice
>();
611
WispTabletDevice
removedTablet = _tablets[iTablet].TabletDeviceImpl.As<
WispTabletDevice
>();
640
WispTabletDevice
tabletDevice = tablet.TabletDeviceImpl.As<
WispTabletDevice
>();
666
ctxs[i++] = tablet.As<
WispTabletDevice
>().CreateContext(hwnd, contexts);
676
ctxs[i++] = tablet.As<
WispTabletDevice
>().CreateContext(hwnd, contexts);