8 references to DateTimeToString
PresentationFramework (8)
System\Windows\Controls\DatePicker.cs (8)
451dp.SetTextInternal(dp.DateTimeToString(day)); 483string addedDateString = addedDate.HasValue ? dp.DateTimeToString(addedDate.Value) : ""; 484string removedDateString = removedDate.HasValue ? dp.DateTimeToString(removedDate.Value) : ""; 545dp.SetTextInternal(dp.DateTimeToString((DateTime)date)); 731_textBox.Text = this.DateTimeToString((DateTime)this.SelectedDate); 1198string selectedDate = DateTimeToString(this.SelectedDate.Value); 1255SafeSetText(this.DateTimeToString((DateTime)d)); 1264string newtext = this.DateTimeToString((DateTime)this.SelectedDate);