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