Implemented interface member:
method
DAdvise
System.Runtime.InteropServices.ComTypes.IDataObject.DAdvise(ref System.Runtime.InteropServices.ComTypes.FORMATETC, System.Runtime.InteropServices.ComTypes.ADVF, System.Runtime.InteropServices.ComTypes.IAdviseSink, out System.Int32)
2 references to DAdvise
PresentationCore (1)
System\Windows\dataobject.cs (1)
565
_innerData.
DAdvise
(ref pFormatetc, advf, pAdvSink, out pdwConnection);
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.cs (1)
291
_innerData.
DAdvise
(ref pFormatetc, advf, pAdvSink, out pdwConnection);