4 instantiations of TCITEM
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1574
NativeMethods.TCITEM nativeItem = new NativeMethods.
TCITEM
1617
NativeMethods.TCITEM nativeItem = new NativeMethods.
TCITEM
MS\Internal\AutomationProxies\WindowsTab.cs (2)
1172
NativeMethods.TCITEM TCItem = new NativeMethods.
TCITEM
();
1340
NativeMethods.TCITEM tcitem = new NativeMethods.
TCITEM
();
13 references to TCITEM
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (11)
741
internal static unsafe bool GetItem(IntPtr hwnd, int index, ref NativeMethods.
TCITEM
item)
749
fixed (NativeMethods.
TCITEM
* pItem = &item)
762
item = (NativeMethods.
TCITEM
)item32;
775
item = (NativeMethods.
TCITEM
)item64;
784
internal static unsafe string GetItemText(IntPtr hwnd, int index, NativeMethods.
TCITEM
item)
1560
internal TCITEM_32(NativeMethods.
TCITEM
item)
1572
public static explicit operator NativeMethods.
TCITEM
(TCITEM_32 item)
1574
NativeMethods.
TCITEM
nativeItem = new NativeMethods.TCITEM
1602
internal TCITEM_64(NativeMethods.
TCITEM
item)
1615
public static explicit operator NativeMethods.
TCITEM
(TCITEM_64 item)
1617
NativeMethods.
TCITEM
nativeItem = new NativeMethods.TCITEM
MS\Internal\AutomationProxies\WindowsTab.cs (2)
1172
NativeMethods.
TCITEM
TCItem = new NativeMethods.TCITEM();
1340
NativeMethods.
TCITEM
tcitem = new NativeMethods.TCITEM();