11 references to ToShortDateString
System.Web (2)
UI\WebControls\basecomparevalidator.cs (2)
466
text = date.
ToShortDateString
();
484
return ((DateTime) value).
ToShortDateString
();
System.Web.DataVisualization (2)
Common\Converters\AxisConverters.cs (1)
124
return DateTime.FromOADate((double)value).
ToShortDateString
();
Common\General\AxisScrollZoom.cs (1)
1658
strValue = DateTime.FromOADate(dtValue).
ToShortDateString
();
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MonthCalendar.cs (3)
1476
textExtent = WindowsGraphicsCacheManager.MeasurementGraphics.GetTextExtent(DateTime.Now.
ToShortDateString
(), font);
2028
throw new InvalidOperationException(SR.GetString(SR.MonthCalendarRange, minDate.
ToShortDateString
(), maxDate.
ToShortDateString
()));
System.Windows.Forms.DataVisualization (2)
Common\Converters\AxisConverters.cs (1)
124
return DateTime.FromOADate((double)value).
ToShortDateString
();
Common\General\AxisScrollZoom.cs (1)
1658
strValue = DateTime.FromOADate(dtValue).
ToShortDateString
();
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowPrinting.cs (1)
247
headerFooter = headerFooter.Replace("{Date}", headerFooterPrintData.PrintTime.
ToShortDateString
());
WsatUI (1)
MMCUI\AcceptedCertificatesForm.cs (1)
71
store[i].NotAfter.
ToShortDateString
() };