4 implementations of OnChanged
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
471
HRESULT IPropertyNotifySink.Interface.
OnChanged
(int dispid)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2354
HRESULT IPropertyNotifySink.Interface.
OnChanged
(int dispID)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
326
HRESULT IPropertyNotifySink.Interface.
OnChanged
(int dispid)
System.Windows.Forms.Tests (1)
System\Windows\Forms\AxHost.ConnectionPointCookieTests.cs (1)
95
public HRESULT
OnChanged
(int dispID) => throw new NotImplementedException();
2 references to OnChanged
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3045
sink.
OnChanged
(PInvokeCore.DISPID_UNKNOWN);
System.Windows.Forms.Primitives (1)
Windows.Win32.IPropertyNotifySink.g.cs (1)
67
return __object.
OnChanged
(dispID);