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