15 writes to HoverEnd
PresentationFramework (15)
System\Windows\Controls\Calendar.cs (7)
394
c.HoverStart = c.
HoverEnd
= null;
628
c.HoverStart = c.
HoverEnd
= null;
1582
this.HoverStart = this.
HoverEnd
= this.CurrentDate;
1600
this.
HoverEnd
= lastSelectedDate;
1607
this.HoverStart = this.
HoverEnd
= this.CurrentDate = lastSelectedDate.Value;
1616
this.HoverStart = this.
HoverEnd
= null;
1639
this.HoverStart = this.
HoverEnd
= null;
System\Windows\Controls\Primitives\CalendarItem.cs (8)
610
this.Owner.
HoverEnd
= null;
637
this.Owner.
HoverEnd
= null;
709
this.Owner.HoverStart = this.Owner.
HoverEnd
= this.Owner.CurrentDate;
714
this.Owner.HoverStart = this.Owner.
HoverEnd
= selectedDate;
731
this.Owner.HoverStart = this.Owner.
HoverEnd
= this.Owner.CurrentDate;
736
this.Owner.HoverStart = this.Owner.
HoverEnd
= selectedDate;
777
this.Owner.HoverStart = this.Owner.
HoverEnd
= null;
791
this.Owner.
HoverEnd
= selectedDate;
6 references to HoverEnd
PresentationFramework (6)
System\Windows\Controls\Primitives\CalendarItem.cs (6)
268
this.Owner.
HoverEnd
.HasValue)
270
FinishSelection(this.Owner.
HoverEnd
.Value);
1136
if (owner.HoverStart.HasValue && owner.
HoverEnd
.HasValue)
1138
DateTime hStart = owner.
HoverEnd
.Value;
1139
DateTime hEnd = owner.
HoverEnd
.Value;
1141
int daysToHighlight = DateTimeHelper.CompareDays(owner.
HoverEnd
.Value, owner.HoverStart.Value);