2 references to TTS_NOPREFIX
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
114
cp.Style |= (NativeMethods.TTS_ALWAYSTIP | NativeMethods.
TTS_NOPREFIX
);
winforms\Managed\System\WinForms\ToolTip.cs (1)
253
cp.Style |= NativeMethods.
TTS_NOPREFIX
;