1 write to _tabletDeviceId
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
33_tabletDeviceId = tabletDeviceId;
10 references to _tabletDeviceId
PresentationCore (10)
System\Windows\Input\Stylus\Wisp\PenContext.cs (10)
93return _tabletDeviceId; 271_contexts.OnPenDown(this, _tabletDeviceId, stylusPointerId, data, timestamp); 287_contexts.OnPenUp(this, _tabletDeviceId, stylusPointerId, data, timestamp); 312_contexts.OnPackets(this, _tabletDeviceId, stylusPointerId, data, timestamp); 316_contexts.OnInAirPackets(this, _tabletDeviceId, stylusPointerId, data, timestamp); 337_contexts.OnPenInRange(this, _tabletDeviceId, stylusPointerId, data, timestamp); 353_contexts.OnPenInRange(this, _tabletDeviceId, stylusPointerId, data, timestamp); 376_contexts.OnPenOutOfRange(this, _tabletDeviceId, stylusPointerId, timestamp); 397_contexts.OnPenOutOfRange(this, _tabletDeviceId, _stylusDevicesInRange[i], timestamp); 428this, _tabletDeviceId, stylusPointerId, timestamp,