3 implementations of OnRequestEdit
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
539HRESULT IPropertyNotifySink.Interface.OnRequestEdit(int dispid) => HRESULT.S_OK;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2846HRESULT IPropertyNotifySink.Interface.OnRequestEdit(int dispID)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
353HRESULT IPropertyNotifySink.Interface.OnRequestEdit(int dispid) => HRESULT.S_OK;
1 reference to OnRequestEdit
System.Windows.Forms.Primitives (1)
_generated\224\Windows.Win32.IPropertyNotifySink.g.cs (1)
96 return __object.OnRequestEdit(dispID);