1 implementation of SetHostNames
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
163HRESULT IOleObject.Interface.SetHostNames(PCWSTR szContainerApp, PCWSTR szContainerObj) =>
3 references to SetHostNames
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleObject.g.cs (1)
146 return __object.SetHostNames(szContainerApp, szContainerObj);
Windows.Win32.System_Ole_IOleObject_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IOleObject.Interface.SetHostNames(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR)"/> 30 winmdroot.Foundation.HRESULT __result = @this.SetHostNames(szContainerAppLocal, szContainerObjLocal);