2 writes to _tabletDeviceCollection
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
66_tabletDeviceCollection = null; 2971_tabletDeviceCollection = new WispTabletDeviceCollection();
13 references to _tabletDeviceCollection
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
61if (_tabletDeviceCollection != null) 65_tabletDeviceCollection.DisposeTablets(); 2603if (_tabletDeviceCollection != null) 2605foreach (TabletDevice tablet in _tabletDeviceCollection) 2969if (_tabletDeviceCollection == null) 2977return _tabletDeviceCollection; 3126bool initializedTablets = (_tabletDeviceCollection == null); 3368if (_tabletDeviceCollection != null) 3411int numDeferredTablets = _tabletDeviceCollection.DeferredTablets.Count; 3414uint tabletIndex = _tabletDeviceCollection.HandleTabletRemoved(wisptisIndex); 3420&& _tabletDeviceCollection.DeferredTablets.Count == numDeferredTablets) 3552if (_tabletDeviceCollection != null) 3556foreach (TabletDevice tablet in _tabletDeviceCollection)