8 writes to _selectionStart
System.Windows.Forms (8)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (8)
135
_selectionStart
= _todaysDate;
654
_selectionStart
= value;
660
_selectionStart
= value.AddDays(1 - _maxSelectionCount);
1709
_selectionStart
= minDate;
1714
_selectionStart
= maxDate;
1881
_selectionStart
= lower;
2063
_selectionStart
= start;
2132
DateTime start =
_selectionStart
= (DateTime)nmmcsc->stSelStart;
15 references to _selectionStart
System.Windows.Forms (15)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (15)
652
if (
_selectionStart
> value)
658
if ((value -
_selectionStart
).Days >= _maxSelectionCount)
664
SetSelRange(
_selectionStart
, value);
677
get =>
_selectionStart
;
680
if (
_selectionStart
== value)
1360
SetSelRange(
_selectionStart
, _selectionEnd);
1707
if (
_selectionStart
< minDate)
1712
if (
_selectionStart
> maxDate)
1727
if (
_selectionStart
> _focusedDate)
1729
_focusedDate =
_selectionStart
.Date;
1737
SetSelRange(
_selectionStart
, _selectionEnd);
1854
if (date1.Ticks ==
_selectionStart
.Ticks)
1878
if (
_selectionStart
!= lower || _selectionEnd != upper)
1935
=> !DateTime.Equals(_selectionEnd,
_selectionStart
);
2061
_focusedDate = start ==
_selectionStart
? end.Date : start.Date;