20 references to SelectedDate
PresentationFramework (20)
System\Windows\Controls\DatePicker.cs (20)
343dp._originalSelectedDate = dp.SelectedDate; 448if (dp.SelectedDate.HasValue) 450DateTime day = dp.SelectedDate.Value; 710if (this.SelectedDate == null) 721if (this.SelectedDate == null) 731_textBox.Text = this.DateTimeToString((DateTime)this.SelectedDate); 742if (this.SelectedDate != null) 744return this.SelectedDate.Value.ToString(DateTimeHelper.GetDateFormat(DateTimeHelper.GetCulture(this))); 972if (e.AddedItems.Count > 0 && this.SelectedDate.HasValue && DateTime.Compare((DateTime)e.AddedItems[0], this.SelectedDate.Value) != 0) 984if (!this.SelectedDate.HasValue) 1191if (this.SelectedDate != null) 1197string selectedDate = DateTimeToString(this.SelectedDate.Value); 1206if (!this.SelectedDate.Equals(d)) 1214if (this.SelectedDate.HasValue) 1223if (!this.SelectedDate.Equals(d)) 1246return this.SelectedDate; 1261if (this.SelectedDate != null) 1263string newtext = this.DateTimeToString((DateTime)this.SelectedDate); 1265return this.SelectedDate;