4 references to Count
PresentationUI (4)
MS\Internal\Documents\PeoplePickerWrapper.cs (4)
381String[] names = new string[Count]; 383for (int i = 0; i < Count; i++) 401if (index < 0 || index >= Count) 437if (index < 0 || index >= Count)