1 implementation of OnAmbientPropertyChange
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
15311
int UnsafeNativeMethods.IOleControl.
OnAmbientPropertyChange
(int dispID) {
3 references to OnAmbientPropertyChange
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (2)
1191
GetOleControl().
OnAmbientPropertyChange
(dispid);
1245
oleCtl.
OnAmbientPropertyChange
(NativeMethods.ActiveX.DISPID_AMBIENT_DISPLAYNAME);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1245
this.axOleControl.
OnAmbientPropertyChange
(dispid);