10 references to SelectedDateProperty
PresentationFramework (10)
System\Windows\Controls\DatePicker.cs (10)
411get { return (DateTime?)GetValue(SelectedDateProperty); } 412set { SetValue(SelectedDateProperty, value); } 602dp.SetValueNoCallback(DatePicker.SelectedDateProperty, null); 954SetCurrentValueInternal(SelectedDateProperty, _originalSelectedDate); 973this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)e.AddedItems[0]); 979this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)null); 987this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)e.AddedItems[0]); 1207this.SetCurrentValueInternal(SelectedDateProperty, d); 1215this.SetCurrentValueInternal(SelectedDateProperty, (DateTime?)null); 1224this.SetCurrentValueInternal(SelectedDateProperty, d);