8 writes to _selectionEnd
System.Windows.Forms (8)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (8)
136_selectionEnd = _todaysDate; 690_selectionEnd = value; 696_selectionEnd = value.AddDays(_maxSelectionCount - 1); 1718_selectionEnd = minDate; 1723_selectionEnd = maxDate; 1881_selectionEnd = upper; 2063_selectionEnd = end; 2132DateTime end = _selectionEnd = (DateTime)nmmcsc->stSelEnd;
13 references to _selectionEnd
System.Windows.Forms (13)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (13)
639get => _selectionEnd; 642if (_selectionEnd == value) 688if (_selectionEnd < value) 694if ((_selectionEnd - value).Days >= _maxSelectionCount) 700SetSelRange(value, _selectionEnd); 1359SetSelRange(_selectionStart, _selectionEnd); 1716if (_selectionEnd < minDate) 1721if (_selectionEnd > maxDate) 1731if (_selectionEnd < _focusedDate) 1733_focusedDate = _selectionEnd.Date; 1736SetSelRange(_selectionStart, _selectionEnd); 1877if (_selectionStart != lower || _selectionEnd != upper) 1934=> !DateTime.Equals(_selectionEnd, _selectionStart);