40 references to IPropertyNotifySink
System.Windows.Forms (16)
System\Windows\Forms\ActiveX\AxHost.cs (2)
3043if (_oleSite is IPropertyNotifySink.Interface sink) 3321qaContainer.pPropertyNotifySink = ComHelpers.GetComPointer<IPropertyNotifySink>(_oleSite);
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (5)
27IPropertyNotifySink.Interface, 29IManagedWrapper<IDispatch, IDispatchEx, IOleControlSite, IOleClientSite, IOleWindow, IOleInPlaceSite, ISimpleFrameSite, IVBGetControl, IGetVBAObject, IPropertyNotifySink> 61_connectionPoint = new ConnectionPointCookie(nativeObject, this, typeof(IPropertyNotifySink.Interface), throwException: false); 471HRESULT IPropertyNotifySink.Interface.OnChanged(int dispid) 539HRESULT IPropertyNotifySink.Interface.OnRequestEdit(int dispid) => HRESULT.S_OK;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
23public partial class PropertyGrid : ContainerControl, IComPropertyBrowser, IPropertyNotifySink.Interface 2354HRESULT IPropertyNotifySink.Interface.OnChanged(int dispID) 2850HRESULT IPropertyNotifySink.Interface.OnRequestEdit(int dispID) 4049/// <see cref="IPropertyNotifySink"/> 4086_connectionPointCookies[i] = new(obj, this, typeof(IPropertyNotifySink.Interface), throwException: false);
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (4)
29IPropertyNotifySink.Interface, 326HRESULT IPropertyNotifySink.Interface.OnChanged(int dispid) 353HRESULT IPropertyNotifySink.Interface.OnRequestEdit(int dispid) => HRESULT.S_OK; 383_connectionPoint = new AxHost.ConnectionPointCookie(nativeObject, this, typeof(IPropertyNotifySink.Interface));
System.Windows.Forms.Primitives (20)
Windows.Win32.IPropertyNotifySink.g.cs (19)
26 :IVTable<IPropertyNotifySink,IPropertyNotifySink.Vtbl>,IComIID { 42 return ((delegate *unmanaged [Stdcall]<IPropertyNotifySink*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IPropertyNotifySink*)Unsafe.AsPointer(ref this), riid, ppvObject); 47 return ((delegate *unmanaged [Stdcall]<IPropertyNotifySink*,uint>)lpVtbl[1])((IPropertyNotifySink*)Unsafe.AsPointer(ref this)); 52 return ((delegate *unmanaged [Stdcall]<IPropertyNotifySink*,uint>)lpVtbl[2])((IPropertyNotifySink*)Unsafe.AsPointer(ref this)); 58 private static winmdroot.Foundation.HRESULT OnChanged(IPropertyNotifySink* pThis, int dispID) 81 return ((delegate *unmanaged [Stdcall]<IPropertyNotifySink*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IPropertyNotifySink*)Unsafe.AsPointer(ref this), dispID); 87 private static winmdroot.Foundation.HRESULT OnRequestEdit(IPropertyNotifySink* pThis, int dispID) 117 return ((delegate *unmanaged [Stdcall]<IPropertyNotifySink*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IPropertyNotifySink*)Unsafe.AsPointer(ref this), dispID); 141 internal delegate *unmanaged [Stdcall]<IPropertyNotifySink*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 143 internal delegate *unmanaged [Stdcall]<IPropertyNotifySink*,uint> AddRef_2; 145 internal delegate *unmanaged [Stdcall]<IPropertyNotifySink*,uint> Release_3; 147 internal delegate *unmanaged [Stdcall]<IPropertyNotifySink*,int ,winmdroot.Foundation.HRESULT> OnChanged_4; 149 internal delegate *unmanaged [Stdcall]<IPropertyNotifySink*,int ,winmdroot.Foundation.HRESULT> OnRequestEdit_5;
Windows.Win32.QACONTAINER.g.cs (1)
37 internal unsafe winmdroot.System.Ole.IPropertyNotifySink* pPropertyNotifySink;
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHost.ConnectionPointCookieTests.cs (4)
22Type eventType = typeof(IPropertyNotifySink.Interface); 75Type eventInterface = typeof(IPropertyNotifySink.Interface); 85Type eventType = typeof(IPropertyNotifySink.Interface); 93private class CustomPropertyNotifySink : IPropertyNotifySink.Interface