6 references to IsValidDateSelection
PresentationFramework (6)
System\Windows\Controls\Calendar.cs (1)
549
if (
IsValidDateSelection
(c, addedDate))
System\Windows\Controls\DatePicker.cs (1)
1124
if (Calendar.
IsValidDateSelection
(this._calendar, newSelectedDate))
System\Windows\Controls\SelectedDatesCollection.cs (4)
161
if (Calendar.
IsValidDateSelection
(this._owner, item))
277
if (DateTime.Compare(this[index], item) != 0 && Calendar.
IsValidDateSelection
(this._owner, item))
324
if (Calendar.
IsValidDateSelection
(this._owner, current))
380
if (Calendar.
IsValidDateSelection
(this._owner, date))