6 references to GetDelayTime
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolTip.cs (6)
912
delayTimes[NativeMethods.TTDT_AUTOPOP] =
GetDelayTime
(NativeMethods.TTDT_AUTOPOP);
913
delayTimes[NativeMethods.TTDT_INITIAL] =
GetDelayTime
(NativeMethods.TTDT_INITIAL);
914
delayTimes[NativeMethods.TTDT_RESHOW] =
GetDelayTime
(NativeMethods.TTDT_RESHOW);
1407
delayTimes[NativeMethods.TTDT_AUTOPOP] =
GetDelayTime
(NativeMethods.TTDT_AUTOPOP);
1408
delayTimes[NativeMethods.TTDT_INITIAL] =
GetDelayTime
(NativeMethods.TTDT_INITIAL);
1409
delayTimes[NativeMethods.TTDT_RESHOW] =
GetDelayTime
(NativeMethods.TTDT_RESHOW);