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