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