9 references to ProgressDialog
Microsoft.VisualBasic.Forms (9)
Microsoft\VisualBasic\MyServices\FileSystemProxy.vb (6)
144
''' displaying <see cref="Internal.
ProgressDialog
"/> and confirmation dialogs if specified,
180
''' displaying <see cref="Internal.
ProgressDialog
"/> and confirmation messages if specified,
282
''' displaying <see cref="Internal.
ProgressDialog
"/> and confirmation messages if specified,
314
''' displaying <see cref="Internal.
ProgressDialog
"/> and confirmation messages if specified,
511
''' Delete the given file, with options to show <see cref="Internal.
ProgressDialog
"/>, delete to recycle bin,
554
''' Delete the given file, with options to show <see cref="Internal.
ProgressDialog
"/>, delete to recycle bin.
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (1)
122
Dim resources As New System.ComponentModel.ComponentResourceManager(GetType(
ProgressDialog
))
Microsoft\VisualBasic\MyServices\Internal\WebClientCopy.vb (2)
15
Private WithEvents _progressDialog As
ProgressDialog
34
Public Sub New(client As WebClient, dialog As
ProgressDialog
)