2 writes to _contexts
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\PenContext.cs (2)
16
_contexts
= contexts;
38
_contexts
= null;
11 references to _contexts
PresentationCore (11)
System\Windows\Input\Stylus\Wisp\PenContext.cs (11)
49
return
_contexts
;
102
Debug.Assert(!
_contexts
._inputSource.CheckAccess());
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);
407
_contexts
.OnSystemEvent(