3 writes to _rowSelectPos
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
2603
_rowSelectPos
= Point.Empty;
3446
_rowSelectPos
= PointToScreen(_lastMouseDown);
3451
_rowSelectPos
= Point.Empty;
2 references to _rowSelectPos
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2595
if (Math.Abs(screenPoint.X -
_rowSelectPos
.X) < SystemInformation.DoubleClickSize.Width &&
2596
Math.Abs(screenPoint.Y -
_rowSelectPos
.Y) < SystemInformation.DoubleClickSize.Height)