6 references to UserInterfaceForm
System.Deployment (6)
System\Deployment\Application\ErrorPiece.cs (1)
11public ErrorPiece(UserInterfaceForm parentForm, string errorTitle, string errorMessage, string logFileLocation, string linkUrl, string linkUrlMessage, ManualResetEvent modalEvent);
System\Deployment\Application\MaintenancePiece.cs (1)
11public MaintenancePiece(UserInterfaceForm parentForm, UserInterfaceInfo info, MaintenanceInfo maintenanceInfo, ManualResetEvent modalEvent);
System\Deployment\Application\PlatformPiece.cs (1)
11public PlatformPiece(UserInterfaceForm parentForm, string platformDetectionErrorMsg, Uri supportUrl, ManualResetEvent modalEvent);
System\Deployment\Application\ProgressPiece.cs (1)
9public ProgressPiece(UserInterfaceForm parentForm, UserInterfaceInfo info);
System\Deployment\Application\SplashPiece.cs (1)
9public SplashPiece(UserInterfaceForm parentForm, SplashInfo info);
System\Deployment\Application\UpdatePiece.cs (1)
11public UpdatePiece(UserInterfaceForm parentForm, UserInterfaceInfo info, ManualResetEvent modalEvent);