10 references to SelectedDateProperty
PresentationFramework (10)
System\Windows\Controls\DatePicker.cs (10)
412
get { return (DateTime?)GetValue(
SelectedDateProperty
); }
413
set { SetValue(
SelectedDateProperty
, value); }
603
dp.SetValueNoCallback(DatePicker.
SelectedDateProperty
, null);
955
SetCurrentValueInternal(
SelectedDateProperty
, _originalSelectedDate);
974
this.SetCurrentValueInternal(
SelectedDateProperty
, (DateTime?)e.AddedItems[0]);
980
this.SetCurrentValueInternal(
SelectedDateProperty
, (DateTime?)null);
988
this.SetCurrentValueInternal(
SelectedDateProperty
, (DateTime?)e.AddedItems[0]);
1208
this.SetCurrentValueInternal(
SelectedDateProperty
, d);
1216
this.SetCurrentValueInternal(
SelectedDateProperty
, (DateTime?)null);
1225
this.SetCurrentValueInternal(
SelectedDateProperty
, d);