2 writes to TTN_GETDISPINFO
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2511
TTN_GETDISPINFO
= NativeMethods.TTN_GETDISPINFOA;
2606
TTN_GETDISPINFO
= NativeMethods.TTN_GETDISPINFOW;
1 reference to TTN_GETDISPINFO
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
29931
if (nmhdr->code == NativeMethods.
TTN_GETDISPINFO
&& !DesignMode)