2 implementations of GetFormats
System.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.cs (1)
75public string[] GetFormats(bool autoConvert) => ManagedDataObject.GetFormats(autoConvert);
System\Private\Windows\Ole\DataStore.cs (1)
146public string[] GetFormats(bool autoConvert)
2 references to GetFormats
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.cs (1)
75public string[] GetFormats(bool autoConvert) => ManagedDataObject.GetFormats(autoConvert);
System.Windows.Forms (1)
System\Windows\Forms\OLE\IDataObject.cs (1)
40/// <inheritdoc cref="IDataObjectInternal.GetFormats(bool)" />