8 references to DateTimeToString
PresentationFramework (8)
System\Windows\Controls\DatePicker.cs (8)
450dp.SetTextInternal(dp.DateTimeToString(day)); 482string addedDateString = addedDate.HasValue ? dp.DateTimeToString(addedDate.Value) : ""; 483string removedDateString = removedDate.HasValue ? dp.DateTimeToString(removedDate.Value) : ""; 544dp.SetTextInternal(dp.DateTimeToString((DateTime)date)); 730_textBox.Text = this.DateTimeToString((DateTime)this.SelectedDate); 1196string selectedDate = DateTimeToString(this.SelectedDate.Value); 1253SafeSetText(this.DateTimeToString((DateTime)d)); 1262string newtext = this.DateTimeToString((DateTime)this.SelectedDate);