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