12 references to SelectedDates
System.Web (11)
UI\WebControls\Calendar.cs (10)
406if (SelectedDates.Count == 0) { 409return SelectedDates[0]; 413SelectedDates.Clear(); 416SelectedDates.SelectRange(value, value); 1806if (SelectedDates.Count > 0) 1837if (SelectedDates.Count != ts.Days + 1 1838|| SelectedDates[0] != dateFrom 1839|| SelectedDates[SelectedDates.Count - 1] != dateTo) { 1840SelectedDates.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)
148return _webCalendar.SelectedDates;