2 writes to TTM_SETTOOLINFO
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2505TTM_SETTOOLINFO = NativeMethods.TTM_SETTOOLINFOA; 2600TTM_SETTOOLINFO = NativeMethods.TTM_SETTOOLINFOW;
4 references to TTM_SETTOOLINFO
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1231UnsafeNativeMethods.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_SETTOOLINFO, 0, toolInfo);
winforms\Managed\System\WinForms\StatusBar.cs (1)
1800UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTOOLINFO, 0, GetTOOLINFO(tool));
winforms\Managed\System\WinForms\ToolTip.cs (2)
1478UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETTOOLINFO, 2040UnsafeNativeMethods.SendMessage(new HandleRef(this, this.Handle), NativeMethods.TTM_SETTOOLINFO, 0, ti);