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