2 writes to _tabletDeviceCollection
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
75_tabletDeviceCollection = null; 2980_tabletDeviceCollection = new WispTabletDeviceCollection();
13 references to _tabletDeviceCollection
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
70if (_tabletDeviceCollection != null) 74_tabletDeviceCollection.DisposeTablets(); 2612if (_tabletDeviceCollection != null) 2614foreach (TabletDevice tablet in _tabletDeviceCollection) 2978if (_tabletDeviceCollection == null) 2986return _tabletDeviceCollection; 3135bool initializedTablets = (_tabletDeviceCollection == null); 3377if (_tabletDeviceCollection != null) 3420int numDeferredTablets = _tabletDeviceCollection.DeferredTablets.Count; 3423uint tabletIndex = _tabletDeviceCollection.HandleTabletRemoved(wisptisIndex); 3429&& _tabletDeviceCollection.DeferredTablets.Count == numDeferredTablets) 3561if (_tabletDeviceCollection != null) 3565foreach (TabletDevice tablet in _tabletDeviceCollection)