8 writes to _selectionEnd
System.Windows.Forms (8)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (8)
136
_selectionEnd
= _todaysDate;
690
_selectionEnd
= value;
696
_selectionEnd
= value.AddDays(_maxSelectionCount - 1);
1718
_selectionEnd
= minDate;
1723
_selectionEnd
= maxDate;
1881
_selectionEnd
= upper;
2063
_selectionEnd
= end;
2132
DateTime end =
_selectionEnd
= (DateTime)nmmcsc->stSelEnd;
13 references to _selectionEnd
System.Windows.Forms (13)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (13)
639
get =>
_selectionEnd
;
642
if (
_selectionEnd
== value)
688
if (
_selectionEnd
< value)
694
if ((
_selectionEnd
- value).Days >= _maxSelectionCount)
700
SetSelRange(value,
_selectionEnd
);
1359
SetSelRange(_selectionStart,
_selectionEnd
);
1716
if (
_selectionEnd
< minDate)
1721
if (
_selectionEnd
> maxDate)
1731
if (
_selectionEnd
< _focusedDate)
1733
_focusedDate =
_selectionEnd
.Date;
1736
SetSelRange(_selectionStart,
_selectionEnd
);
1877
if (_selectionStart != lower ||
_selectionEnd
!= upper)
1934
=> !DateTime.Equals(
_selectionEnd
, _selectionStart);