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