15 writes to HoverEnd
PresentationFramework (15)
System\Windows\Controls\Calendar.cs (7)
399
c.HoverStart = c.
HoverEnd
= null;
633
c.HoverStart = c.
HoverEnd
= null;
1595
this.HoverStart = this.
HoverEnd
= this.CurrentDate;
1613
this.
HoverEnd
= lastSelectedDate;
1620
this.HoverStart = this.
HoverEnd
= this.CurrentDate = lastSelectedDate.Value;
1629
this.HoverStart = this.
HoverEnd
= null;
1652
this.HoverStart = this.
HoverEnd
= null;
System\Windows\Controls\Primitives\CalendarItem.cs (8)
616
this.Owner.
HoverEnd
= null;
643
this.Owner.
HoverEnd
= null;
715
this.Owner.HoverStart = this.Owner.
HoverEnd
= this.Owner.CurrentDate;
720
this.Owner.HoverStart = this.Owner.
HoverEnd
= selectedDate;
737
this.Owner.HoverStart = this.Owner.
HoverEnd
= this.Owner.CurrentDate;
742
this.Owner.HoverStart = this.Owner.
HoverEnd
= selectedDate;
783
this.Owner.HoverStart = this.Owner.
HoverEnd
= null;
797
this.Owner.
HoverEnd
= selectedDate;
6 references to HoverEnd
PresentationFramework (6)
System\Windows\Controls\Primitives\CalendarItem.cs (6)
274
this.Owner.
HoverEnd
.HasValue)
276
FinishSelection(this.Owner.
HoverEnd
.Value);
1149
if (owner.HoverStart.HasValue && owner.
HoverEnd
.HasValue)
1151
DateTime hStart = owner.
HoverEnd
.Value;
1152
DateTime hEnd = owner.
HoverEnd
.Value;
1154
int daysToHighlight = DateTimeHelper.CompareDays(owner.
HoverEnd
.Value, owner.HoverStart.Value);