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