15 writes to HoverEnd
PresentationFramework (15)
System\Windows\Controls\Calendar.cs (7)
395
c.HoverStart = c.
HoverEnd
= null;
629
c.HoverStart = c.
HoverEnd
= null;
1591
this.HoverStart = this.
HoverEnd
= this.CurrentDate;
1609
this.
HoverEnd
= lastSelectedDate;
1616
this.HoverStart = this.
HoverEnd
= this.CurrentDate = lastSelectedDate.Value;
1625
this.HoverStart = this.
HoverEnd
= null;
1648
this.HoverStart = this.
HoverEnd
= null;
System\Windows\Controls\Primitives\CalendarItem.cs (8)
611
this.Owner.
HoverEnd
= null;
638
this.Owner.
HoverEnd
= null;
710
this.Owner.HoverStart = this.Owner.
HoverEnd
= this.Owner.CurrentDate;
715
this.Owner.HoverStart = this.Owner.
HoverEnd
= selectedDate;
732
this.Owner.HoverStart = this.Owner.
HoverEnd
= this.Owner.CurrentDate;
737
this.Owner.HoverStart = this.Owner.
HoverEnd
= selectedDate;
778
this.Owner.HoverStart = this.Owner.
HoverEnd
= null;
792
this.Owner.
HoverEnd
= selectedDate;
6 references to HoverEnd
PresentationFramework (6)
System\Windows\Controls\Primitives\CalendarItem.cs (6)
269
this.Owner.
HoverEnd
.HasValue)
271
FinishSelection(this.Owner.
HoverEnd
.Value);
1144
if (owner.HoverStart.HasValue && owner.
HoverEnd
.HasValue)
1146
DateTime hStart = owner.
HoverEnd
.Value;
1147
DateTime hEnd = owner.
HoverEnd
.Value;
1149
int daysToHighlight = DateTimeHelper.CompareDays(owner.
HoverEnd
.Value, owner.HoverStart.Value);