2 references to MoveTypeFromPoint
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5789
this.currentMoveType =
MoveTypeFromPoint
(e.X, e.Y);
5812
int cursorMoveType =
MoveTypeFromPoint
(e.X, e.Y);