2 implementations of GetFormats
System.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.cs (1)
149public string[] GetFormats() => ManagedDataObject.GetFormats();
System\Private\Windows\Ole\DataStore.cs (1)
174public string[] GetFormats() => GetFormats(autoConvert: true);
5 references to GetFormats
System.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.cs (1)
149public string[] GetFormats() => ManagedDataObject.GetFormats();
System\Private\Windows\Ole\DragDropHelper.cs (1)
173foreach (string format in dataObject.GetFormats())
System\Private\Windows\Ole\FormatEnumerator.cs (1)
30if (dataObject.GetFormats() is not string[] formats)
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\ITestDataObject.cs (1)
32/// <inheritdoc cref="IDataObjectInternal.GetFormats()" />
System.Windows.Forms (1)
System\Windows\Forms\OLE\IDataObject.cs (1)
43/// <inheritdoc cref="IDataObjectInternal.GetFormats()" />