2 writes to lastMouseDown
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
3202
lastMouseDown
= new Point(me.X, me.Y);
3212
lastMouseDown
= InvalidPosition;
3 references to lastMouseDown
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
3635
if (
lastMouseDown
!= InvalidPosition) {
3641
Point editPoint = PointToScreen(
lastMouseDown
);
3649
rowSelectPos = PointToScreen(
lastMouseDown
);