21 references to Count
WindowsBase (21)
Base\System\Windows\DependentList.cs (6)
21if(Count == Capacity) 38for(int i = Count-1; i >= 0; i--) 86for (int i=Count-1; i>=0; --i) 95if (newCount == Count) 103for (int i=0, n=Count; i<n; ++i) 122compacter.Include(runStart, Count);
Base\System\Windows\Freezable.cs (9)
591for (int i = 0, count = contextList.Count; i < count; i++) 1092int count = list.Count; 1321int count = list.Count; 1373int count = oldList.Count; 1421for (int i = 0, count = handlers.Count; i < count; i++) 1480if (handlers.Count == 0) 1518Debug.Assert(Freezable_UsingHandlerList && HandlerList.Count == 0); 1780int count = list.Count; 2014for(int i = 0, count = ContextList.Count; i < count; i++)
Base\System\Windows\WeakEventManager.cs (5)
586get { return _list.Count; } 594get { return _list.Count == 0; } 620for (int i=_list.Count-1; i>=0; --i) 687for (int i=_list.Count-1; i>=0; --i) 828for (int j=_list.Count-1; j>=0; --j)
Shared\MS\Utility\FrugalList.cs (1)
1929int delta = (index + 1) - Count;