2 writes to _contexts
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\PenContext.cs (2)
17
_contexts
= contexts;
39
_contexts
= null;
11 references to _contexts
PresentationCore (11)
System\Windows\Input\Stylus\Wisp\PenContext.cs (11)
50
return
_contexts
;
103
Debug.Assert(!
_contexts
._inputSource.CheckAccess());
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);
408
_contexts
.OnSystemEvent(