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;
2127
DateTime end =
_selectionEnd
= (DateTime)nmmcsc->stSelEnd;
13 references to _selectionEnd
System.Windows.Forms (13)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (13)
634
get =>
_selectionEnd
;
637
if (
_selectionEnd
== value)
683
if (
_selectionEnd
< value)
689
if ((
_selectionEnd
- value).Days >= _maxSelectionCount)
695
SetSelRange(value,
_selectionEnd
);
1354
SetSelRange(_selectionStart,
_selectionEnd
);
1711
if (
_selectionEnd
< minDate)
1716
if (
_selectionEnd
> maxDate)
1726
if (
_selectionEnd
< _focusedDate)
1728
_focusedDate =
_selectionEnd
.Date;
1731
SetSelRange(_selectionStart,
_selectionEnd
);
1872
if (_selectionStart != lower ||
_selectionEnd
!= upper)
1929
=> !DateTime.Equals(
_selectionEnd
, _selectionStart);