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