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