10 references to SelectedDateProperty
PresentationFramework (10)
System\Windows\Controls\DatePicker.cs (10)
412get { return (DateTime?)GetValue(SelectedDateProperty); } 413set { SetValue(SelectedDateProperty, value); } 603dp.SetValueNoCallback(DatePicker.SelectedDateProperty, null); 955SetCurrentValueInternal(SelectedDateProperty, _originalSelectedDate); 974this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)e.AddedItems[0]); 980this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)null); 988this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)e.AddedItems[0]); 1208this.SetCurrentValueInternal(SelectedDateProperty, d); 1216this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)null); 1225this.SetCurrentValueInternal(SelectedDateProperty, d);