3 implementations of OnChanged
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
4348void UnsafeNativeMethods.IPropertyNotifySink.OnChanged(int dispid) {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2750void UnsafeNativeMethods.IPropertyNotifySink.OnChanged(int dispID) {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
388void UnsafeNativeMethods.IPropertyNotifySink.OnChanged(int dispid) {
1 reference to OnChanged
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
3385((UnsafeNativeMethods.IPropertyNotifySink)oleSite).OnChanged(NativeMethods.MEMBERID_NIL);