4 instantiations of TOOLINFO
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2534
NativeMethods.TOOLINFO nativeItem = new NativeMethods.
TOOLINFO
();
2577
NativeMethods.TOOLINFO nativeItem = new NativeMethods.
TOOLINFO
();
MS\Internal\AutomationProxies\Misc.cs (2)
342
NativeMethods.TOOLINFO tool = new NativeMethods.
TOOLINFO
();
1936
NativeMethods.TOOLINFO tool = new NativeMethods.
TOOLINFO
();
13 references to TOOLINFO
UIAutomationClientsideProviders (13)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (9)
1119
internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.
TOOLINFO
item)
2519
internal TOOLINFO_32(NativeMethods.
TOOLINFO
item)
2532
static public explicit operator NativeMethods.
TOOLINFO
(TOOLINFO_32 item)
2534
NativeMethods.
TOOLINFO
nativeItem = new NativeMethods.TOOLINFO();
2536
nativeItem.cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO
));
2562
internal TOOLINFO_64(NativeMethods.
TOOLINFO
item)
2575
static public explicit operator NativeMethods.
TOOLINFO
(TOOLINFO_64 item)
2577
NativeMethods.
TOOLINFO
nativeItem = new NativeMethods.TOOLINFO();
2579
nativeItem.cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO
));
MS\Internal\AutomationProxies\Misc.cs (4)
342
NativeMethods.
TOOLINFO
tool = new NativeMethods.TOOLINFO();
343
tool.Init(Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO
)));
1936
NativeMethods.
TOOLINFO
tool = new NativeMethods.TOOLINFO();
1937
tool.Init(Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO
)));