6 instantiations of HDITEM
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1667
NativeMethods.HDITEM nativeItem = new NativeMethods.
HDITEM
1720
NativeMethods.HDITEM nativeItem = new NativeMethods.
HDITEM
MS\Internal\AutomationProxies\WindowsSysHeader.cs (3)
312
NativeMethods.HDITEM item = new NativeMethods.
HDITEM
();
556
NativeMethods.HDITEM hdi = new NativeMethods.
HDITEM
();
681
NativeMethods.HDITEM item = new NativeMethods.
HDITEM
();
MS\Win32\NativeMethods.cs (1)
1883
internal static readonly HDITEM Empty = new
HDITEM
();
15 references to HDITEM
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (11)
824
internal static unsafe bool GetItem(IntPtr hwnd, int index, ref NativeMethods.
HDITEM
item)
832
fixed (NativeMethods.
HDITEM
* pItem = &item)
845
item = (NativeMethods.
HDITEM
)item32;
858
item = (NativeMethods.
HDITEM
)item64;
867
internal static unsafe string GetItemText(IntPtr hwnd, int index, NativeMethods.
HDITEM
item)
1649
internal HDITEM_32(NativeMethods.
HDITEM
item)
1665
static public explicit operator NativeMethods.
HDITEM
(HDITEM_32 item)
1667
NativeMethods.
HDITEM
nativeItem = new NativeMethods.HDITEM
1702
internal HDITEM_64(NativeMethods.
HDITEM
item)
1718
static public explicit operator NativeMethods.
HDITEM
(HDITEM_64 item)
1720
NativeMethods.
HDITEM
nativeItem = new NativeMethods.HDITEM
MS\Internal\AutomationProxies\WindowsSysHeader.cs (3)
312
NativeMethods.
HDITEM
item = new NativeMethods.HDITEM();
556
NativeMethods.
HDITEM
hdi = new NativeMethods.HDITEM();
681
NativeMethods.
HDITEM
item = new NativeMethods.HDITEM();
MS\Win32\NativeMethods.cs (1)
1883
internal static readonly
HDITEM
Empty = new HDITEM();