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