26 references to InvalidPoint
System.Windows.Forms.Design (26)
System\Windows\Forms\Design\ComponentTray.cs (26)
52
private Point _mouseDragStart =
InvalidPoint
; // the starting location of a drag
53
private Point _mouseDragEnd =
InvalidPoint
; // the ending location of a drag
56
private Point _mouseDropLocation =
InvalidPoint
; // where the tool was dropped
499
_mouseDropLocation =
InvalidPoint
;
1090
_mouseDropLocation =
InvalidPoint
;
1175
if (_mouseDragStart !=
InvalidPoint
)
1178
if (_mouseDragEnd !=
InvalidPoint
)
1181
_mouseDragEnd =
InvalidPoint
;
1184
_mouseDragStart =
InvalidPoint
;
1242
_mouseDropLocation =
InvalidPoint
;
1285
if (_mouseDragStart !=
InvalidPoint
)
1287
if (_mouseDragEnd !=
InvalidPoint
)
1315
if (_mouseDragStart !=
InvalidPoint
&& e.Button == MouseButtons.Left)
1320
if (_mouseDragEnd !=
InvalidPoint
)
1331
_mouseDragEnd =
InvalidPoint
;
1353
_mouseDragStart =
InvalidPoint
;
1719
if (_mouseDropLocation ==
InvalidPoint
)
1743
if (_mouseDropLocation !=
InvalidPoint
)
1771
if (_mouseDropLocation !=
InvalidPoint
)
1892
private Point _mouseDragLast =
InvalidPoint
; // the last position of the mouse during a drag.
2078
_mouseDragLast =
InvalidPoint
;
2099
_mouseDragLast =
InvalidPoint
;
2164
if (_mouseDragLast ==
InvalidPoint
)
2177
if (_mouseDragLast ==
InvalidPoint
||
2206
_mouseDragLast =
InvalidPoint
;
2383
else if (_mouseDragLast !=
InvalidPoint
)