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
505
_mouseDropLocation =
InvalidPoint
;
1099
_mouseDropLocation =
InvalidPoint
;
1184
if (_mouseDragStart !=
InvalidPoint
)
1187
if (_mouseDragEnd !=
InvalidPoint
)
1190
_mouseDragEnd =
InvalidPoint
;
1193
_mouseDragStart =
InvalidPoint
;
1251
_mouseDropLocation =
InvalidPoint
;
1294
if (_mouseDragStart !=
InvalidPoint
)
1296
if (_mouseDragEnd !=
InvalidPoint
)
1324
if (_mouseDragStart !=
InvalidPoint
&& e.Button == MouseButtons.Left)
1329
if (_mouseDragEnd !=
InvalidPoint
)
1340
_mouseDragEnd =
InvalidPoint
;
1362
_mouseDragStart =
InvalidPoint
;
1728
if (_mouseDropLocation ==
InvalidPoint
)
1752
if (_mouseDropLocation !=
InvalidPoint
)
1780
if (_mouseDropLocation !=
InvalidPoint
)
1901
private Point _mouseDragLast =
InvalidPoint
; // the last position of the mouse during a drag.
2090
_mouseDragLast =
InvalidPoint
;
2111
_mouseDragLast =
InvalidPoint
;
2176
if (_mouseDragLast ==
InvalidPoint
)
2189
if (_mouseDragLast ==
InvalidPoint
||
2218
_mouseDragLast =
InvalidPoint
;
2395
else if (_mouseDragLast !=
InvalidPoint
)