3 writes to rowSelectPos
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
2819
rowSelectPos
= Point.Empty;
3649
rowSelectPos
= PointToScreen(lastMouseDown);
3653
rowSelectPos
= Point.Empty;
2 references to rowSelectPos
System.Windows.Forms (2)
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) {