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