2 implementations of GetFormats
System.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.cs (1)
76public string[] GetFormats() => ManagedDataObject.GetFormats();
System\Private\Windows\Ole\DataStore.cs (1)
176public string[] GetFormats() => GetFormats(autoConvert: true);
4 references to GetFormats
System.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.cs (1)
76public 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.Windows.Forms (1)
System\Windows\Forms\OLE\IDataObject.cs (1)
43/// <inheritdoc cref="IDataObjectInternal.GetFormats()" />