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