1 implementation of Advise
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
290HRESULT IOleObject.Interface.Advise(IAdviseSink* pAdvSink, uint* pdwConnection)
3 references to Advise
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleObject.g.cs (1)
709 return __object.Advise(pAdvSink, pdwConnection);
Windows.Win32.System_Ole_IOleObject_Extensions.g.cs (2)
89 /// <inheritdoc cref="winmdroot.System.Ole.IOleObject.Interface.Advise(winmdroot.System.Com.IAdviseSink*, uint*)"/> 94 winmdroot.Foundation.HRESULT __result = @this.Advise(pAdvSink, pdwConnectionLocal);