20 references to SelectedDate
PresentationFramework (20)
System\Windows\Controls\DatePicker.cs (20)
342dp._originalSelectedDate = dp.SelectedDate; 447if (dp.SelectedDate.HasValue) 449DateTime day = dp.SelectedDate.Value; 709if (this.SelectedDate == null) 720if (this.SelectedDate == null) 730_textBox.Text = this.DateTimeToString((DateTime)this.SelectedDate); 741if (this.SelectedDate != null) 743return this.SelectedDate.Value.ToString(DateTimeHelper.GetDateFormat(DateTimeHelper.GetCulture(this))); 971if (e.AddedItems.Count > 0 && this.SelectedDate.HasValue && DateTime.Compare((DateTime)e.AddedItems[0], this.SelectedDate.Value) != 0) 983if (!this.SelectedDate.HasValue) 1190if (this.SelectedDate != null) 1196string selectedDate = DateTimeToString(this.SelectedDate.Value); 1205if (!this.SelectedDate.Equals(d)) 1213if (this.SelectedDate.HasValue) 1222if (!this.SelectedDate.Equals(d)) 1245return this.SelectedDate; 1260if (this.SelectedDate != null) 1262string newtext = this.DateTimeToString((DateTime)this.SelectedDate); 1264return this.SelectedDate;