10 references to SelectedDateProperty
PresentationFramework (10)
System\Windows\Controls\DatePicker.cs (10)
416get { return (DateTime?)GetValue(SelectedDateProperty); } 417set { SetValue(SelectedDateProperty, value); } 607dp.SetValueNoCallback(DatePicker.SelectedDateProperty, null); 962SetCurrentValueInternal(SelectedDateProperty, _originalSelectedDate); 981this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)e.AddedItems[0]); 987this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)null); 995this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)e.AddedItems[0]); 1213this.SetCurrentValueInternal(SelectedDateProperty, d); 1221this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)null); 1230this.SetCurrentValueInternal(SelectedDateProperty, d);