3 references to DoubleClickSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
5841Size hotDoubleClickZone = SystemInformation.DoubleClickSize;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
2813if (Math.Abs(screenPoint.X - rowSelectPos.X) < SystemInformation.DoubleClickSize.Width && 2814Math.Abs(screenPoint.Y - rowSelectPos.Y) < SystemInformation.DoubleClickSize.Height) {