8 writes to _selectionStart
System.Windows.Forms (8)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (8)
135
_selectionStart
= _todaysDate;
648
_selectionStart
= value;
654
_selectionStart
= value.AddDays(1 - _maxSelectionCount);
1705
_selectionStart
= minDate;
1710
_selectionStart
= maxDate;
1877
_selectionStart
= lower;
2059
_selectionStart
= start;
2148
DateTime start =
_selectionStart
= (DateTime)nmmcsc->stSelStart;
15 references to _selectionStart
System.Windows.Forms (15)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (15)
646
if (
_selectionStart
> value)
652
if ((value -
_selectionStart
).Days >= _maxSelectionCount)
658
SetSelRange(
_selectionStart
, value);
671
get =>
_selectionStart
;
674
if (
_selectionStart
== value)
1354
SetSelRange(
_selectionStart
, _selectionEnd);
1703
if (
_selectionStart
< minDate)
1708
if (
_selectionStart
> maxDate)
1723
if (
_selectionStart
> _focusedDate)
1725
_focusedDate =
_selectionStart
.Date;
1733
SetSelRange(
_selectionStart
, _selectionEnd);
1850
if (date1.Ticks ==
_selectionStart
.Ticks)
1874
if (
_selectionStart
!= lower || _selectionEnd != upper)
1931
=> !DateTime.Equals(_selectionEnd,
_selectionStart
);
2057
_focusedDate = start ==
_selectionStart
? end.Date : start.Date;