10 references to SelectedDateProperty
PresentationFramework (10)
src\Framework\System\Windows\Controls\DatePicker.cs (10)
405get { return (DateTime?)GetValue(SelectedDateProperty); } 406set { SetValue(SelectedDateProperty, value); } 596dp.SetValueNoCallback(DatePicker.SelectedDateProperty, null); 951SetCurrentValueInternal(SelectedDateProperty, _originalSelectedDate); 970this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)e.AddedItems[0]); 976this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)null); 984this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)e.AddedItems[0]); 1202this.SetCurrentValueInternal(SelectedDateProperty, d); 1210this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)null); 1219this.SetCurrentValueInternal(SelectedDateProperty, d);