15 writes to HoverEnd
PresentationFramework (15)
src\Framework\System\Windows\Controls\Calendar.cs (7)
400
c.HoverStart = c.
HoverEnd
= null;
634
c.HoverStart = c.
HoverEnd
= null;
1599
this.HoverStart = this.
HoverEnd
= this.CurrentDate;
1617
this.
HoverEnd
= lastSelectedDate;
1624
this.HoverStart = this.
HoverEnd
= this.CurrentDate = lastSelectedDate.Value;
1633
this.HoverStart = this.
HoverEnd
= null;
1656
this.HoverStart = this.
HoverEnd
= null;
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (8)
617
this.Owner.
HoverEnd
= null;
644
this.Owner.
HoverEnd
= null;
717
this.Owner.HoverStart = this.Owner.
HoverEnd
= this.Owner.CurrentDate;
722
this.Owner.HoverStart = this.Owner.
HoverEnd
= selectedDate;
739
this.Owner.HoverStart = this.Owner.
HoverEnd
= this.Owner.CurrentDate;
744
this.Owner.HoverStart = this.Owner.
HoverEnd
= selectedDate;
785
this.Owner.HoverStart = this.Owner.
HoverEnd
= null;
799
this.Owner.
HoverEnd
= selectedDate;
6 references to HoverEnd
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (6)
275
this.Owner.
HoverEnd
.HasValue)
277
FinishSelection(this.Owner.
HoverEnd
.Value);
1152
if (owner.HoverStart.HasValue && owner.
HoverEnd
.HasValue)
1154
DateTime hStart = owner.
HoverEnd
.Value;
1155
DateTime hEnd = owner.
HoverEnd
.Value;
1157
int daysToHighlight = DateTimeHelper.CompareDays(owner.
HoverEnd
.Value, owner.HoverStart.Value);