5 references to MoveTypeNone
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (5)
5455private int currentMoveType = MoveTypeNone; // what type of move are we processing? left, bottom, or both? 5780return MoveTypeNone; 5790if (this.currentMoveType != MoveTypeNone) 5810if (this.currentMoveType == MoveTypeNone) 5900this.currentMoveType = MoveTypeNone;