10 references to CreateListboxItem
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\WindowsListBox.cs (10)
103
return listbox.
CreateListboxItem
(idChild - 1);
222
return
CreateListboxItem
(item + 1);
254
return
CreateListboxItem
(item - 1);
258
return item != 0 && count > 0 ?
CreateListboxItem
(count - 1) : null;
267
return
CreateListboxItem
(0);
287
return count > 0 ?
CreateListboxItem
(count - 1) : null;
302
return
CreateListboxItem
(index);
317
return
CreateListboxItem
(index);
351
selection[index] =
CreateListboxItem
(itemPos);
495
el = wlb.
CreateListboxItem
(idChild - 1);