8 writes to _selectionStart
System.Windows.Forms (8)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (8)
135_selectionStart = _todaysDate; 653_selectionStart = value; 659_selectionStart = value.AddDays(1 - _maxSelectionCount); 1708_selectionStart = minDate; 1713_selectionStart = maxDate; 1880_selectionStart = lower; 2062_selectionStart = start; 2131DateTime start = _selectionStart = (DateTime)nmmcsc->stSelStart;
15 references to _selectionStart
System.Windows.Forms (15)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (15)
651if (_selectionStart > value) 657if ((value - _selectionStart).Days >= _maxSelectionCount) 663SetSelRange(_selectionStart, value); 676get => _selectionStart; 679if (_selectionStart == value) 1359SetSelRange(_selectionStart, _selectionEnd); 1706if (_selectionStart < minDate) 1711if (_selectionStart > maxDate) 1726if (_selectionStart > _focusedDate) 1728_focusedDate = _selectionStart.Date; 1736SetSelRange(_selectionStart, _selectionEnd); 1853if (date1.Ticks == _selectionStart.Ticks) 1877if (_selectionStart != lower || _selectionEnd != upper) 1934=> !DateTime.Equals(_selectionEnd, _selectionStart); 2060_focusedDate = start == _selectionStart ? end.Date : start.Date;