10 references to CreateListboxItem
UIAutomationClientsideProviders (10)
MS\Internal\AutomationProxies\WindowsListBox.cs (10)
111
return listbox.
CreateListboxItem
(idChild - 1);
230
return
CreateListboxItem
(item + 1);
262
return
CreateListboxItem
(item - 1);
266
return item != 0 && count > 0 ?
CreateListboxItem
(count - 1) : null;
275
return
CreateListboxItem
(0);
295
return count > 0 ?
CreateListboxItem
(count - 1) : null;
310
return
CreateListboxItem
(index);
325
return
CreateListboxItem
(index);
359
selection[index] =
CreateListboxItem
(itemPos);
503
el = wlb.
CreateListboxItem
(idChild - 1);