8 writes to _selectionStart
System.Windows.Forms (8)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (8)
135
_selectionStart
= _todaysDate;
653
_selectionStart
= value;
659
_selectionStart
= value.AddDays(1 - _maxSelectionCount);
1708
_selectionStart
= minDate;
1713
_selectionStart
= maxDate;
1880
_selectionStart
= lower;
2062
_selectionStart
= start;
2131
DateTime start =
_selectionStart
= (DateTime)nmmcsc->stSelStart;
15 references to _selectionStart
System.Windows.Forms (15)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (15)
651
if (
_selectionStart
> value)
657
if ((value -
_selectionStart
).Days >= _maxSelectionCount)
663
SetSelRange(
_selectionStart
, value);
676
get =>
_selectionStart
;
679
if (
_selectionStart
== value)
1359
SetSelRange(
_selectionStart
, _selectionEnd);
1706
if (
_selectionStart
< minDate)
1711
if (
_selectionStart
> maxDate)
1726
if (
_selectionStart
> _focusedDate)
1728
_focusedDate =
_selectionStart
.Date;
1736
SetSelRange(
_selectionStart
, _selectionEnd);
1853
if (date1.Ticks ==
_selectionStart
.Ticks)
1877
if (
_selectionStart
!= lower || _selectionEnd != upper)
1934
=> !DateTime.Equals(_selectionEnd,
_selectionStart
);
2060
_focusedDate = start ==
_selectionStart
? end.Date : start.Date;