3 implementations of GetFormats
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.cs (1)
175
public string[]
GetFormats
(bool autoConvert) => ManagedDataObject.GetFormats(autoConvert);
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
631
public string[]
GetFormats
(bool autoConvert)
System\Private\Windows\Ole\DataStore.cs (1)
159
public string[]
GetFormats
(bool autoConvert)
1 reference to GetFormats
Microsoft.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.cs (1)
175
public string[] GetFormats(bool autoConvert) => ManagedDataObject.
GetFormats
(autoConvert);