6 instantiations of LVITEM_V6
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1881NativeMethods.LVITEM_V6 nativeItem = new NativeMethods.LVITEM_V6(); 1943NativeMethods.LVITEM_V6 nativeItem = new NativeMethods.LVITEM_V6();
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
478NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6 ();
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
218NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6 (); 383NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6();
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
741NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6 ();
14 references to LVITEM_V6
UIAutomationClientsideProviders (14)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (10)
464internal static unsafe bool GetItem(IntPtr hwnd, ref NativeMethods.LVITEM_V6 item) 472fixed (NativeMethods.LVITEM_V6 *pItem = &item) 485item = (NativeMethods.LVITEM_V6)item32; 497item = (NativeMethods.LVITEM_V6)item64; 1861internal LVITEM_V6_32(NativeMethods.LVITEM_V6 item) 1879static public explicit operator NativeMethods.LVITEM_V6(LVITEM_V6_32 item) 1881NativeMethods.LVITEM_V6 nativeItem = new NativeMethods.LVITEM_V6(); 1921internal LVITEM_V6_64(NativeMethods.LVITEM_V6 item) 1941static public explicit operator NativeMethods.LVITEM_V6(LVITEM_V6_64 item) 1943NativeMethods.LVITEM_V6 nativeItem = new NativeMethods.LVITEM_V6();
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
478NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6 ();
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
218NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6 (); 383NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6();
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
741NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6 ();