10 references to CreateListboxItem
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\WindowsListBox.cs (10)
98
return listbox.
CreateListboxItem
(idChild - 1);
214
return
CreateListboxItem
(item + 1);
246
return
CreateListboxItem
(item - 1);
250
return item != 0 && count > 0 ?
CreateListboxItem
(count - 1) : null;
259
return
CreateListboxItem
(0);
279
return count > 0 ?
CreateListboxItem
(count - 1) : null;
294
return
CreateListboxItem
(index);
309
return
CreateListboxItem
(index);
343
selection[index] =
CreateListboxItem
(itemPos);
487
el = wlb.
CreateListboxItem
(idChild - 1);