10 references to TTDT_RESHOW
System.Windows.Forms (10)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (1)
188StartTimer(toolTip.GetDelayTime(PInvoke.TTDT_RESHOW),
System\Windows\Forms\ToolTip\ToolTip.cs (9)
357get => _delayTimes[(int)PInvoke.TTDT_RESHOW]; 362SetDelayTime(PInvoke.TTDT_RESHOW, value); 609_delayTimes[(int)PInvoke.TTDT_RESHOW] = delay / ReshowRatio; 746_delayTimes[(int)PInvoke.TTDT_RESHOW] = GetDelayTime(PInvoke.TTDT_RESHOW); 763delayTime = _delayTimes[(int)PInvoke.TTDT_RESHOW]; 766SetDelayTime(PInvoke.TTDT_RESHOW, delayTime); 1193_delayTimes[(int)PInvoke.TTDT_RESHOW] = GetDelayTime(PInvoke.TTDT_RESHOW);