4 instantiations of LVITEM
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1775NativeMethods.LVITEM nativeItem = new NativeMethods.LVITEM(); 1826NativeMethods.LVITEM nativeItem = new NativeMethods.LVITEM();
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1829NativeMethods.LVITEM lvitem = new NativeMethods.LVITEM ();
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
714NativeMethods.LVITEM lvitem = new NativeMethods.LVITEM ();
11 references to LVITEM
UIAutomationClientsideProviders (11)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (8)
409internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.LVITEM item) 438internal static unsafe bool SetItem(IntPtr hwnd, int index, NativeMethods.LVITEM item) 1758internal LVITEM_32(NativeMethods.LVITEM item) 1773static public explicit operator NativeMethods.LVITEM(LVITEM_32 item) 1775NativeMethods.LVITEM nativeItem = new NativeMethods.LVITEM(); 1808internal LVITEM_64(NativeMethods.LVITEM item) 1824static public explicit operator NativeMethods.LVITEM(LVITEM_64 item) 1826NativeMethods.LVITEM nativeItem = new NativeMethods.LVITEM();
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1396static internal string GetItemText (IntPtr hwnd, NativeMethods.LVITEM item) 1829NativeMethods.LVITEM lvitem = new NativeMethods.LVITEM ();
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
714NativeMethods.LVITEM lvitem = new NativeMethods.LVITEM ();