2 writes to Id
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (1)
79
Id
= id;
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
868
pimcTablet.GetKey(out tabletInfo.
Id
);
4 references to Id
PresentationCore (4)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
118
return _tabletInfo.
Id
;
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
339
StylusTraceLogger.LogDeviceDisconnect(_tabletInfo.
Id
);
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
311
int id = tabletdevices[iTablet].
Id
;
444
if (_tablets[i].Id == tabletInfo.
Id
)