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