10 references to CreateListboxItem
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\WindowsListBox.cs (10)
99
return listbox.
CreateListboxItem
(idChild - 1);
218
return
CreateListboxItem
(item + 1);
250
return
CreateListboxItem
(item - 1);
254
return item != 0 && count > 0 ?
CreateListboxItem
(count - 1) : null;
263
return
CreateListboxItem
(0);
283
return count > 0 ?
CreateListboxItem
(count - 1) : null;
298
return
CreateListboxItem
(index);
313
return
CreateListboxItem
(index);
347
selection[index] =
CreateListboxItem
(itemPos);
491
el = wlb.
CreateListboxItem
(idChild - 1);