2 writes to _tabletDeviceCollection
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
66_tabletDeviceCollection = null; 2994_tabletDeviceCollection = new WispTabletDeviceCollection();
13 references to _tabletDeviceCollection
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
61if (_tabletDeviceCollection != null) 65_tabletDeviceCollection.DisposeTablets(); 2618if (_tabletDeviceCollection != null) 2620foreach (TabletDevice tablet in _tabletDeviceCollection) 2992if (_tabletDeviceCollection == null) 3000return _tabletDeviceCollection; 3149bool initializedTablets = (_tabletDeviceCollection == null); 3391if (_tabletDeviceCollection != null) 3434int numDeferredTablets = _tabletDeviceCollection.DeferredTablets.Count; 3437uint tabletIndex = _tabletDeviceCollection.HandleTabletRemoved(wisptisIndex); 3443&& _tabletDeviceCollection.DeferredTablets.Count == numDeferredTablets) 3575if (_tabletDeviceCollection != null) 3579foreach (TabletDevice tablet in _tabletDeviceCollection)