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