4 references to GetItem
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
474if (XSendMessage.GetItem(hwnd, ref item))
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
212if (!XSendMessage.GetItem(_hwnd, ref item) || GetGroup(item.iGroupID) == null) 429if (XSendMessage.GetItem(hwnd, ref item) && manager.Add(item.iGroupID, item.iItem))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
738if (XSendMessage.GetItem(hwnd, ref item))