2 writes to _tabletDeviceCollection
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
65_tabletDeviceCollection = null; 2993_tabletDeviceCollection = new WispTabletDeviceCollection();
13 references to _tabletDeviceCollection
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
60if (_tabletDeviceCollection != null) 64_tabletDeviceCollection.DisposeTablets(); 2617if (_tabletDeviceCollection != null) 2619foreach (TabletDevice tablet in _tabletDeviceCollection) 2991if (_tabletDeviceCollection == null) 2999return _tabletDeviceCollection; 3148bool initializedTablets = (_tabletDeviceCollection == null); 3390if (_tabletDeviceCollection != null) 3433int numDeferredTablets = _tabletDeviceCollection.DeferredTablets.Count; 3436uint tabletIndex = _tabletDeviceCollection.HandleTabletRemoved(wisptisIndex); 3442&& _tabletDeviceCollection.DeferredTablets.Count == numDeferredTablets) 3571if (_tabletDeviceCollection != null) 3575foreach (TabletDevice tablet in _tabletDeviceCollection)