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