9 references to DataObject
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (1)
4986
data is DataObject dataObject ? dataObject : new
DataObject
(data);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2172
iwdata = new
DataObject
(idataObject);
System\Windows\Forms\OLE\Clipboard.cs (2)
38
/// See remarks for <see cref="
DataObject
(object)"/> for recommendations on how to implement custom <paramref name="data"/>.
430
/// See remarks for <see cref="
DataObject
(object)"/> for recommendations on how to implement custom <paramref name="data"/>.
System\Windows\Forms\OLE\DataObject.cs (3)
35
static DataObject IDataObjectInternal<DataObject, IDataObject>.Create(object data) =>
new
(data);
49
/// <inheritdoc cref="
DataObject
(object)"/>
55
/// <inheritdoc cref="
DataObject
(object)"/>
System\Windows\Forms\OLE\WrappingDataObject.cs (1)
13
public WrappingDataObject(object data) :
base
(data)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\OleDragDropHandler.ComponentDataObjectWrapper.cs (1)
11
public ComponentDataObjectWrapper(ComponentDataObject dataObject) :
base
(dataObject)