4 writes to TabletDevices
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (4)
386TabletDevices = new List<TabletDevice>(_tablets); 552TabletDevices = new List<TabletDevice>(_tablets); 573TabletDevices = new List<TabletDevice>(_tablets); 626TabletDevices = null;
8 references to TabletDevices
PresentationCore (8)
System\Windows\Input\Stylus\Common\TabletDeviceCollection.cs (6)
33ObjectDisposedException.ThrowIf(TabletDevices == null, typeof(TabletDeviceCollection)); 35return TabletDevices.Count; 51Array.Copy(TabletDevices.ToArray(), 0, array, index, Count); 62TabletDevices.CopyTo(array, index); 76return TabletDevices[index]; 113return TabletDevices.GetEnumerator();
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (2)
79TabletDevices.Clear(); 132TabletDevices.Add(tablet.TabletDevice);