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