4 references to ADVF
PresentationCore (1)
Core\CSharp\System\Windows\DataObject.cs (1)
700int IComDataObject.DAdvise(ref FORMATETC pFormatetc, ADVF advf, IAdviseSink pAdvSink, out int pdwConnection)
System (2)
compmod\System\Runtime\InteropServices\ComTypes\IDataObject.cs (1)
84int DAdvise([In] ref FORMATETC pFormatetc, ADVF advf, IAdviseSink adviseSink, out int connection);
compmod\System\Runtime\InteropServices\ComTypes\STATDATA.cs (1)
15public ADVF advf;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataObject.cs (1)
654int IComDataObject.DAdvise(ref FORMATETC pFormatetc, ADVF advf, IAdviseSink pAdvSink, out int pdwConnection) {