19 references to SendMessage
System.Windows.Forms (19)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (4)
64
info.
SendMessage
(this, PInvoke.TTM_UPDATETIPTEXTW);
105
GetTOOLINFO((Control)sender).
SendMessage
(this, PInvoke.TTM_DELTOOLW);
132
if (info.
SendMessage
(this, PInvoke.TTM_ADDTOOLW) == 0)
158
info.
SendMessage
(this, PInvoke.TTM_UPDATETIPTEXTW);
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (3)
57
toolInfo.
SendMessage
(_tipWindow, PInvoke.TTM_ADDTOOLW);
257
info.
SendMessage
(_tipWindow, PInvoke.TTM_DELTOOLW);
352
toolInfo.
SendMessage
(_tipWindow, PInvoke.TTM_SETTOOLINFOW);
System\Windows\Forms\ToolTip\ToolTip.cs (12)
833
IntPtr result = GetTOOLINFO(control, caption).
SendMessage
(this, PInvoke.TTM_ADDTOOLW);
917
new ToolInfoWrapper<Control>(control).
SendMessage
(this, PInvoke.TTM_DELTOOLW);
1252
toolInfo.
SendMessage
(this, PInvoke.TTM_SETTOOLINFOW);
1537
result = info.
SendMessage
(this, PInvoke.TTM_GETBUBBLESIZE);
1742
info.
SendMessage
(this, PInvoke.TTM_TRACKACTIVATE);
1743
info.
SendMessage
(this, PInvoke.TTM_DELTOOLW);
1797
if (toolInfo.
SendMessage
(this, PInvoke.TTM_GETTOOLINFOW) != IntPtr.Zero)
1822
IntPtr result = toolInfo.
SendMessage
(this, PInvoke.TTM_SETTOOLINFOW);
1823
result = toolInfo.
SendMessage
(this, PInvoke.TTM_TRACKACTIVATE, true);
1858
IntPtr result = toolInfo.
SendMessage
(this, PInvoke.TTM_ADDTOOLW);
1859
result = toolInfo.
SendMessage
(this, PInvoke.TTM_TRACKACTIVATE, true);
1960
if (toolInfo.
SendMessage
(this, PInvoke.TTM_GETCURRENTTOOLW) != 0)