2 implementations of OnControlInfoChanged
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
142HRESULT IOleControlSite.Interface.OnControlInfoChanged() => HRESULT.S_OK;
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
67HRESULT IOleControlSite.Interface.OnControlInfoChanged() => HRESULT.S_OK;
1 reference to OnControlInfoChanged
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleControlSite.g.cs (1)
67 return __object.OnControlInfoChanged();