9 references to GetDelayTime
System.Windows.Forms (9)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (3)
189
StartTimer(toolTip.
GetDelayTime
(PInvoke.TTDT_RESHOW),
200
toolTip.
GetDelayTime
(PInvoke.TTDT_AUTOPOP);
226
StartTimer(toolTip.
GetDelayTime
(PInvoke.TTDT_INITIAL),
System\Windows\Forms\ToolTip\ToolTip.cs (6)
748
_delayTimes[(int)PInvoke.TTDT_AUTOPOP] =
GetDelayTime
(PInvoke.TTDT_AUTOPOP);
749
_delayTimes[(int)PInvoke.TTDT_INITIAL] =
GetDelayTime
(PInvoke.TTDT_INITIAL);
750
_delayTimes[(int)PInvoke.TTDT_RESHOW] =
GetDelayTime
(PInvoke.TTDT_RESHOW);
1195
_delayTimes[(int)PInvoke.TTDT_AUTOPOP] =
GetDelayTime
(PInvoke.TTDT_AUTOPOP);
1196
_delayTimes[(int)PInvoke.TTDT_INITIAL] =
GetDelayTime
(PInvoke.TTDT_INITIAL);
1197
_delayTimes[(int)PInvoke.TTDT_RESHOW] =
GetDelayTime
(PInvoke.TTDT_RESHOW);