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