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