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;
2149
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
);
1713
if (
_selectionEnd
< minDate)
1718
if (
_selectionEnd
> maxDate)
1728
if (
_selectionEnd
< _focusedDate)
1730
_focusedDate =
_selectionEnd
.Date;
1733
SetSelRange(_selectionStart,
_selectionEnd
);
1874
if (_selectionStart != lower ||
_selectionEnd
!= upper)
1931
=> !DateTime.Equals(
_selectionEnd
, _selectionStart);