2 overrides of GetNextDispID
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (1)
321protected override HRESULT GetNextDispID(uint grfdex, int id, int* pid)
System\Windows\Forms\Controls\WebBrowser\HtmlToClrEventProxy.cs (1)
72protected override unsafe HRESULT GetNextDispID(uint grfdex, int id, int* pid)
1 reference to GetNextDispID
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
153return GetNextDispID(grfdex, id, pid);