9 references to TTDT_INITIAL
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
51UnsafeNativeMethods.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_SETDELAYTIME, NativeMethods.TTDT_INITIAL, 0);
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
971UnsafeNativeMethods.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_SETDELAYTIME, NativeMethods.TTDT_INITIAL, 0);
winforms\Managed\System\WinForms\ToolTip.cs (7)
386return delayTimes[NativeMethods.TTDT_INITIAL]; 393SetDelayTime(NativeMethods.TTDT_INITIAL, value); 732delayTimes[NativeMethods.TTDT_INITIAL] = delayTimes[NativeMethods.TTDT_AUTOMATIC]; 913delayTimes[NativeMethods.TTDT_INITIAL] = GetDelayTime(NativeMethods.TTDT_INITIAL); 1408delayTimes[NativeMethods.TTDT_INITIAL] = GetDelayTime(NativeMethods.TTDT_INITIAL);