8 writes to _selectionStart
System.Windows.Forms (8)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (8)
135_selectionStart = _todaysDate; 654_selectionStart = value; 660_selectionStart = value.AddDays(1 - _maxSelectionCount); 1709_selectionStart = minDate; 1714_selectionStart = maxDate; 1881_selectionStart = lower; 2063_selectionStart = start; 2132DateTime start = _selectionStart = (DateTime)nmmcsc->stSelStart;
15 references to _selectionStart
System.Windows.Forms (15)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (15)
652if (_selectionStart > value) 658if ((value - _selectionStart).Days >= _maxSelectionCount) 664SetSelRange(_selectionStart, value); 677get => _selectionStart; 680if (_selectionStart == value) 1360SetSelRange(_selectionStart, _selectionEnd); 1707if (_selectionStart < minDate) 1712if (_selectionStart > maxDate) 1727if (_selectionStart > _focusedDate) 1729_focusedDate = _selectionStart.Date; 1737SetSelRange(_selectionStart, _selectionEnd); 1854if (date1.Ticks == _selectionStart.Ticks) 1878if (_selectionStart != lower || _selectionEnd != upper) 1935=> !DateTime.Equals(_selectionEnd, _selectionStart); 2061_focusedDate = start == _selectionStart ? end.Date : start.Date;