7 references to CreateListViewItem
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (7)
154
return
CreateListViewItem
(items [nextLocation]);
202
return
CreateListViewItem
(index);
215
return
CreateListViewItem
(items [prevLocation]);
233
return
CreateListViewItem
(index);
285
return
CreateListViewItem
(index);
638
ProxyFragment lvItem =
CreateListViewItem
(lvitemIndex);
666
return
CreateListViewItem
(groupInfo._items [indexIntoArray]);