1 instantiation of SelectedDatesCollection
System.Web (1)
UI\WebControls\Calendar.cs (1)
437
selectedDates = new
SelectedDatesCollection
(dateList);
8 references to SelectedDatesCollection
System.Web (4)
UI\WebControls\Calendar.cs (2)
58
private
SelectedDatesCollection
selectedDates;
431
public
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)
928
SelectedDatesCollection
selectedDates = Control.SelectedDates;
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
900
SelectedDatesCollection
selectedDates = Control.SelectedDates;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
824
WebControls.
SelectedDatesCollection
selectedDates = Control.SelectedDates;
UI\MobileControls\Calendar.cs (1)
144
public
SelectedDatesCollection
SelectedDates