6 instantiations of HDITEM
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1673
NativeMethods.HDITEM nativeItem = new NativeMethods.
HDITEM
();
1725
NativeMethods.HDITEM nativeItem = new NativeMethods.
HDITEM
();
MS\Internal\AutomationProxies\WindowsSysHeader.cs (3)
324
NativeMethods.HDITEM item = new NativeMethods.
HDITEM
();
568
NativeMethods.HDITEM hdi = new NativeMethods.
HDITEM
();
693
NativeMethods.HDITEM item = new NativeMethods.
HDITEM
();
MS\Win32\NativeMethods.cs (1)
1901
internal static readonly HDITEM Empty = new
HDITEM
();
15 references to HDITEM
UIAutomationClientsideProviders (15)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (11)
832
internal static unsafe bool GetItem(IntPtr hwnd, int index, ref NativeMethods.
HDITEM
item)
840
fixed (NativeMethods.
HDITEM
* pItem = &item)
853
item = (NativeMethods.
HDITEM
)item32;
866
item = (NativeMethods.
HDITEM
)item64;
875
internal static unsafe string GetItemText(IntPtr hwnd, int index, NativeMethods.
HDITEM
item)
1655
internal HDITEM_32(NativeMethods.
HDITEM
item)
1671
static public explicit operator NativeMethods.
HDITEM
(HDITEM_32 item)
1673
NativeMethods.
HDITEM
nativeItem = new NativeMethods.HDITEM();
1707
internal HDITEM_64(NativeMethods.
HDITEM
item)
1723
static public explicit operator NativeMethods.
HDITEM
(HDITEM_64 item)
1725
NativeMethods.
HDITEM
nativeItem = new NativeMethods.HDITEM();
MS\Internal\AutomationProxies\WindowsSysHeader.cs (3)
324
NativeMethods.
HDITEM
item = new NativeMethods.HDITEM();
568
NativeMethods.
HDITEM
hdi = new NativeMethods.HDITEM();
693
NativeMethods.
HDITEM
item = new NativeMethods.HDITEM();
MS\Win32\NativeMethods.cs (1)
1901
internal static readonly
HDITEM
Empty = new HDITEM();