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)
87return _tabletDeviceId; 265_contexts.OnPenDown(this, _tabletDeviceId, stylusPointerId, data, timestamp); 281_contexts.OnPenUp(this, _tabletDeviceId, stylusPointerId, data, timestamp); 306_contexts.OnPackets(this, _tabletDeviceId, stylusPointerId, data, timestamp); 310_contexts.OnInAirPackets(this, _tabletDeviceId, stylusPointerId, data, timestamp); 331_contexts.OnPenInRange(this, _tabletDeviceId, stylusPointerId, data, timestamp); 347_contexts.OnPenInRange(this, _tabletDeviceId, stylusPointerId, data, timestamp); 370_contexts.OnPenOutOfRange(this, _tabletDeviceId, stylusPointerId, timestamp); 391_contexts.OnPenOutOfRange(this, _tabletDeviceId, _stylusDevicesInRange[i], timestamp); 422this, _tabletDeviceId, stylusPointerId, timestamp,