6 instantiations of HDITEM
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1666
NativeMethods.HDITEM nativeItem = new NativeMethods.
HDITEM
1719
NativeMethods.HDITEM nativeItem = new NativeMethods.
HDITEM
MS\Internal\AutomationProxies\WindowsSysHeader.cs (3)
308
NativeMethods.HDITEM item = new NativeMethods.
HDITEM
();
549
NativeMethods.HDITEM hdi = new NativeMethods.
HDITEM
();
674
NativeMethods.HDITEM item = new NativeMethods.
HDITEM
();
MS\Win32\NativeMethods.cs (1)
1882
internal static readonly HDITEM Empty = new
HDITEM
();
15 references to HDITEM
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (11)
823
internal static unsafe bool GetItem(IntPtr hwnd, int index, ref NativeMethods.
HDITEM
item)
831
fixed (NativeMethods.
HDITEM
* pItem = &item)
844
item = (NativeMethods.
HDITEM
)item32;
857
item = (NativeMethods.
HDITEM
)item64;
866
internal static unsafe string GetItemText(IntPtr hwnd, int index, NativeMethods.
HDITEM
item)
1648
internal HDITEM_32(NativeMethods.
HDITEM
item)
1664
public static explicit operator NativeMethods.
HDITEM
(HDITEM_32 item)
1666
NativeMethods.
HDITEM
nativeItem = new NativeMethods.HDITEM
1701
internal HDITEM_64(NativeMethods.
HDITEM
item)
1717
public static explicit operator NativeMethods.
HDITEM
(HDITEM_64 item)
1719
NativeMethods.
HDITEM
nativeItem = new NativeMethods.HDITEM
MS\Internal\AutomationProxies\WindowsSysHeader.cs (3)
308
NativeMethods.
HDITEM
item = new NativeMethods.HDITEM();
549
NativeMethods.
HDITEM
hdi = new NativeMethods.HDITEM();
674
NativeMethods.
HDITEM
item = new NativeMethods.HDITEM();
MS\Win32\NativeMethods.cs (1)
1882
internal static readonly
HDITEM
Empty = new HDITEM();