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