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
)]
738
if (_delayTimes[(int)PInvoke.TTDT_AUTOMATIC] !=
DefaultDelay
)
752
if (delayTime is >= 1 and not (
DefaultDelay
* AutoPopRatio))
1285
private bool ShouldSerializeAutomaticDelay() => _auto && AutomaticDelay !=
DefaultDelay
;