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