15 writes to HoverEnd
PresentationFramework (15)
System\Windows\Controls\Calendar.cs (7)
395c.HoverStart = c.HoverEnd = null; 629c.HoverStart = c.HoverEnd = null; 1589this.HoverStart = this.HoverEnd = this.CurrentDate; 1607this.HoverEnd = lastSelectedDate; 1614this.HoverStart = this.HoverEnd = this.CurrentDate = lastSelectedDate.Value; 1623this.HoverStart = this.HoverEnd = null; 1646this.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); 1146if (owner.HoverStart.HasValue && owner.HoverEnd.HasValue) 1148DateTime hStart = owner.HoverEnd.Value; 1149DateTime hEnd = owner.HoverEnd.Value; 1151int daysToHighlight = DateTimeHelper.CompareDays(owner.HoverEnd.Value, owner.HoverStart.Value);