9 references to GetDelayTime
System.Windows.Forms (9)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (3)
189StartTimer(toolTip.GetDelayTime(PInvoke.TTDT_RESHOW), 200toolTip.GetDelayTime(PInvoke.TTDT_AUTOPOP); 226StartTimer(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);