8 writes to _selectionStart
System.Windows.Forms (8)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (8)
135_selectionStart = _todaysDate; 648_selectionStart = value; 654_selectionStart = value.AddDays(1 - _maxSelectionCount); 1705_selectionStart = minDate; 1710_selectionStart = maxDate; 1877_selectionStart = lower; 2059_selectionStart = start; 2148DateTime start = _selectionStart = (DateTime)nmmcsc->stSelStart;
15 references to _selectionStart
System.Windows.Forms (15)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (15)
646if (_selectionStart > value) 652if ((value - _selectionStart).Days >= _maxSelectionCount) 658SetSelRange(_selectionStart, value); 671get => _selectionStart; 674if (_selectionStart == value) 1354SetSelRange(_selectionStart, _selectionEnd); 1703if (_selectionStart < minDate) 1708if (_selectionStart > maxDate) 1723if (_selectionStart > _focusedDate) 1725_focusedDate = _selectionStart.Date; 1733SetSelRange(_selectionStart, _selectionEnd); 1850if (date1.Ticks == _selectionStart.Ticks) 1874if (_selectionStart != lower || _selectionEnd != upper) 1931=> !DateTime.Equals(_selectionEnd, _selectionStart); 2057_focusedDate = start == _selectionStart ? end.Date : start.Date;