1 write to _tabletDeviceMap
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
83_tabletDeviceMap = new Dictionary<IntPtr, PointerTabletDevice>();
4 references to _tabletDeviceMap
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (4)
48_tabletDeviceMap.TryGetValue(deviceId, out tablet); 62foreach (var tablet in _tabletDeviceMap.Values) 81Dictionary<IntPtr, PointerTabletDevice> oldTablets = _tabletDeviceMap; 136_tabletDeviceMap[tablet.Device] = tablet;