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