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); 958SetCurrentValueInternal(SelectedDateProperty, _originalSelectedDate); 977this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)e.AddedItems[0]); 983this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)null); 991this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)e.AddedItems[0]); 1209this.SetCurrentValueInternal(SelectedDateProperty, d); 1217this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)null); 1226this.SetCurrentValueInternal(SelectedDateProperty, d);