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