1 write to _tabletDeviceId
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
19_tabletDeviceId = tabletDeviceId;
10 references to _tabletDeviceId
PresentationCore (10)
System\Windows\Input\Stylus\Wisp\PenContext.cs (10)
73return _tabletDeviceId; 251_contexts.OnPenDown(this, _tabletDeviceId, stylusPointerId, data, timestamp); 267_contexts.OnPenUp(this, _tabletDeviceId, stylusPointerId, data, timestamp); 292_contexts.OnPackets(this, _tabletDeviceId, stylusPointerId, data, timestamp); 296_contexts.OnInAirPackets(this, _tabletDeviceId, stylusPointerId, data, timestamp); 317_contexts.OnPenInRange(this, _tabletDeviceId, stylusPointerId, data, timestamp); 333_contexts.OnPenInRange(this, _tabletDeviceId, stylusPointerId, data, timestamp); 356_contexts.OnPenOutOfRange(this, _tabletDeviceId, stylusPointerId, timestamp); 377_contexts.OnPenOutOfRange(this, _tabletDeviceId, _stylusDevicesInRange[i], timestamp); 408this, _tabletDeviceId, stylusPointerId, timestamp,