15 writes to HoverEnd
PresentationFramework (15)
System\Windows\Controls\Calendar.cs (7)
394c.HoverStart = c.HoverEnd = null; 628c.HoverStart = c.HoverEnd = null; 1582this.HoverStart = this.HoverEnd = this.CurrentDate; 1600this.HoverEnd = lastSelectedDate; 1607this.HoverStart = this.HoverEnd = this.CurrentDate = lastSelectedDate.Value; 1616this.HoverStart = this.HoverEnd = null; 1639this.HoverStart = this.HoverEnd = null;
System\Windows\Controls\Primitives\CalendarItem.cs (8)
610this.Owner.HoverEnd = null; 637this.Owner.HoverEnd = null; 709this.Owner.HoverStart = this.Owner.HoverEnd = this.Owner.CurrentDate; 714this.Owner.HoverStart = this.Owner.HoverEnd = selectedDate; 731this.Owner.HoverStart = this.Owner.HoverEnd = this.Owner.CurrentDate; 736this.Owner.HoverStart = this.Owner.HoverEnd = selectedDate; 777this.Owner.HoverStart = this.Owner.HoverEnd = null; 791this.Owner.HoverEnd = selectedDate;
6 references to HoverEnd
PresentationFramework (6)
System\Windows\Controls\Primitives\CalendarItem.cs (6)
268this.Owner.HoverEnd.HasValue) 270FinishSelection(this.Owner.HoverEnd.Value); 1136if (owner.HoverStart.HasValue && owner.HoverEnd.HasValue) 1138DateTime hStart = owner.HoverEnd.Value; 1139DateTime hEnd = owner.HoverEnd.Value; 1141int daysToHighlight = DateTimeHelper.CompareDays(owner.HoverEnd.Value, owner.HoverStart.Value);