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); 1703_selectionStart = minDate; 1708_selectionStart = maxDate; 1875_selectionStart = lower; 2057_selectionStart = start; 2126DateTime 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); 1701if (_selectionStart < minDate) 1706if (_selectionStart > maxDate) 1721if (_selectionStart > _focusedDate) 1723_focusedDate = _selectionStart.Date; 1731SetSelRange(_selectionStart, _selectionEnd); 1848if (date1.Ticks == _selectionStart.Ticks) 1872if (_selectionStart != lower || _selectionEnd != upper) 1929=> !DateTime.Equals(_selectionEnd, _selectionStart); 2055_focusedDate = start == _selectionStart ? end.Date : start.Date;