2 writes to TTM_DELTOOL
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2502
TTM_DELTOOL
= NativeMethods.TTM_DELTOOLA;
2597
TTM_DELTOOL
= NativeMethods.TTM_DELTOOLW;
7 references to TTM_DELTOOL
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
82
UnsafeNativeMethods.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.
TTM_DELTOOL
, 0, toolInfo);
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1135
UnsafeNativeMethods.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.
TTM_DELTOOL
, 0, toolInfo);
winforms\Managed\System\WinForms\Form.cs (1)
7931
UnsafeNativeMethods.SendMessage(new HandleRef(window, window.Handle), NativeMethods.
TTM_DELTOOL
, 0, GetTOOLINFO());
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
160
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_DELTOOL
, 0, GetTOOLINFO((Control)sender));
winforms\Managed\System\WinForms\StatusBar.cs (1)
1795
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_DELTOOL
, 0, GetMinTOOLINFO(tool));
winforms\Managed\System\WinForms\ToolTip.cs (2)
1066
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_DELTOOL
, 0, GetMinTOOLINFO(ctl));
1961
UnsafeNativeMethods.SendMessage(new HandleRef(this, this.Handle), NativeMethods.
TTM_DELTOOL
, 0, GetWinTOOLINFO(hWnd));