6 implementations of GetCanonicalFormatEtc
PresentationCore (1)
System\Windows\dataobject.cs (1)
615
HRESULT Com.IDataObject.Interface.
GetCanonicalFormatEtc
(Com.FORMATETC* pformatectIn, Com.FORMATETC* pformatetcOut) =>
System.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.cs (1)
219
public HRESULT
GetCanonicalFormatEtc
(FORMATETC* pformatectIn, FORMATETC* pformatetcOut) => _nativeDataObject.GetCanonicalFormatEtc(pformatectIn, pformatetcOut);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
192
public HRESULT
GetCanonicalFormatEtc
(FORMATETC* pformatectIn, FORMATETC* pformatetcOut)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
87
public HRESULT
GetCanonicalFormatEtc
(Com.FORMATETC* pformatectIn, Com.FORMATETC* pformatetcOut)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
89
HRESULT Com.IDataObject.Interface.
GetCanonicalFormatEtc
(Com.FORMATETC* pformatectIn, Com.FORMATETC* pformatetcOut) =>
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.cs (1)
342
HRESULT Com.IDataObject.Interface.
GetCanonicalFormatEtc
(Com.FORMATETC* pformatectIn, Com.FORMATETC* pformatetcOut) =>
4 references to GetCanonicalFormatEtc
System.Private.Windows.Core (4)
_generated\127\Windows.Win32.IDataObject.g.cs (1)
220
return __object.
GetCanonicalFormatEtc
(pformatectIn, pformatetcOut);
_generated\231\Windows.Win32.System_Com_IDataObject_Extensions.g.cs (2)
59
/// <inheritdoc cref="winmdroot.System.Com.IDataObject.Interface.
GetCanonicalFormatEtc
(winmdroot.System.Com.FORMATETC*, winmdroot.System.Com.FORMATETC*)"/>
66
winmdroot.Foundation.HRESULT __result = @this.
GetCanonicalFormatEtc
(pformatectInLocal, pformatetcOutLocal);
System\Private\Windows\Ole\Composition.cs (1)
219
public HRESULT GetCanonicalFormatEtc(FORMATETC* pformatectIn, FORMATETC* pformatetcOut) => _nativeDataObject.
GetCanonicalFormatEtc
(pformatectIn, pformatetcOut);