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