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