4 implementations of OnRequestEdit
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
539
HRESULT IPropertyNotifySink.Interface.
OnRequestEdit
(int dispid) => HRESULT.S_OK;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2850
HRESULT IPropertyNotifySink.Interface.
OnRequestEdit
(int dispID)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
353
HRESULT IPropertyNotifySink.Interface.
OnRequestEdit
(int dispid) => HRESULT.S_OK;
System.Windows.Forms.Tests (1)
System\Windows\Forms\AxHost.ConnectionPointCookieTests.cs (1)
97
public HRESULT
OnRequestEdit
(int dispID) => throw new NotImplementedException();
1 reference to OnRequestEdit
System.Windows.Forms.Primitives (1)
Windows.Win32.IPropertyNotifySink.g.cs (1)
96
return __object.
OnRequestEdit
(dispID);