1 instantiation of DragDropFormat
Microsoft.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
225_dataObject.SetData(formatName, new DragDropFormat(pformatetc->cfFormat, *pmedium, !fRelease));
5 references to DragDropFormat
Microsoft.Private.Windows.Core (5)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (2)
62if (_dataObject.GetData(formatName) is DragDropFormat dragDropFormat) 219if (_dataObject.GetDataPresent(formatName) && _dataObject.GetData(formatName) is DragDropFormat dragDropFormat)
System\Private\Windows\Ole\DragDropFormat.cs (1)
21/// Initializes a new instance of the <see cref="DragDropFormat"/> class using the specified format, storage medium, and owner.
System\Private\Windows\Ole\DragDropHelper.cs (2)
138&& dataObject.GetData(PInvokeCore.CFSTR_INDRAGLOOP) is DragDropFormat dragDropFormat) 183if (dataObject.GetData(format) is DragDropFormat dragDropFormat)