9 references to GetDelayTime
System.Windows.Forms (9)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (3)
188
StartTimer(toolTip.
GetDelayTime
(PInvoke.TTDT_RESHOW),
199
toolTip.
GetDelayTime
(PInvoke.TTDT_AUTOPOP);
225
StartTimer(toolTip.
GetDelayTime
(PInvoke.TTDT_INITIAL),
System\Windows\Forms\ToolTip\ToolTip.cs (6)
744
_delayTimes[(int)PInvoke.TTDT_AUTOPOP] =
GetDelayTime
(PInvoke.TTDT_AUTOPOP);
745
_delayTimes[(int)PInvoke.TTDT_INITIAL] =
GetDelayTime
(PInvoke.TTDT_INITIAL);
746
_delayTimes[(int)PInvoke.TTDT_RESHOW] =
GetDelayTime
(PInvoke.TTDT_RESHOW);
1191
_delayTimes[(int)PInvoke.TTDT_AUTOPOP] =
GetDelayTime
(PInvoke.TTDT_AUTOPOP);
1192
_delayTimes[(int)PInvoke.TTDT_INITIAL] =
GetDelayTime
(PInvoke.TTDT_INITIAL);
1193
_delayTimes[(int)PInvoke.TTDT_RESHOW] =
GetDelayTime
(PInvoke.TTDT_RESHOW);