8 writes to selectionStart
System.Windows.Forms (8)
winforms\Managed\System\WinForms\MonthCalendar.cs (8)
182
selectionStart
= todayDate;
823
selectionStart
= value;
828
selectionStart
= value.AddDays(1 - maxSelectionCount);
1996
selectionStart
= minDate;
1999
selectionStart
= maxDate;
2143
selectionStart
= lower;
2291
DateTime start =
selectionStart
= DateTimePicker.SysTimeToDateTime(nmmcsc.stSelStart);
2351
DateTime start =
selectionStart
= DateTimePicker.SysTimeToDateTime(nmmcsc.stSelStart);
12 references to selectionStart
System.Windows.Forms (12)
winforms\Managed\System\WinForms\MonthCalendar.cs (12)
822
if (
selectionStart
> value) {
827
if ((value -
selectionStart
).Days >= maxSelectionCount) {
832
SetSelRange(
selectionStart
, value);
851
return
selectionStart
;
854
if (
selectionStart
!= value) {
1629
SetSelRange(
selectionStart
, selectionEnd);
1995
if (
selectionStart
< minDate) {
1998
if (
selectionStart
> maxDate) {
2007
SetSelRange(
selectionStart
, selectionEnd);
2115
if (date1.Ticks ==
selectionStart
.Ticks) {
2141
if (
selectionStart
!= lower || selectionEnd != upper) {
2220
return !DateTime.Equals(selectionEnd,
selectionStart
);