4 references to DoubleClickTime
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
5835
(DateTime.Now.Ticks - this.lastMouseClickInfo.timeStamp) / 10000 <= SystemInformation.
DoubleClickTime
&&
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
2809
if (delta < SystemInformation.
DoubleClickTime
) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
2556
get { return SystemInformation.
DoubleClickTime
* 10000; }
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (1)
34
private static readonly int AUTOSCROLL_PAUSE = SystemInformation.
DoubleClickTime
;