12 references to SelectedDates
System.Web (11)
UI\WebControls\Calendar.cs (10)
406
if (
SelectedDates
.Count == 0) {
409
return
SelectedDates
[0];
413
SelectedDates
.Clear();
416
SelectedDates
.SelectRange(value, value);
1806
if (
SelectedDates
.Count > 0)
1837
if (
SelectedDates
.Count != ts.Days + 1
1838
||
SelectedDates
[0] != dateFrom
1839
||
SelectedDates
[
SelectedDates
.Count - 1] != dateTo) {
1840
SelectedDates
.SelectRange(dateFrom, dateTo);
UI\WebControls\SelectedDatesCollection.cs (1)
13
/// <para>Encapsulates the collection of <see cref='System.Web.UI.WebControls.Calendar.
SelectedDates
'/> within a <see cref='System.Web.UI.WebControls.Calendar'/> control.</para>
System.Web.Mobile (1)
UI\MobileControls\Calendar.cs (1)
148
return _webCalendar.
SelectedDates
;