Implemented interface member:
12 references to Count
PresentationCore (12)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
491for (int i=0; i<tabletDevices.Count; i++)
System\Windows\Input\Stylus\Common\TabletDeviceCollection.cs (2)
54Array.Copy(TabletDevices.ToArray(), 0, array, index, Count); 76if (index >= Count || index < 0)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
497if (!_tabletDeviceCollectionDisposed && TabletDevices.Count != 0) 3156if (!initializedTablets && tablets.Count > 0) 3400wisptisIndex >= TabletDevices.Count)) 3475if (tabletDeviceCollection != null && tabletDeviceCollection.Count > 0)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (5)
544Debug.Assert(index <= Count); 547TabletDevice[] newTablets = new TabletDevice[Count + 1]; 564System.Diagnostics.Debug.Assert(index < Count && Count > 0); 663int c = Count + _deferredTablets.Count;