8 references to TTN_SHOW
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (1)
13585
if(nmhdr->code == NativeMethods.
TTN_SHOW
) {
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
1291
if (nmhdr.code == NativeMethods.
TTN_SHOW
|| nmhdr.code == NativeMethods.TTN_POP)
1293
OnToolTipVisibilityChanging(nmhdr.idFrom, nmhdr.code == NativeMethods.
TTN_SHOW
);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5274
case NativeMethods.
TTN_SHOW
:
6852
case NativeMethods.
TTN_SHOW
:
winforms\Managed\System\WinForms\ToolBar.cs (1)
1703
case NativeMethods.
TTN_SHOW
:
winforms\Managed\System\WinForms\ToolTip.cs (1)
2558
if (nmhdr.code == NativeMethods.
TTN_SHOW
&& !trackPosition) {
winforms\Managed\System\WinForms\TreeView.cs (1)
3214
case NativeMethods.
TTN_SHOW
: