private void ShowStatus(int progressPercentage, FileWatcherProgressChangedUserState userState) { this.textBlockMainStatus.Text = userState.MainStatusText; this.progressBarStatus.Visibility = userState.ProgressBarVisibility; this.progressBarStatus.IsIndeterminate = userState.ProgressBarIndeterminate; this.progressBarStatus.Value = progressPercentage; }