4 writes to TabletDevices
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (4)
390TabletDevices = new List<TabletDevice>(_tablets); 556TabletDevices = new List<TabletDevice>(_tablets); 577TabletDevices = new List<TabletDevice>(_tablets); 630TabletDevices = null;
8 references to TabletDevices
PresentationCore (8)
System\Windows\Input\Stylus\Common\TabletDeviceCollection.cs (6)
36ObjectDisposedException.ThrowIf(TabletDevices == null, typeof(TabletDeviceCollection)); 38return TabletDevices.Count; 54Array.Copy(TabletDevices.ToArray(), 0, array, index, Count); 65TabletDevices.CopyTo(array, index); 79return TabletDevices[index]; 116return TabletDevices.GetEnumerator();
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (2)
84TabletDevices.Clear(); 137TabletDevices.Add(tablet.TabletDevice);