9 implementations of GetCanonicalFormatEtc
PresentationCore (1)
System\Windows\dataobject.cs (1)
615HRESULT Com.IDataObject.Interface.GetCanonicalFormatEtc(Com.FORMATETC* pformatectIn, Com.FORMATETC* pformatetcOut) =>
System.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.cs (1)
185public HRESULT GetCanonicalFormatEtc(FORMATETC* pformatectIn, FORMATETC* pformatetcOut) => _nativeDataObject.GetCanonicalFormatEtc(pformatectIn, pformatetcOut);
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (1)
183public HRESULT GetCanonicalFormatEtc(FORMATETC* pformatectIn, FORMATETC* pformatetcOut)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
76public HRESULT GetCanonicalFormatEtc(Com.FORMATETC* pformatectIn, Com.FORMATETC* pformatetcOut)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
84HRESULT Com.IDataObject.Interface.GetCanonicalFormatEtc(Com.FORMATETC* pformatectIn, Com.FORMATETC* pformatetcOut) =>
System.Private.Windows.Core.Tests (3)
System\Private\Windows\Ole\DataObjectProxy.cs (1)
50public HRESULT GetCanonicalFormatEtc(FORMATETC* pformatectIn, FORMATETC* pformatetcOut) => _original->GetCanonicalFormatEtc(pformatectIn, pformatetcOut);
System\Private\Windows\Ole\NativeDataObjectMock.cs (1)
14public virtual HRESULT GetCanonicalFormatEtc(FORMATETC* pformatectIn, FORMATETC* pformatetcOut) => throw new NotImplementedException();
System\Private\Windows\Ole\TestDataObject.cs (1)
120public unsafe HRESULT GetCanonicalFormatEtc(FORMATETC* pformatectIn, FORMATETC* pformatetcOut) => _innerData.GetCanonicalFormatEtc(pformatectIn, pformatetcOut);
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.cs (1)
341HRESULT Com.IDataObject.Interface.GetCanonicalFormatEtc(Com.FORMATETC* pformatectIn, Com.FORMATETC* pformatetcOut) =>
4 references to GetCanonicalFormatEtc
System.Private.Windows.Core (4)
System\Private\Windows\Ole\Composition.cs (1)
185public HRESULT GetCanonicalFormatEtc(FORMATETC* pformatectIn, FORMATETC* pformatetcOut) => _nativeDataObject.GetCanonicalFormatEtc(pformatectIn, pformatetcOut);
Windows.Win32.IDataObject.g.cs (1)
220 return __object.GetCanonicalFormatEtc(pformatectIn, pformatetcOut);
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);