7 references to CreateListViewItem
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (7)
147return CreateListViewItem (items [nextLocation]); 195return CreateListViewItem (index); 208return CreateListViewItem (items [prevLocation]); 226return CreateListViewItem (index); 278return CreateListViewItem (index); 631ProxyFragment lvItem = CreateListViewItem (lvitemIndex); 659return CreateListViewItem (groupInfo._items [indexIntoArray]);