5 references to DragDropFormat
System.Private.Windows.Core (5)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (2)
57
if (_dataObject.GetData(formatName) is
DragDropFormat
dragDropFormat)
210
if (_dataObject.GetDataPresent(formatName) && _dataObject.GetData(formatName) is
DragDropFormat
dragDropFormat)
System\Private\Windows\Ole\DragDropFormat.cs (1)
22
/// 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)
130
&& dataObject.GetData(PInvokeCore.CFSTR_INDRAGLOOP) is
DragDropFormat
dragDropFormat)
175
if (dataObject.GetData(format) is
DragDropFormat
dragDropFormat)