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