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