8 writes to _selectionEnd
System.Windows.Forms (8)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (8)
136_selectionEnd = _todaysDate; 691_selectionEnd = value; 697_selectionEnd = value.AddDays(_maxSelectionCount - 1); 1719_selectionEnd = minDate; 1724_selectionEnd = maxDate; 1882_selectionEnd = upper; 2064_selectionEnd = end; 2133DateTime end = _selectionEnd = (DateTime)nmmcsc->stSelEnd;
13 references to _selectionEnd
System.Windows.Forms (13)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (13)
640get => _selectionEnd; 643if (_selectionEnd == value) 689if (_selectionEnd < value) 695if ((_selectionEnd - value).Days >= _maxSelectionCount) 701SetSelRange(value, _selectionEnd); 1360SetSelRange(_selectionStart, _selectionEnd); 1717if (_selectionEnd < minDate) 1722if (_selectionEnd > maxDate) 1732if (_selectionEnd < _focusedDate) 1734_focusedDate = _selectionEnd.Date; 1737SetSelRange(_selectionStart, _selectionEnd); 1878if (_selectionStart != lower || _selectionEnd != upper) 1935=> !DateTime.Equals(_selectionEnd, _selectionStart);