2 writes to _contexts
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\PenContext.cs (2)
30
_contexts
= contexts;
52
_contexts
= null;
11 references to _contexts
PresentationCore (11)
System\Windows\Input\Stylus\Wisp\PenContext.cs (11)
63
return
_contexts
;
116
Debug.Assert(!
_contexts
._inputSource.CheckAccess());
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);
421
_contexts
.OnSystemEvent(