1 override of GetCursorAtPoint
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.ContainerSelectionUIItem.cs (1)
19
public override Cursor?
GetCursorAtPoint
(Point point)
2 references to GetCursorAtPoint
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIService.cs (2)
800
Cursor? cursor = item.
GetCursorAtPoint
(clientCoords);
812
Cursor? cursor = item.
GetCursorAtPoint
(clientCoords);