6 references to IsValidDateSelection
PresentationFramework (6)
System\Windows\Controls\Calendar.cs (1)
553
if (
IsValidDateSelection
(c, addedDate))
System\Windows\Controls\DatePicker.cs (1)
1126
if (Calendar.
IsValidDateSelection
(this._calendar, newSelectedDate))
System\Windows\Controls\SelectedDatesCollection.cs (4)
165
if (Calendar.
IsValidDateSelection
(this._owner, item))
281
if (DateTime.Compare(this[index], item) != 0 && Calendar.
IsValidDateSelection
(this._owner, item))
328
if (Calendar.
IsValidDateSelection
(this._owner, current))
384
if (Calendar.
IsValidDateSelection
(this._owner, date))