5 references to HostType
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Application.cs (5)
1596public static HostType GetHostTypeFromMetaData(string appFullName) 1598HostType ht = HostType.Default; 1604ht = isFullTrust ? HostType.CorFlag : HostType.AppLaunch;