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