2 references to GetDraggingObjects
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\OleDragDropHandler.cs (2)
74
object[]? dragObjects =
GetDraggingObjects
(dataObj, true);
1033
public static object[]? GetDraggingObjects(IDataObject? dataObj) =>
GetDraggingObjects
(dataObj, topLevelOnly: false);