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