1 implementation of OnAmbientPropertyChange
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
69
HRESULT IOleControl.Interface.
OnAmbientPropertyChange
(int dispID)
3 references to OnAmbientPropertyChange
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
842
oleCtl.
OnAmbientPropertyChange
(PInvokeCore.DISPID_AMBIENT_DISPLAYNAME);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1175
HRESULT result = _axOleControl!.
OnAmbientPropertyChange
(dispid);
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleControl.g.cs (1)
157
return __object.
OnAmbientPropertyChange
(dispID);