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);
263
info.
SendMessage
(_tipWindow, PInvoke.TTM_DELTOOLW);
358
toolInfo.
SendMessage
(_tipWindow, PInvoke.TTM_SETTOOLINFOW);
System\Windows\Forms\ToolTip\ToolTip.cs (12)
829
IntPtr result = GetTOOLINFO(control, caption).
SendMessage
(this, PInvoke.TTM_ADDTOOLW);
913
new ToolInfoWrapper<Control>(control).
SendMessage
(this, PInvoke.TTM_DELTOOLW);
1248
toolInfo.
SendMessage
(this, PInvoke.TTM_SETTOOLINFOW);
1533
result = info.
SendMessage
(this, PInvoke.TTM_GETBUBBLESIZE);
1738
info.
SendMessage
(this, PInvoke.TTM_TRACKACTIVATE);
1739
info.
SendMessage
(this, PInvoke.TTM_DELTOOLW);
1796
if (toolInfo.
SendMessage
(this, PInvoke.TTM_GETTOOLINFOW) != IntPtr.Zero)
1821
IntPtr result = toolInfo.
SendMessage
(this, PInvoke.TTM_SETTOOLINFOW);
1822
result = toolInfo.
SendMessage
(this, PInvoke.TTM_TRACKACTIVATE, true);
1857
IntPtr result = toolInfo.
SendMessage
(this, PInvoke.TTM_ADDTOOLW);
1858
result = toolInfo.
SendMessage
(this, PInvoke.TTM_TRACKACTIVATE, true);
1962
if (toolInfo.
SendMessage
(this, PInvoke.TTM_GETCURRENTTOOLW) != 0)