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