2 writes to TTM_ADDTOOL
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2500
TTM_ADDTOOL
= NativeMethods.TTM_ADDTOOLA;
2595
TTM_ADDTOOL
= NativeMethods.TTM_ADDTOOLW;
9 references to TTM_ADDTOOL
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
73
UnsafeNativeMethods.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.
TTM_ADDTOOL
, 0, toolInfo);
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
923
UnsafeNativeMethods.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.
TTM_ADDTOOL
, 0, toolInfo);
winforms\Managed\System\WinForms\Form.cs (2)
7888
if (0 == (int)UnsafeNativeMethods.SendMessage(new HandleRef(window, window.Handle), NativeMethods.
TTM_ADDTOOL
, 0, GetTOOLINFO())) {
7932
UnsafeNativeMethods.SendMessage(new HandleRef(window, window.Handle), NativeMethods.
TTM_ADDTOOL
, 0, GetTOOLINFO());
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
209
if (0 == (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_ADDTOOL
, 0, GetTOOLINFO(c))) {
winforms\Managed\System\WinForms\StatusBar.cs (2)
1783
ret = (int)UnsafeNativeMethods.SendMessage(new HandleRef(p.MainToolTip, p.MainToolTip.Handle), NativeMethods.
TTM_ADDTOOL
, 0, GetTOOLINFO(tool));
1786
ret = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_ADDTOOL
, 0, GetTOOLINFO(tool));
winforms\Managed\System\WinForms\ToolTip.cs (2)
971
int ret = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TTM_ADDTOOL
, 0, tool);
2075
UnsafeNativeMethods.SendMessage(new HandleRef(this, this.Handle), NativeMethods.
TTM_ADDTOOL
, 0, toolInfo);