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