3 references to TTS_ALWAYSTIP
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
89
Style = (int)(PInvoke.
TTS_ALWAYSTIP
| PInvoke.TTS_NOPREFIX),
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
115
Style = (int)PInvoke.
TTS_ALWAYSTIP
System\Windows\Forms\ToolTip\ToolTip.cs (1)
204
cp.Style = (int)PInvoke.
TTS_ALWAYSTIP
;