4 instantiations of TOOLINFO
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2545
NativeMethods.TOOLINFO nativeItem = new NativeMethods.
TOOLINFO
2589
NativeMethods.TOOLINFO nativeItem = new NativeMethods.
TOOLINFO
MS\Internal\AutomationProxies\Misc.cs (2)
325
NativeMethods.TOOLINFO tool = new NativeMethods.
TOOLINFO
();
1902
NativeMethods.TOOLINFO tool = new NativeMethods.
TOOLINFO
();
13 references to TOOLINFO
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (9)
1110
internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.
TOOLINFO
item)
2530
internal TOOLINFO_32(NativeMethods.
TOOLINFO
item)
2543
public static explicit operator NativeMethods.
TOOLINFO
(TOOLINFO_32 item)
2545
NativeMethods.
TOOLINFO
nativeItem = new NativeMethods.TOOLINFO
2547
cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO
)),
2574
internal TOOLINFO_64(NativeMethods.
TOOLINFO
item)
2587
public static explicit operator NativeMethods.
TOOLINFO
(TOOLINFO_64 item)
2589
NativeMethods.
TOOLINFO
nativeItem = new NativeMethods.TOOLINFO
2591
cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO
)),
MS\Internal\AutomationProxies\Misc.cs (4)
325
NativeMethods.
TOOLINFO
tool = new NativeMethods.TOOLINFO();
326
tool.Init(Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO
)));
1902
NativeMethods.
TOOLINFO
tool = new NativeMethods.TOOLINFO();
1903
tool.Init(Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO
)));