4 references to UserCanceledTheDialog
Microsoft.VisualBasic.Forms (4)
Microsoft\VisualBasic\Devices\Network.DownloadFile.vb (1)
373AndAlso dialog.UserCanceledTheDialog Then
Microsoft\VisualBasic\Devices\Network.UploadFile.vb (1)
310If onUserCancel = UICancelOption.ThrowException And dialog.UserCanceledTheDialog Then
Microsoft\VisualBasic\MyServices\Internal\WebClientCopy.vb (2)
172If _progressDialog Is Nothing OrElse Not _progressDialog.UserCanceledTheDialog Then 204If _progressDialog Is Nothing OrElse Not _progressDialog.UserCanceledTheDialog Then