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);
1703
_selectionStart
= minDate;
1708
_selectionStart
= maxDate;
1875
_selectionStart
= lower;
2057
_selectionStart
= start;
2126
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);
1701
if (
_selectionStart
< minDate)
1706
if (
_selectionStart
> maxDate)
1721
if (
_selectionStart
> _focusedDate)
1723
_focusedDate =
_selectionStart
.Date;
1731
SetSelRange(
_selectionStart
, _selectionEnd);
1848
if (date1.Ticks ==
_selectionStart
.Ticks)
1872
if (
_selectionStart
!= lower || _selectionEnd != upper)
1929
=> !DateTime.Equals(_selectionEnd,
_selectionStart
);
2055
_focusedDate = start ==
_selectionStart
? end.Date : start.Date;