7 references to CreateListViewItem
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (7)
144
return
CreateListViewItem
(items [nextLocation]);
192
return
CreateListViewItem
(index);
205
return
CreateListViewItem
(items [prevLocation]);
223
return
CreateListViewItem
(index);
275
return
CreateListViewItem
(index);
629
ProxyFragment lvItem =
CreateListViewItem
(lvitemIndex);
657
return
CreateListViewItem
(groupInfo._items [indexIntoArray]);