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); 1713_selectionEnd = minDate; 1718_selectionEnd = maxDate; 1876_selectionEnd = upper; 2058_selectionEnd = end; 2127DateTime 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); 1711if (_selectionEnd < minDate) 1716if (_selectionEnd > maxDate) 1726if (_selectionEnd < _focusedDate) 1728_focusedDate = _selectionEnd.Date; 1731SetSelRange(_selectionStart, _selectionEnd); 1872if (_selectionStart != lower || _selectionEnd != upper) 1929=> !DateTime.Equals(_selectionEnd, _selectionStart);