Implemented interface member:
5 references to Count
PresentationFramework (5)
MS\Internal\Data\LiveShapingList.cs (3)
503
Insert(
Count
, value);
504
return
Count
;
528
return (result <
Count
) ? result : -1;
System\Windows\Data\ListCollectionView.cs (2)
3093
double dirtyDensity = ((double)list.SortDirtyItems.Count) / (list.
Count
+ 1);
3167
index = list.Search(0, list.
Count
, item);