2 references to TTS_NOPREFIX
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
89Style = (int)(PInvoke.TTS_ALWAYSTIP | PInvoke.TTS_NOPREFIX),
System\Windows\Forms\ToolTip\ToolTip.cs (1)
214cp.Style |= (int)PInvoke.TTS_NOPREFIX;