8 references to DateTimeToString
PresentationFramework (8)
src\Framework\System\Windows\Controls\DatePicker.cs (8)
444dp.SetTextInternal(dp.DateTimeToString(day)); 476string addedDateString = addedDate.HasValue ? dp.DateTimeToString(addedDate.Value) : ""; 477string removedDateString = removedDate.HasValue ? dp.DateTimeToString(removedDate.Value) : ""; 538dp.SetTextInternal(dp.DateTimeToString((DateTime)date)); 724_textBox.Text = this.DateTimeToString((DateTime)this.SelectedDate); 1191string selectedDate = DateTimeToString(this.SelectedDate.Value); 1248SafeSetText(this.DateTimeToString((DateTime)d)); 1257string newtext = this.DateTimeToString((DateTime)this.SelectedDate);