2 writes to TTM_GETTOOLINFO
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2504TTM_GETTOOLINFO = NativeMethods.TTM_GETTOOLINFOA; 2599TTM_GETTOOLINFO = NativeMethods.TTM_GETTOOLINFOW;
1 reference to TTM_GETTOOLINFO
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolTip.cs (1)
2018int ret = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_GETTOOLINFO, 0, ti);