10 references to SelectedDateProperty
PresentationFramework (10)
System\Windows\Controls\DatePicker.cs (10)
416
get { return (DateTime?)GetValue(
SelectedDateProperty
); }
417
set { SetValue(
SelectedDateProperty
, value); }
607
dp.SetValueNoCallback(DatePicker.
SelectedDateProperty
, null);
962
SetCurrentValueInternal(
SelectedDateProperty
, _originalSelectedDate);
981
this.SetCurrentValueInternal(
SelectedDateProperty
, (DateTime?)e.AddedItems[0]);
987
this.SetCurrentValueInternal(
SelectedDateProperty
, (DateTime?)null);
995
this.SetCurrentValueInternal(
SelectedDateProperty
, (DateTime?)e.AddedItems[0]);
1213
this.SetCurrentValueInternal(
SelectedDateProperty
, d);
1221
this.SetCurrentValueInternal(
SelectedDateProperty
, (DateTime?)null);
1230
this.SetCurrentValueInternal(
SelectedDateProperty
, d);