1 instantiation of SelectedDatesCollection
PresentationFramework (1)
src\Framework\System\Windows\Controls\Calendar.cs (1)
100this._selectedDates = new SelectedDatesCollection(this);
2 references to SelectedDatesCollection
PresentationFramework (2)
src\Framework\System\Windows\Controls\Calendar.cs (2)
45private SelectedDatesCollection _selectedDates; 600public SelectedDatesCollection SelectedDates