4 instantiations of TCITEM
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1583
NativeMethods.TCITEM nativeItem = new NativeMethods.
TCITEM
();
1625
NativeMethods.TCITEM nativeItem = new NativeMethods.
TCITEM
();
MS\Internal\AutomationProxies\WindowsTab.cs (2)
1178
NativeMethods.TCITEM TCItem = new NativeMethods.
TCITEM
();
1346
NativeMethods.TCITEM tcitem = new NativeMethods.
TCITEM
();
13 references to TCITEM
UIAutomationClientsideProviders (13)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (11)
750
internal static unsafe bool GetItem(IntPtr hwnd, int index, ref NativeMethods.
TCITEM
item)
758
fixed (NativeMethods.
TCITEM
* pItem = &item)
771
item = (NativeMethods.
TCITEM
)item32;
784
item = (NativeMethods.
TCITEM
)item64;
793
internal static unsafe string GetItemText(IntPtr hwnd, int index, NativeMethods.
TCITEM
item)
1569
internal TCITEM_32(NativeMethods.
TCITEM
item)
1581
static public explicit operator NativeMethods.
TCITEM
(TCITEM_32 item)
1583
NativeMethods.
TCITEM
nativeItem = new NativeMethods.TCITEM();
1610
internal TCITEM_64(NativeMethods.
TCITEM
item)
1623
static public explicit operator NativeMethods.
TCITEM
(TCITEM_64 item)
1625
NativeMethods.
TCITEM
nativeItem = new NativeMethods.TCITEM();
MS\Internal\AutomationProxies\WindowsTab.cs (2)
1178
NativeMethods.
TCITEM
TCItem = new NativeMethods.TCITEM();
1346
NativeMethods.
TCITEM
tcitem = new NativeMethods.TCITEM();