4 implementations of Interface
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
27
IPropertyNotifySink.
Interface
,
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
23
public partial class PropertyGrid : ContainerControl, IComPropertyBrowser, IPropertyNotifySink.
Interface
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
29
IPropertyNotifySink.
Interface
,
System.Windows.Forms.Tests (1)
System\Windows\Forms\AxHost.ConnectionPointCookieTests.cs (1)
93
private class CustomPropertyNotifySink : IPropertyNotifySink.
Interface
15 references to Interface
System.Windows.Forms (10)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3043
if (_oleSite is IPropertyNotifySink.
Interface
sink)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (3)
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 (3)
2354
HRESULT IPropertyNotifySink.
Interface
.OnChanged(int dispID)
2850
HRESULT IPropertyNotifySink.
Interface
.OnRequestEdit(int dispID)
4086
_connectionPointCookies[i] = new(obj, this, typeof(IPropertyNotifySink.
Interface
), throwException: false);
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (3)
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 (2)
Windows.Win32.IPropertyNotifySink.g.cs (2)
62
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
91
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
System.Windows.Forms.Tests (3)
System\Windows\Forms\AxHost.ConnectionPointCookieTests.cs (3)
22
Type eventType = typeof(IPropertyNotifySink.
Interface
);
75
Type eventInterface = typeof(IPropertyNotifySink.
Interface
);
85
Type eventType = typeof(IPropertyNotifySink.
Interface
);