10 references to CreateListboxItem
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\WindowsListBox.cs (10)
99
return listbox.
CreateListboxItem
(idChild - 1);
215
return
CreateListboxItem
(item + 1);
247
return
CreateListboxItem
(item - 1);
251
return item != 0 && count > 0 ?
CreateListboxItem
(count - 1) : null;
260
return
CreateListboxItem
(0);
280
return count > 0 ?
CreateListboxItem
(count - 1) : null;
295
return
CreateListboxItem
(index);
310
return
CreateListboxItem
(index);
344
selection[index] =
CreateListboxItem
(itemPos);
488
el = wlb.
CreateListboxItem
(idChild - 1);