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