15 writes to HoverEnd
PresentationFramework (15)
System\Windows\Controls\Calendar.cs (7)
395c.HoverStart = c.HoverEnd = null; 629c.HoverStart = c.HoverEnd = null; 1591this.HoverStart = this.HoverEnd = this.CurrentDate; 1609this.HoverEnd = lastSelectedDate; 1616this.HoverStart = this.HoverEnd = this.CurrentDate = lastSelectedDate.Value; 1625this.HoverStart = this.HoverEnd = null; 1648this.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); 1144if (owner.HoverStart.HasValue && owner.HoverEnd.HasValue) 1146DateTime hStart = owner.HoverEnd.Value; 1147DateTime hEnd = owner.HoverEnd.Value; 1149int daysToHighlight = DateTimeHelper.CompareDays(owner.HoverEnd.Value, owner.HoverStart.Value);