3 implementations of OnChanged
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
471HRESULT IPropertyNotifySink.Interface.OnChanged(int dispid)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2350HRESULT IPropertyNotifySink.Interface.OnChanged(int dispID)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
326HRESULT IPropertyNotifySink.Interface.OnChanged(int dispid)
2 references to OnChanged
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3042sink.OnChanged(PInvokeCore.DISPID_UNKNOWN);
System.Windows.Forms.Primitives (1)
_generated\224\Windows.Win32.IPropertyNotifySink.g.cs (1)
67 return __object.OnChanged(dispID);