1 implementation of GetAdvise
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
566HRESULT IViewObject.Interface.GetAdvise(uint* pAspects, uint* pAdvf, IAdviseSink** ppAdvSink) =>
2 references to GetAdvise
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
617=> ((IViewObject.Interface)this).GetAdvise(pAspects, pAdvf, ppAdvSink);
System.Windows.Forms.Primitives (1)
Windows.Win32.IViewObject.g.cs (1)
294 return __object.GetAdvise(pAspects, pAdvf, ppAdvSink);