4 instantiations of LVITEM
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1767NativeMethods.LVITEM nativeItem = new NativeMethods.LVITEM(); 1818NativeMethods.LVITEM nativeItem = new NativeMethods.LVITEM();
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1820NativeMethods.LVITEM lvitem = new NativeMethods.LVITEM ();
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
706NativeMethods.LVITEM lvitem = new NativeMethods.LVITEM ();
11 references to LVITEM
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (8)
401internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.LVITEM item) 430internal static unsafe bool SetItem(IntPtr hwnd, int index, NativeMethods.LVITEM item) 1750internal LVITEM_32(NativeMethods.LVITEM item) 1765static public explicit operator NativeMethods.LVITEM(LVITEM_32 item) 1767NativeMethods.LVITEM nativeItem = new NativeMethods.LVITEM(); 1800internal LVITEM_64(NativeMethods.LVITEM item) 1816static public explicit operator NativeMethods.LVITEM(LVITEM_64 item) 1818NativeMethods.LVITEM nativeItem = new NativeMethods.LVITEM();
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1385static internal string GetItemText (IntPtr hwnd, NativeMethods.LVITEM item) 1820NativeMethods.LVITEM lvitem = new NativeMethods.LVITEM ();
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
706NativeMethods.LVITEM lvitem = new NativeMethods.LVITEM ();