2 implementations of SetActiveObject
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
638HRESULT IOleInPlaceFrame.Interface.SetActiveObject(IOleInPlaceActiveObject* pActiveObject, PCWSTR pszObjName)
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
88HRESULT IOleInPlaceFrame.Interface.SetActiveObject(IOleInPlaceActiveObject* pActiveObject, PCWSTR pszObjName)
5 references to SetActiveObject
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
727=> ((IOleInPlaceFrame.Interface)this).SetActiveObject(pActiveObject, pszObjName);
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
430=> ((IOleInPlaceFrame.Interface)this).SetActiveObject(pActiveObject, pszObjName);
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceFrame.g.cs (1)
242 return __object.SetActiveObject(pActiveObject, pszObjName);
Windows.Win32.System_Ole_IOleInPlaceFrame_Extensions.g.cs (2)
63 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceFrame.Interface.SetActiveObject(winmdroot.System.Ole.IOleInPlaceActiveObject*, winmdroot.Foundation.PCWSTR)"/> 68 winmdroot.Foundation.HRESULT __result = @this.SetActiveObject(pActiveObject, pszObjNameLocal);