2 references to ProgressBarKiloBytesStringFormat
PresentationUI (2)
TenFeetInstallationProgress.xaml.cs (2)
121
CurrentBytesText.Text = String.Format(CultureInfo.CurrentCulture, SR.
ProgressBarKiloBytesStringFormat
, (bytesDownloaded / 1024));
122
TotalBytesText.Text = String.Format(CultureInfo.CurrentCulture, SR.
ProgressBarKiloBytesStringFormat
, (bytesTotal / 1024));