8 implementations of GetCanonicalFormatEtc
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.cs (1)
231public int GetCanonicalFormatEtc(ref ComTypes.FORMATETC formatIn, out ComTypes.FORMATETC formatOut) => _runtimeDataObject.GetCanonicalFormatEtc(ref formatIn, out formatOut);
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
65public int GetCanonicalFormatEtc(ref FORMATETC formatIn, out FORMATETC formatOut)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
30public int GetCanonicalFormatEtc(ref FORMATETC formatIn, out FORMATETC formatOut) => _runtimeDataObject.GetCanonicalFormatEtc(ref formatIn, out formatOut);
PresentationCore (1)
System\Windows\dataobject.cs (1)
575int ComTypes.IDataObject.GetCanonicalFormatEtc(ref FORMATETC pformatetcIn, out FORMATETC pformatetcOut) =>
System.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.cs (1)
231public int GetCanonicalFormatEtc(ref ComTypes.FORMATETC formatIn, out ComTypes.FORMATETC formatOut) => _runtimeDataObject.GetCanonicalFormatEtc(ref formatIn, out formatOut);
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
65public int GetCanonicalFormatEtc(ref FORMATETC formatIn, out FORMATETC formatOut)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
30public int GetCanonicalFormatEtc(ref FORMATETC formatIn, out FORMATETC formatOut) => _runtimeDataObject.GetCanonicalFormatEtc(ref formatIn, out formatOut);
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.cs (1)
302int ComTypes.IDataObject.GetCanonicalFormatEtc(ref FORMATETC pformatetcIn, out FORMATETC pformatetcOut) =>
4 references to GetCanonicalFormatEtc
Microsoft.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.cs (1)
231public int GetCanonicalFormatEtc(ref ComTypes.FORMATETC formatIn, out ComTypes.FORMATETC formatOut) => _runtimeDataObject.GetCanonicalFormatEtc(ref formatIn, out formatOut);
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
30public int GetCanonicalFormatEtc(ref FORMATETC formatIn, out FORMATETC formatOut) => _runtimeDataObject.GetCanonicalFormatEtc(ref formatIn, out formatOut);
System.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.cs (1)
231public int GetCanonicalFormatEtc(ref ComTypes.FORMATETC formatIn, out ComTypes.FORMATETC formatOut) => _runtimeDataObject.GetCanonicalFormatEtc(ref formatIn, out formatOut);
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (1)
30public int GetCanonicalFormatEtc(ref FORMATETC formatIn, out FORMATETC formatOut) => _runtimeDataObject.GetCanonicalFormatEtc(ref formatIn, out formatOut);