3 references to ConnectionPointCookie
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.ConnectionPointCookie.cs (1)
19
:
this
(source, sink, eventInterface, true)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
61
_connectionPoint = new
ConnectionPointCookie
(nativeObject, this, typeof(IPropertyNotifySink.Interface), throwException: false);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
4084
_connectionPointCookies[i] =
new
(obj, this, typeof(IPropertyNotifySink.Interface), throwException: false);