20 references to SelectedDate
PresentationFramework (20)
src\Framework\System\Windows\Controls\DatePicker.cs (20)
347dp._originalSelectedDate = dp.SelectedDate; 441if (dp.SelectedDate.HasValue) 443DateTime day = dp.SelectedDate.Value; 703if (this.SelectedDate == null) 714if (this.SelectedDate == null) 724_textBox.Text = this.DateTimeToString((DateTime)this.SelectedDate); 735if (this.SelectedDate != null) 737return this.SelectedDate.Value.ToString(DateTimeHelper.GetDateFormat(DateTimeHelper.GetCulture(this))); 968if (e.AddedItems.Count > 0 && this.SelectedDate.HasValue && DateTime.Compare((DateTime)e.AddedItems[0], this.SelectedDate.Value) != 0) 980if (!this.SelectedDate.HasValue) 1185if (this.SelectedDate != null) 1191string selectedDate = DateTimeToString(this.SelectedDate.Value); 1200if (!this.SelectedDate.Equals(d)) 1208if (this.SelectedDate.HasValue) 1217if (!this.SelectedDate.Equals(d)) 1240return this.SelectedDate; 1255if (this.SelectedDate != null) 1257string newtext = this.DateTimeToString((DateTime)this.SelectedDate); 1259return this.SelectedDate;