3 references to SelectionRange
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MonthCalendar.cs (3)
2239return s + ", " + SelectionRange.ToString(); 2744value = string.Format("{0} - {1}", calendar.SelectionRange.Start.ToString(), calendar.SelectionRange.End.ToString());