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)
2809if (delta < SystemInformation.DoubleClickTime) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
2556get { return SystemInformation.DoubleClickTime * 10000; }
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (1)
34private static readonly int AUTOSCROLL_PAUSE = SystemInformation.DoubleClickTime;