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