6 references to TTS_ALWAYSTIP
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
45cparams.Style = NativeMethods.TTS_ALWAYSTIP;
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
965cparams.Style = NativeMethods.TTS_ALWAYSTIP;
winforms\Managed\System\WinForms\Form.cs (1)
7818cp.Style |= NativeMethods.TTS_ALWAYSTIP | NativeMethods.TTS_BALLOON;
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
114cp.Style |= (NativeMethods.TTS_ALWAYSTIP | NativeMethods.TTS_NOPREFIX);
winforms\Managed\System\WinForms\StatusBar.cs (1)
1685cp.Style |= NativeMethods.TTS_ALWAYSTIP;
winforms\Managed\System\WinForms\ToolTip.cs (1)
247cp.Style = NativeMethods.TTS_ALWAYSTIP;