3 implementations of IPropertyNotifySink
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (1)
3886
: UnsafeNativeMethods.IOleControlSite, UnsafeNativeMethods.IOleClientSite, UnsafeNativeMethods.IOleInPlaceSite, UnsafeNativeMethods.ISimpleFrameSite, UnsafeNativeMethods.IVBGetControl, UnsafeNativeMethods.IGetVBAObject, UnsafeNativeMethods.
IPropertyNotifySink
, IReflect, IDisposable {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
37
public class PropertyGrid : ContainerControl, IComPropertyBrowser, UnsafeNativeMethods.
IPropertyNotifySink
{
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
50
: UnsafeNativeMethods.IOleControlSite, UnsafeNativeMethods.IOleClientSite, UnsafeNativeMethods.IOleInPlaceSite, UnsafeNativeMethods.ISimpleFrameSite, UnsafeNativeMethods.
IPropertyNotifySink
, IDisposable {
11 references to IPropertyNotifySink
System.Windows.Forms (11)
winforms\Managed\System\WinForms\AxHost.cs (4)
3385
((UnsafeNativeMethods.
IPropertyNotifySink
)oleSite).OnChanged(NativeMethods.MEMBERID_NIL);
3931
connectionPoint = new ConnectionPointCookie(nativeObject, this, typeof(UnsafeNativeMethods.
IPropertyNotifySink
));
4348
void UnsafeNativeMethods.
IPropertyNotifySink
.OnChanged(int dispid) {
4412
int UnsafeNativeMethods.
IPropertyNotifySink
.OnRequestEdit(int dispid) {
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
2750
void UnsafeNativeMethods.
IPropertyNotifySink
.OnChanged(int dispID) {
3229
int UnsafeNativeMethods.
IPropertyNotifySink
.OnRequestEdit(int dispID) {
4647
connectionPointCookies[i] = new AxHost.ConnectionPointCookie(obj, this, typeof(UnsafeNativeMethods.
IPropertyNotifySink
), /*throwException*/ false);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
7340
public UnsafeNativeMethods.
IPropertyNotifySink
pPropertyNotifySink;
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (3)
388
void UnsafeNativeMethods.
IPropertyNotifySink
.OnChanged(int dispid) {
412
int UnsafeNativeMethods.
IPropertyNotifySink
.OnRequestEdit(int dispid) {
472
connectionPoint = new AxHost.ConnectionPointCookie(nativeObject, this, typeof(UnsafeNativeMethods.
IPropertyNotifySink
));