10 references to SelectedDateProperty
PresentationFramework (10)
src\Framework\System\Windows\Controls\DatePicker.cs (10)
405
get { return (DateTime?)GetValue(
SelectedDateProperty
); }
406
set { SetValue(
SelectedDateProperty
, value); }
596
dp.SetValueNoCallback(DatePicker.
SelectedDateProperty
, null);
951
SetCurrentValueInternal(
SelectedDateProperty
, _originalSelectedDate);
970
this.SetCurrentValueInternal(
SelectedDateProperty
, (DateTime?)e.AddedItems[0]);
976
this.SetCurrentValueInternal(
SelectedDateProperty
, (DateTime?)null);
984
this.SetCurrentValueInternal(
SelectedDateProperty
, (DateTime?)e.AddedItems[0]);
1202
this.SetCurrentValueInternal(
SelectedDateProperty
, d);
1210
this.SetCurrentValueInternal(
SelectedDateProperty
, (DateTime?)null);
1219
this.SetCurrentValueInternal(
SelectedDateProperty
, d);