8 writes to selectionStart
System.Windows.Forms (8)
winforms\Managed\System\WinForms\MonthCalendar.cs (8)
182selectionStart = todayDate; 823selectionStart = value; 828selectionStart = value.AddDays(1 - maxSelectionCount); 1996selectionStart = minDate; 1999selectionStart = maxDate; 2143selectionStart = lower; 2291DateTime start = selectionStart = DateTimePicker.SysTimeToDateTime(nmmcsc.stSelStart); 2351DateTime start = selectionStart = DateTimePicker.SysTimeToDateTime(nmmcsc.stSelStart);
12 references to selectionStart
System.Windows.Forms (12)
winforms\Managed\System\WinForms\MonthCalendar.cs (12)
822if (selectionStart > value) { 827if ((value - selectionStart).Days >= maxSelectionCount) { 832SetSelRange(selectionStart, value); 851return selectionStart; 854if (selectionStart != value) { 1629SetSelRange(selectionStart, selectionEnd); 1995if (selectionStart < minDate) { 1998if (selectionStart > maxDate) { 2007SetSelRange(selectionStart, selectionEnd); 2115if (date1.Ticks == selectionStart.Ticks) { 2141if (selectionStart != lower || selectionEnd != upper) { 2220return !DateTime.Equals(selectionEnd, selectionStart);