private void InitializeBinding() { tbxPlayerTitle.Text = PlayerTitle; tbkMediaTitle.Text = InternalResources.PlaylistOpened; cbxLoopingState.ItemsSource = PlaylistHelper.GetLoopingStates().Select(pair => pair.Key); cbxLoopingState.SelectedIndex = 0; tbkCurrentTime.Text = TimeSpanEmpty; tbkDurationTime.Text = TimeSpanEmpty; tbxSinglePlayDurationTime.Text = TimeSpanEmpty; tbxSinglePlayIntervalTime.Text = TimeSpanEmpty; tbxTotalPlayDurationTime.Text = TimeSpanEmpty; }