4 references to GetItem
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
482if (XSendMessage.GetItem(hwnd, ref item))
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
224if (!XSendMessage.GetItem(_hwnd, ref item) || GetGroup(item.iGroupID) == null) 440if (XSendMessage.GetItem(hwnd, ref item) && manager.Add(item.iGroupID, item.iItem))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
745if (XSendMessage.GetItem(hwnd, ref item))