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