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