2 writes to currentMoveType
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5789this.currentMoveType = MoveTypeFromPoint(e.X, e.Y); 5900this.currentMoveType = MoveTypeNone;
5 references to currentMoveType
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (5)
5790if (this.currentMoveType != MoveTypeNone) 5810if (this.currentMoveType == MoveTypeNone) 5836if ((currentMoveType & MoveTypeBottom) == MoveTypeBottom) 5845if ((currentMoveType & MoveTypeTop) == MoveTypeTop) 5856if ((currentMoveType & MoveTypeLeft) == MoveTypeLeft)