3 references to TTM_SETTOOLINFOW
System.Windows.Forms (3)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
352toolInfo.SendMessage(_tipWindow, PInvoke.TTM_SETTOOLINFOW);
System\Windows\Forms\ToolTip\ToolTip.cs (2)
1248toolInfo.SendMessage(this, PInvoke.TTM_SETTOOLINFOW); 1821IntPtr result = toolInfo.SendMessage(this, PInvoke.TTM_SETTOOLINFOW);