40 references to IPropertyNotifySink
System.Windows.Forms (16)
System\Windows\Forms\ActiveX\AxHost.cs (2)
3043
if (_oleSite is
IPropertyNotifySink
.Interface sink)
3321
qaContainer.pPropertyNotifySink = ComHelpers.GetComPointer<
IPropertyNotifySink
>(_oleSite);
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (5)
27
IPropertyNotifySink
.Interface,
29
IManagedWrapper<IDispatch, IDispatchEx, IOleControlSite, IOleClientSite, IOleWindow, IOleInPlaceSite, ISimpleFrameSite, IVBGetControl, IGetVBAObject,
IPropertyNotifySink
>
61
_connectionPoint = new ConnectionPointCookie(nativeObject, this, typeof(
IPropertyNotifySink
.Interface), throwException: false);
471
HRESULT
IPropertyNotifySink
.Interface.OnChanged(int dispid)
539
HRESULT
IPropertyNotifySink
.Interface.OnRequestEdit(int dispid) => HRESULT.S_OK;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (5)
23
public partial class PropertyGrid : ContainerControl, IComPropertyBrowser,
IPropertyNotifySink
.Interface
2354
HRESULT
IPropertyNotifySink
.Interface.OnChanged(int dispID)
2850
HRESULT
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)
29
IPropertyNotifySink
.Interface,
326
HRESULT
IPropertyNotifySink
.Interface.OnChanged(int dispid)
353
HRESULT
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)
22
Type eventType = typeof(
IPropertyNotifySink
.Interface);
75
Type eventInterface = typeof(
IPropertyNotifySink
.Interface);
85
Type eventType = typeof(
IPropertyNotifySink
.Interface);
93
private class CustomPropertyNotifySink :
IPropertyNotifySink
.Interface