11 references to TTDT_AUTOPOP
System.Windows.Forms (11)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (1)
200toolTip.GetDelayTime(PInvoke.TTDT_AUTOPOP);
System\Windows\Forms\ToolTip\ToolTip.cs (10)
161get => _delayTimes[(int)PInvoke.TTDT_AUTOPOP]; 166SetDelayTime(PInvoke.TTDT_AUTOPOP, value); 610_delayTimes[(int)PInvoke.TTDT_AUTOPOP] = delay * AutoPopRatio; 748_delayTimes[(int)PInvoke.TTDT_AUTOPOP] = GetDelayTime(PInvoke.TTDT_AUTOPOP); 755int delayTime = _delayTimes[(int)PInvoke.TTDT_AUTOPOP]; 758SetDelayTime(PInvoke.TTDT_AUTOPOP, delayTime); 1186if (type == PInvoke.TTDT_AUTOPOP && time != InfiniteDelay) 1195_delayTimes[(int)PInvoke.TTDT_AUTOPOP] = GetDelayTime(PInvoke.TTDT_AUTOPOP);