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