12 references to TOOLTIPTEXT
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
29939NativeMethods.TOOLTIPTEXT ttt = (NativeMethods.TOOLTIPTEXT) m.GetLParam(typeof(NativeMethods.TOOLTIPTEXT));
winforms\Managed\System\WinForms\TabControl.cs (3)
2027NativeMethods.TOOLTIPTEXT ttt = (NativeMethods.TOOLTIPTEXT) m.GetLParam(typeof(NativeMethods.TOOLTIPTEXT));
winforms\Managed\System\WinForms\ToolBar.cs (3)
1575NativeMethods.TOOLTIPTEXT ttt = (NativeMethods.TOOLTIPTEXT) m.GetLParam(typeof(NativeMethods.TOOLTIPTEXT));
winforms\Managed\System\WinForms\TreeView.cs (3)
2935NativeMethods.TOOLTIPTEXT ttt = (NativeMethods.TOOLTIPTEXT) m.GetLParam(typeof(NativeMethods.TOOLTIPTEXT));