15 writes to HoverEnd
PresentationFramework (15)
System\Windows\Controls\Calendar.cs (7)
399c.HoverStart = c.HoverEnd = null; 633c.HoverStart = c.HoverEnd = null; 1595this.HoverStart = this.HoverEnd = this.CurrentDate; 1613this.HoverEnd = lastSelectedDate; 1620this.HoverStart = this.HoverEnd = this.CurrentDate = lastSelectedDate.Value; 1629this.HoverStart = this.HoverEnd = null; 1652this.HoverStart = this.HoverEnd = null;
System\Windows\Controls\Primitives\CalendarItem.cs (8)
616this.Owner.HoverEnd = null; 643this.Owner.HoverEnd = null; 715this.Owner.HoverStart = this.Owner.HoverEnd = this.Owner.CurrentDate; 720this.Owner.HoverStart = this.Owner.HoverEnd = selectedDate; 737this.Owner.HoverStart = this.Owner.HoverEnd = this.Owner.CurrentDate; 742this.Owner.HoverStart = this.Owner.HoverEnd = selectedDate; 783this.Owner.HoverStart = this.Owner.HoverEnd = null; 797this.Owner.HoverEnd = selectedDate;
6 references to HoverEnd
PresentationFramework (6)
System\Windows\Controls\Primitives\CalendarItem.cs (6)
274this.Owner.HoverEnd.HasValue) 276FinishSelection(this.Owner.HoverEnd.Value); 1149if (owner.HoverStart.HasValue && owner.HoverEnd.HasValue) 1151DateTime hStart = owner.HoverEnd.Value; 1152DateTime hEnd = owner.HoverEnd.Value; 1154int daysToHighlight = DateTimeHelper.CompareDays(owner.HoverEnd.Value, owner.HoverStart.Value);