4 instantiations of TOOLINFO
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2546
NativeMethods.TOOLINFO nativeItem = new NativeMethods.
TOOLINFO
2590
NativeMethods.TOOLINFO nativeItem = new NativeMethods.
TOOLINFO
MS\Internal\AutomationProxies\Misc.cs (2)
326
NativeMethods.TOOLINFO tool = new NativeMethods.
TOOLINFO
();
1903
NativeMethods.TOOLINFO tool = new NativeMethods.
TOOLINFO
();
13 references to TOOLINFO
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (9)
1111
internal static unsafe string GetItemText(IntPtr hwnd, NativeMethods.
TOOLINFO
item)
2531
internal TOOLINFO_32(NativeMethods.
TOOLINFO
item)
2544
static public explicit operator NativeMethods.
TOOLINFO
(TOOLINFO_32 item)
2546
NativeMethods.
TOOLINFO
nativeItem = new NativeMethods.TOOLINFO
2548
cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO
)),
2575
internal TOOLINFO_64(NativeMethods.
TOOLINFO
item)
2588
static public explicit operator NativeMethods.
TOOLINFO
(TOOLINFO_64 item)
2590
NativeMethods.
TOOLINFO
nativeItem = new NativeMethods.TOOLINFO
2592
cbSize = Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO
)),
MS\Internal\AutomationProxies\Misc.cs (4)
326
NativeMethods.
TOOLINFO
tool = new NativeMethods.TOOLINFO();
327
tool.Init(Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO
)));
1903
NativeMethods.
TOOLINFO
tool = new NativeMethods.TOOLINFO();
1904
tool.Init(Marshal.SizeOf(typeof(NativeMethods.
TOOLINFO
)));