6 references to Start
PresentationFramework (6)
System\Windows\Controls\CalendarBlackoutDatesCollection.cs (3)
80if (DateTime.Compare(this[i].Start, rangeStart) == 0 && DateTime.Compare(this[i].End, rangeEnd) == 0) 141currentDate = DateTimeHelper.AddDays(range.Start, dayInterval ); 316return IsValid(item.Start, item.End);
System\Windows\Controls\CalendarDateRange.cs (2)
127return (range.End >= this.Start) && (this.End >= range.Start);
System\Windows\Controls\DateTimeHelper.cs (1)
175return InRange(date, range.Start, range.End);