15 writes to HoverEnd
PresentationFramework (15)
System\Windows\Controls\Calendar.cs (7)
394c.HoverStart = c.HoverEnd = null; 628c.HoverStart = c.HoverEnd = null; 1576this.HoverStart = this.HoverEnd = this.CurrentDate; 1594this.HoverEnd = lastSelectedDate; 1601this.HoverStart = this.HoverEnd = this.CurrentDate = lastSelectedDate.Value; 1610this.HoverStart = this.HoverEnd = null; 1633this.HoverStart = this.HoverEnd = null;
System\Windows\Controls\Primitives\CalendarItem.cs (8)
596this.Owner.HoverEnd = null; 623this.Owner.HoverEnd = null; 695this.Owner.HoverStart = this.Owner.HoverEnd = this.Owner.CurrentDate; 700this.Owner.HoverStart = this.Owner.HoverEnd = selectedDate; 717this.Owner.HoverStart = this.Owner.HoverEnd = this.Owner.CurrentDate; 722this.Owner.HoverStart = this.Owner.HoverEnd = selectedDate; 763this.Owner.HoverStart = this.Owner.HoverEnd = null; 777this.Owner.HoverEnd = selectedDate;
6 references to HoverEnd
PresentationFramework (6)
System\Windows\Controls\Primitives\CalendarItem.cs (6)
254this.Owner.HoverEnd.HasValue) 256FinishSelection(this.Owner.HoverEnd.Value); 1122if (owner.HoverStart.HasValue && owner.HoverEnd.HasValue) 1124DateTime hStart = owner.HoverEnd.Value; 1125DateTime hEnd = owner.HoverEnd.Value; 1127int daysToHighlight = DateTimeHelper.CompareDays(owner.HoverEnd.Value, owner.HoverStart.Value);