7 references to CreateListViewItem
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (7)
145
return
CreateListViewItem
(items [nextLocation]);
193
return
CreateListViewItem
(index);
206
return
CreateListViewItem
(items [prevLocation]);
224
return
CreateListViewItem
(index);
276
return
CreateListViewItem
(index);
629
ProxyFragment lvItem =
CreateListViewItem
(lvitemIndex);
657
return
CreateListViewItem
(groupInfo._items [indexIntoArray]);