2 implementations of GetCanonicalFormatEtc
PresentationCore (1)
Core\CSharp\System\Windows\DataObject.cs (1)
776int IComDataObject.GetCanonicalFormatEtc(ref FORMATETC pformatetcIn, out FORMATETC pformatetcOut)
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataObject.cs (1)
730int IComDataObject.GetCanonicalFormatEtc(ref FORMATETC pformatetcIn, out FORMATETC pformatetcOut) {
2 references to GetCanonicalFormatEtc
PresentationCore (1)
Core\CSharp\System\Windows\DataObject.cs (1)
789return ((OleConverter)_innerData).OleDataObject.GetCanonicalFormatEtc(ref pformatetcIn, out pformatetcOut);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataObject.cs (1)
733return ((OleConverter)innerData).OleDataObject.GetCanonicalFormatEtc(ref pformatetcIn, out pformatetcOut);