1 write to _tabletDeviceMap
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
78
_tabletDeviceMap
= new Dictionary<IntPtr, PointerTabletDevice>();
4 references to _tabletDeviceMap
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (4)
43
_tabletDeviceMap
.TryGetValue(deviceId, out tablet);
57
foreach (var tablet in
_tabletDeviceMap
.Values)
76
Dictionary<IntPtr, PointerTabletDevice> oldTablets =
_tabletDeviceMap
;
131
_tabletDeviceMap
[tablet.Device] = tablet;