4 references to GetCanonicalFormatEtc
System.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
79
return nativeDataObject.Value->
GetCanonicalFormatEtc
(pformatectIn, pformatetcOut);
Windows.Win32.IDataObject.g.cs (2)
195
/// <inheritdoc cref="
GetCanonicalFormatEtc
(winmdroot.System.Com.FORMATETC*, winmdroot.System.Com.FORMATETC*)"/>
202
winmdroot.Foundation.HRESULT __result = this.
GetCanonicalFormatEtc
(pformatectInLocal, pformatetcOutLocal);
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\DataObjectProxy.cs (1)
50
public HRESULT GetCanonicalFormatEtc(FORMATETC* pformatectIn, FORMATETC* pformatetcOut) => _original->
GetCanonicalFormatEtc
(pformatectIn, pformatetcOut);