1 instantiation of SelectedDatesCollection
System.Web (1)
UI\WebControls\Calendar.cs (1)
437selectedDates = new SelectedDatesCollection(dateList);
8 references to SelectedDatesCollection
System.Web (4)
UI\WebControls\Calendar.cs (2)
58private SelectedDatesCollection selectedDates; 431public SelectedDatesCollection SelectedDates {
UI\WebControls\SelectedDatesCollection.cs (2)
21/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.SelectedDatesCollection'/> class 159/// <para>Sets the contents of the <see cref='System.Web.UI.WebControls.SelectedDatesCollection'/> to span
System.Web.Mobile (4)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
928SelectedDatesCollection selectedDates = Control.SelectedDates;
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
900SelectedDatesCollection selectedDates = Control.SelectedDates;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
824WebControls.SelectedDatesCollection selectedDates = Control.SelectedDates;
UI\MobileControls\Calendar.cs (1)
144public SelectedDatesCollection SelectedDates