4 references to IDataFormat
Microsoft.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.cs (1)
26
where TDataFormat :
IDataFormat
<TDataFormat>, new()
System\Private\Windows\Ole\DataFormatsCore.cs (2)
12
internal static class DataFormatsCore<T> where T :
IDataFormat
<T>, new()
16
private static readonly
IDataFormat
<T> s_dataFormat = new T();
System\Private\Windows\Ole\DragDropHelper.cs (1)
28
where TDataFormat :
IDataFormat
<TDataFormat>, new()