20 references to SelectedDate
PresentationFramework (20)
src\Framework\System\Windows\Controls\DatePicker.cs (20)
347
dp._originalSelectedDate = dp.
SelectedDate
;
441
if (dp.
SelectedDate
.HasValue)
443
DateTime day = dp.
SelectedDate
.Value;
703
if (this.
SelectedDate
== null)
714
if (this.
SelectedDate
== null)
724
_textBox.Text = this.DateTimeToString((DateTime)this.
SelectedDate
);
735
if (this.
SelectedDate
!= null)
737
return this.
SelectedDate
.Value.ToString(DateTimeHelper.GetDateFormat(DateTimeHelper.GetCulture(this)));
968
if (e.AddedItems.Count > 0 && this.
SelectedDate
.HasValue && DateTime.Compare((DateTime)e.AddedItems[0], this.
SelectedDate
.Value) != 0)
980
if (!this.
SelectedDate
.HasValue)
1185
if (this.
SelectedDate
!= null)
1191
string selectedDate = DateTimeToString(this.
SelectedDate
.Value);
1200
if (!this.
SelectedDate
.Equals(d))
1208
if (this.
SelectedDate
.HasValue)
1217
if (!this.
SelectedDate
.Equals(d))
1240
return this.
SelectedDate
;
1255
if (this.
SelectedDate
!= null)
1257
string newtext = this.DateTimeToString((DateTime)this.
SelectedDate
);
1259
return this.
SelectedDate
;