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