2 writes to Id
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (1)
75
Id
= id;
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
856
pimcTablet.GetKey(out tabletInfo.
Id
);
4 references to Id
PresentationCore (4)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
111
return _tabletInfo.
Id
;
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
330
StylusTraceLogger.LogDeviceDisconnect(_tabletInfo.
Id
);
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
305
int id = tabletdevices[iTablet].
Id
;
438
if (_tablets[i].Id == tabletInfo.
Id
)