4 references to GetCurrentDateFormat
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
532
DateTimeFormatInfo format = DateTimeHelper.
GetCurrentDateFormat
();
src\Framework\System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
254
return string.Format(DateTimeHelper.
GetCurrentDateFormat
(), SR.Get(SRID.CalendarAutomationPeer_BlackoutDayHelpText), dateString);
src\Framework\System\Windows\Controls\Calendar.cs (1)
447
new FrameworkPropertyMetadata(DateTimeHelper.
GetCurrentDateFormat
().FirstDayOfWeek,
src\Framework\System\Windows\Controls\DatePicker.cs (1)
107
this.SetCurrentValueInternal(FirstDayOfWeekProperty, DateTimeHelper.
GetCurrentDateFormat
().FirstDayOfWeek);