5 references to DefaultDelay
System.Windows.Forms (5)
System\Windows\Forms\ToolTip\ToolTip.cs (5)
93_delayTimes[(int)PInvoke.TTDT_AUTOMATIC] = DefaultDelay; 137[DefaultValue(DefaultDelay)] 738if (_delayTimes[(int)PInvoke.TTDT_AUTOMATIC] != DefaultDelay) 752if (delayTime is >= 1 and not (DefaultDelay * AutoPopRatio)) 1285private bool ShouldSerializeAutomaticDelay() => _auto && AutomaticDelay != DefaultDelay;