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;
2133
DateTime end =
_selectionEnd
= (DateTime)nmmcsc->stSelEnd;
13 references to _selectionEnd
System.Windows.Forms (13)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (13)
640
get =>
_selectionEnd
;
643
if (
_selectionEnd
== value)
689
if (
_selectionEnd
< value)
695
if ((
_selectionEnd
- value).Days >= _maxSelectionCount)
701
SetSelRange(value,
_selectionEnd
);
1360
SetSelRange(_selectionStart,
_selectionEnd
);
1717
if (
_selectionEnd
< minDate)
1722
if (
_selectionEnd
> maxDate)
1732
if (
_selectionEnd
< _focusedDate)
1734
_focusedDate =
_selectionEnd
.Date;
1737
SetSelRange(_selectionStart,
_selectionEnd
);
1878
if (_selectionStart != lower ||
_selectionEnd
!= upper)
1935
=> !DateTime.Equals(
_selectionEnd
, _selectionStart);