2 references to TryGetNextDispId
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (1)
323if (_dispatchAdapter.TryGetNextDispId(id, out int dispId))
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Ole\ClassPropertyDispatchAdapter.cs (1)
259if (_priorAdapter is { } prior && prior.TryGetNextDispId(dispId, out nextDispId))