16 references to As
PresentationCore (16)
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
212
PenContext newContext = _stylusLogic.TabletDevices[(int)index].
As
<WispTabletDevice>().CreateContext(_inputSource.Handle, this);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (9)
290
var tablet = report.StylusDevice.TabletDevice.
As
<WispTabletDevice>();
321
tabletDevice = rawStylusInputReport?.StylusDevice?.TabletDevice?.
As
<WispTabletDevice>();
942
WispTabletDevice tabletDevice = stylusDevice.TabletDevice?.
As
<WispTabletDevice>();
1067
WispTabletDevice tabletDevice = stylusDevice.TabletDevice.
As
<WispTabletDevice>();
1361
WispTabletDevice tabletDevice = stylusArgs?.StylusDeviceImpl?.TabletDevice.
As
<WispTabletDevice>();
2622
tablet.
As
<WispTabletDevice>().InvalidateSizeDeltas(); // Will be recalc'd on next stylus down.
3491
penThread = tabletDeviceCollection[0].
As
<WispTabletDevice>().PenThread;
3581
tablet.
As
<WispTabletDevice>()?.UpdateScreenMeasurements();
3599
return matrix * tabletDevice.
As
<TabletDeviceBase>().TabletToScreen;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (6)
262
PenThread penThread = _tablets.Length > 0 ? _tablets[0].
As
<WispTabletDevice>().PenThread :
410
PenThread penThread = _tablets.Length > 0 ? _tablets[0].
As
<WispTabletDevice>().PenThread :
562
WispTabletDevice removeTablet = _tablets[index].
As
<WispTabletDevice>();
594
WispTabletDevice tablet = _tablets[iTablet].
As
<WispTabletDevice>();
667
ctxs[i++] = tablet.
As
<WispTabletDevice>().CreateContext(hwnd, contexts);
677
ctxs[i++] = tablet.
As
<WispTabletDevice>().CreateContext(hwnd, contexts);