6 instantiations of LVITEM_V6
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1873NativeMethods.LVITEM_V6 nativeItem = new NativeMethods.LVITEM_V6(); 1935NativeMethods.LVITEM_V6 nativeItem = new NativeMethods.LVITEM_V6();
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
469NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6 ();
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
205NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6 (); 369NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6();
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
733NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6 ();
14 references to LVITEM_V6
UIAutomationClientSideProviders (14)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (10)
456internal static unsafe bool GetItem(IntPtr hwnd, ref NativeMethods.LVITEM_V6 item) 464fixed (NativeMethods.LVITEM_V6 *pItem = &item) 477item = (NativeMethods.LVITEM_V6)item32; 489item = (NativeMethods.LVITEM_V6)item64; 1853internal LVITEM_V6_32(NativeMethods.LVITEM_V6 item) 1871static public explicit operator NativeMethods.LVITEM_V6(LVITEM_V6_32 item) 1873NativeMethods.LVITEM_V6 nativeItem = new NativeMethods.LVITEM_V6(); 1913internal LVITEM_V6_64(NativeMethods.LVITEM_V6 item) 1933static public explicit operator NativeMethods.LVITEM_V6(LVITEM_V6_64 item) 1935NativeMethods.LVITEM_V6 nativeItem = new NativeMethods.LVITEM_V6();
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
469NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6 ();
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
205NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6 (); 369NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6();
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
733NativeMethods.LVITEM_V6 item = new NativeMethods.LVITEM_V6 ();