4 writes to TabletDevices
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (4)
385TabletDevices = new List<TabletDevice>(_tablets); 551TabletDevices = new List<TabletDevice>(_tablets); 572TabletDevices = new List<TabletDevice>(_tablets); 625TabletDevices = null;
8 references to TabletDevices
PresentationCore (8)
System\Windows\Input\Stylus\Common\TabletDeviceCollection.cs (6)
32ObjectDisposedException.ThrowIf(TabletDevices == null, typeof(TabletDeviceCollection)); 34return TabletDevices.Count; 50Array.Copy(TabletDevices.ToArray(), 0, array, index, Count); 61TabletDevices.CopyTo(array, index); 75return TabletDevices[index]; 112return TabletDevices.GetEnumerator();
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (2)
78TabletDevices.Clear(); 131TabletDevices.Add(tablet.TabletDevice);