Implemented interface member:
12 references to Count
PresentationCore (12)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
479
for (int i=0; i<tabletDevices.
Count
; i++)
System\Windows\Input\Stylus\Common\TabletDeviceCollection.cs (2)
51
Array.Copy(TabletDevices.ToArray(), 0, array, index,
Count
);
73
if (index >=
Count
|| index < 0)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
493
if (!_tabletDeviceCollectionDisposed && TabletDevices.
Count
!= 0)
3170
if (!initializedTablets && tablets.
Count
> 0)
3414
wisptisIndex >= TabletDevices.
Count
))
3489
if (tabletDeviceCollection != null && tabletDeviceCollection.
Count
> 0)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (5)
540
Debug.Assert(index <=
Count
);
543
TabletDevice[] newTablets = new TabletDevice[
Count
+ 1];
560
System.Diagnostics.Debug.Assert(index <
Count
&&
Count
> 0);
659
int c =
Count
+ _deferredTablets.Count;