11 references to TTDT_AUTOPOP
System.Windows.Forms (11)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (1)
199toolTip.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; 744_delayTimes[(int)PInvoke.TTDT_AUTOPOP] = GetDelayTime(PInvoke.TTDT_AUTOPOP); 751int delayTime = _delayTimes[(int)PInvoke.TTDT_AUTOPOP]; 754SetDelayTime(PInvoke.TTDT_AUTOPOP, delayTime); 1182if (type == PInvoke.TTDT_AUTOPOP && time != InfiniteDelay) 1191_delayTimes[(int)PInvoke.TTDT_AUTOPOP] = GetDelayTime(PInvoke.TTDT_AUTOPOP);