3 implementations of GetFormats
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.cs (1)
176public string[] GetFormats() => ManagedDataObject.GetFormats();
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
667public string[] GetFormats() => GetFormats(autoConvert: true);
System\Private\Windows\Ole\DataStore.cs (1)
195public string[] GetFormats() => GetFormats(autoConvert: true);
3 references to GetFormats
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.cs (1)
176public string[] GetFormats() => ManagedDataObject.GetFormats();
System\Private\Windows\Ole\DragDropHelper.cs (1)
181foreach (string format in dataObject.GetFormats())
System\Private\Windows\Ole\FormatEnumerator.cs (1)
34if (dataObject.GetFormats() is not string[] formats)