16 instantiations of FORMATETC
PresentationCore (7)
Core\CSharp\System\Windows\DataObject.cs (7)
778pformatetcOut = new FORMATETC(); 2635temp = new FORMATETC(); 2851formatetc = new FORMATETC[] { new FORMATETC() }; 3073formatetc = new FORMATETC(); 3241formatetc = new FORMATETC(); 3287formatetc = new FORMATETC(); 3636formatetc = new FORMATETC();
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataObject.cs (8)
735pformatetcOut = new FORMATETC(); 1240FORMATETC temp = new FORMATETC(); 1275FORMATETC temp = new FORMATETC(); 1389FORMATETC formatetc = new FORMATETC(); 1536FORMATETC formatetc = new FORMATETC(); 1581FORMATETC formatetc = new FORMATETC(); 1986FORMATETC formatetc = new FORMATETC(); 2051FORMATETC[] formatetc = new FORMATETC[] { new FORMATETC()};
WsatUI (1)
MMCUI\WSATPropertySheet.cs (1)
144FORMATETC formatEtc = new FORMATETC();
60 references to FORMATETC
PresentationCore (21)
Core\CSharp\System\Windows\DataObject.cs (21)
700int IComDataObject.DAdvise(ref FORMATETC pFormatetc, ADVF advf, IAdviseSink pAdvSink, out int pdwConnection) 776int IComDataObject.GetCanonicalFormatEtc(ref FORMATETC pformatetcIn, out FORMATETC pformatetcOut) 802void IComDataObject.GetData(ref FORMATETC formatetc, out STGMEDIUM medium) 884void IComDataObject.GetDataHere(ref FORMATETC formatetc, ref STGMEDIUM medium) 910int IComDataObject.QueryGetData(ref FORMATETC formatetc) 953void IComDataObject.SetData(ref FORMATETC pFormatetcIn, ref STGMEDIUM pmedium, bool fRelease) 1535private int OleGetDataUnrestricted(ref FORMATETC formatetc, ref STGMEDIUM medium, bool doNotReallocate) 1719private int GetDataIntoOleStructs(ref FORMATETC formatetc, ref STGMEDIUM medium, bool doNotReallocate) 2622FORMATETC temp; 2626_formats = new FORMATETC[formats == null ? 0 : formats.Length]; 2677public int Next(int celt, FORMATETC[] rgelt, int[] pceltFetched) 2734private readonly FORMATETC[] _formats; 2846FORMATETC []formatetc; 2851formatetc = new FORMATETC[] { new FORMATETC() }; 3070FORMATETC formatetc; 3237FORMATETC formatetc; 3282FORMATETC formatetc; 3633FORMATETC formatetc; 3655private int QueryGetDataInner(ref FORMATETC formatetc) 3677private void GetDataInner(ref FORMATETC formatetc, out STGMEDIUM medium)
System (10)
compmod\System\Runtime\InteropServices\ComTypes\IAdviseSink.cs (1)
32void OnDataChange([In] ref FORMATETC format, [In] ref STGMEDIUM stgmedium);
compmod\System\Runtime\InteropServices\ComTypes\IDataObject.cs (7)
38void GetData([In] ref FORMATETC format, out STGMEDIUM medium); 45void GetDataHere([In] ref FORMATETC format, ref STGMEDIUM medium); 54int QueryGetData([In] ref FORMATETC format); 63int GetCanonicalFormatEtc([In] ref FORMATETC formatIn, out FORMATETC formatOut); 69void SetData([In] ref FORMATETC formatIn, [In] ref STGMEDIUM medium, [MarshalAs(UnmanagedType.Bool)] bool release); 84int DAdvise([In] ref FORMATETC pFormatetc, ADVF advf, IAdviseSink adviseSink, out int connection);
compmod\System\Runtime\InteropServices\ComTypes\IEnumFORMATETC.cs (1)
27int Next(int celt, [Out, MarshalAs(UnmanagedType.LPArray, SizeParamIndex=0)] FORMATETC[] rgelt, [Out, MarshalAs(UnmanagedType.LPArray)] int[] pceltFetched);
compmod\System\Runtime\InteropServices\ComTypes\STATDATA.cs (1)
14public FORMATETC formatetc;
System.Windows.Forms (28)
winforms\Managed\System\WinForms\Clipboard.cs (1)
67internal static bool IsFormatValid(FORMATETC[] formats) {
winforms\Managed\System\WinForms\DataObject.cs (25)
594private void GetDataIntoOleStructs(ref FORMATETC formatetc, 654int IComDataObject.DAdvise(ref FORMATETC pFormatetc, ADVF advf, IAdviseSink pAdvSink, out int pdwConnection) { 730int IComDataObject.GetCanonicalFormatEtc(ref FORMATETC pformatetcIn, out FORMATETC pformatetcOut) { 748void IComDataObject.GetData(ref FORMATETC formatetc, out STGMEDIUM medium) { 796void IComDataObject.GetDataHere(ref FORMATETC formatetc, ref STGMEDIUM medium) { 815int IComDataObject.QueryGetData(ref FORMATETC formatetc) { 856void IComDataObject.SetData(ref FORMATETC pFormatetcIn, ref STGMEDIUM pmedium, bool fRelease) { 1224public FormatEnumerator(IDataObject parent, FORMATETC[] formats) { 1238FORMATETC currentFormat = formats[i]; 1240FORMATETC temp = new FORMATETC(); 1275FORMATETC temp = new FORMATETC(); 1310public int Next(int celt, FORMATETC[] rgelt, int[] pceltFetched) { 1314FORMATETC current = (FORMATETC)formats[this.current]; 1352FORMATETC[] temp = new FORMATETC[formats.Count]; 1389FORMATETC formatetc = new FORMATETC(); 1536FORMATETC formatetc = new FORMATETC(); 1581FORMATETC formatetc = new FORMATETC(); 1971private int QueryGetDataUnsafe(ref FORMATETC formatetc) { 1975private int QueryGetDataInner(ref FORMATETC formatetc) 1986FORMATETC formatetc = new FORMATETC(); 2051FORMATETC[] formatetc = new FORMATETC[] { new FORMATETC()};
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
7813int Cache(ref FORMATETC pformatetc,int advf); 7821void SetData(ref FORMATETC pformatetc, ref STGMEDIUM pmedium, bool fRelease);
WsatUI (1)
MMCUI\WSATPropertySheet.cs (1)
144FORMATETC formatEtc = new FORMATETC();