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