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