Implemented interface member:
12 references to Count
PresentationCore (12)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
478for (int i=0; i<tabletDevices.Count; i++)
System\Windows\Input\Stylus\Common\TabletDeviceCollection.cs (2)
50Array.Copy(TabletDevices.ToArray(), 0, array, index, Count); 72if (index >= Count || index < 0)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
492if (!_tabletDeviceCollectionDisposed && TabletDevices.Count != 0) 3169if (!initializedTablets && tablets.Count > 0) 3413wisptisIndex >= TabletDevices.Count)) 3488if (tabletDeviceCollection != null && tabletDeviceCollection.Count > 0)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (5)
539Debug.Assert(index <= Count); 542TabletDevice[] newTablets = new TabletDevice[Count + 1]; 559System.Diagnostics.Debug.Assert(index < Count && Count > 0); 658int c = Count + _deferredTablets.Count;