3 references to GetContainingDateRange
PresentationFramework (3)
src\Framework\System\Windows\Controls\CalendarBlackoutDatesCollection.cs (3)
54return null != GetContainingDateRange(date); 126if ((range = GetContainingDateRange((DateTime)currentDate)) == null) 146} while (currentDate != null && ((range = GetContainingDateRange((DateTime)currentDate)) != null));