15 writes to HoverEnd
PresentationFramework (15)
System\Windows\Controls\Calendar.cs (7)
395c.HoverStart = c.HoverEnd = null; 629c.HoverStart = c.HoverEnd = null; 1583this.HoverStart = this.HoverEnd = this.CurrentDate; 1601this.HoverEnd = lastSelectedDate; 1608this.HoverStart = this.HoverEnd = this.CurrentDate = lastSelectedDate.Value; 1617this.HoverStart = this.HoverEnd = null; 1640this.HoverStart = this.HoverEnd = null;
System\Windows\Controls\Primitives\CalendarItem.cs (8)
611this.Owner.HoverEnd = null; 638this.Owner.HoverEnd = null; 710this.Owner.HoverStart = this.Owner.HoverEnd = this.Owner.CurrentDate; 715this.Owner.HoverStart = this.Owner.HoverEnd = selectedDate; 732this.Owner.HoverStart = this.Owner.HoverEnd = this.Owner.CurrentDate; 737this.Owner.HoverStart = this.Owner.HoverEnd = selectedDate; 778this.Owner.HoverStart = this.Owner.HoverEnd = null; 792this.Owner.HoverEnd = selectedDate;
6 references to HoverEnd
PresentationFramework (6)
System\Windows\Controls\Primitives\CalendarItem.cs (6)
269this.Owner.HoverEnd.HasValue) 271FinishSelection(this.Owner.HoverEnd.Value); 1137if (owner.HoverStart.HasValue && owner.HoverEnd.HasValue) 1139DateTime hStart = owner.HoverEnd.Value; 1140DateTime hEnd = owner.HoverEnd.Value; 1142int daysToHighlight = DateTimeHelper.CompareDays(owner.HoverEnd.Value, owner.HoverStart.Value);