Implemented interface member:
method
GetFormats
System.Private.Windows.Ole.IDataObjectInternal.GetFormats(System.Boolean)
2 references to GetFormats
System.Private.Windows.Core (2)
System\Private\Windows\Ole\DataStore.cs (2)
130string[] formats = GetFormats(autoConvert); 176public string[] GetFormats() => GetFormats(autoConvert: true);