2 references to SetYear
PresentationFramework (2)
src\Framework\System\Windows\Controls\Calendar.cs (1)
943newDate = DateTimeHelper.SetYear(this.DisplayDate, d.Year);
src\Framework\System\Windows\Controls\DateTimeHelper.cs (1)
61DateTime? target = SetYear(date, yearMonth.Year);