6 references to IsValidDateSelection
PresentationFramework (6)
src\Framework\System\Windows\Controls\Calendar.cs (1)
554
if (
IsValidDateSelection
(c, addedDate))
src\Framework\System\Windows\Controls\DatePicker.cs (1)
1115
if (Calendar.
IsValidDateSelection
(this._calendar, newSelectedDate))
src\Framework\System\Windows\Controls\SelectedDatesCollection.cs (4)
166
if (Calendar.
IsValidDateSelection
(this._owner, item))
282
if (item != null && DateTime.Compare(this[index], item) != 0 && Calendar.
IsValidDateSelection
(this._owner, item))
329
if (Calendar.
IsValidDateSelection
(this._owner, current))
385
if (Calendar.
IsValidDateSelection
(this._owner, date))