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