1 instantiation of SelectedDatesCollection
PresentationFramework (1)
System\Windows\Controls\Calendar.cs (1)
95this._selectedDates = new SelectedDatesCollection(this);
2 references to SelectedDatesCollection
PresentationFramework (2)
System\Windows\Controls\Calendar.cs (2)
40private SelectedDatesCollection _selectedDates; 595public SelectedDatesCollection SelectedDates