8 writes to _selectionEnd
System.Windows.Forms (8)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (8)
136_selectionEnd = _todaysDate; 685_selectionEnd = value; 691_selectionEnd = value.AddDays(_maxSelectionCount - 1); 1715_selectionEnd = minDate; 1720_selectionEnd = maxDate; 1878_selectionEnd = upper; 2060_selectionEnd = end; 2149DateTime end = _selectionEnd = (DateTime)nmmcsc->stSelEnd;
13 references to _selectionEnd
System.Windows.Forms (13)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (13)
634get => _selectionEnd; 637if (_selectionEnd == value) 683if (_selectionEnd < value) 689if ((_selectionEnd - value).Days >= _maxSelectionCount) 695SetSelRange(value, _selectionEnd); 1354SetSelRange(_selectionStart, _selectionEnd); 1713if (_selectionEnd < minDate) 1718if (_selectionEnd > maxDate) 1728if (_selectionEnd < _focusedDate) 1730_focusedDate = _selectionEnd.Date; 1733SetSelRange(_selectionStart, _selectionEnd); 1874if (_selectionStart != lower || _selectionEnd != upper) 1931=> !DateTime.Equals(_selectionEnd, _selectionStart);