1 write to _tabletDeviceId
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
20_tabletDeviceId = tabletDeviceId;
10 references to _tabletDeviceId
PresentationCore (10)
System\Windows\Input\Stylus\Wisp\PenContext.cs (10)
74return _tabletDeviceId; 252_contexts.OnPenDown(this, _tabletDeviceId, stylusPointerId, data, timestamp); 268_contexts.OnPenUp(this, _tabletDeviceId, stylusPointerId, data, timestamp); 293_contexts.OnPackets(this, _tabletDeviceId, stylusPointerId, data, timestamp); 297_contexts.OnInAirPackets(this, _tabletDeviceId, stylusPointerId, data, timestamp); 318_contexts.OnPenInRange(this, _tabletDeviceId, stylusPointerId, data, timestamp); 334_contexts.OnPenInRange(this, _tabletDeviceId, stylusPointerId, data, timestamp); 357_contexts.OnPenOutOfRange(this, _tabletDeviceId, stylusPointerId, timestamp); 378_contexts.OnPenOutOfRange(this, _tabletDeviceId, _stylusDevicesInRange[i], timestamp); 409this, _tabletDeviceId, stylusPointerId, timestamp,