Implemented interface member:
property
Count
System.Collections.ICollection.Count
11 references to Count
System.Web (5)
UI\WebControls\Calendar.cs (4)
406if (SelectedDates.Count == 0) { 1806if (SelectedDates.Count > 0) 1837if (SelectedDates.Count != ts.Days + 1 1839|| SelectedDates[SelectedDates.Count - 1] != dateTo) {
UI\WebControls\SelectedDatesCollection.cs (1)
81int n = Count;
System.Web.Mobile (6)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (2)
929if (selectedDates.Count != ts.Days + 1 931|| selectedDates[selectedDates.Count - 1] != dateTo)
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (2)
901if (selectedDates.Count != ts.Days + 1 903|| selectedDates[selectedDates.Count - 1] != dateTo)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (2)
825if (selectedDates.Count != ts.Days + 1 827|| selectedDates[selectedDates.Count - 1] != dateTo) {