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