3 references to IsInactive
PresentationFramework (3)
System\Windows\Controls\Calendar.cs (1)
1255if (DateTimeHelper.CompareYearMonth(this.CurrentDate, this.DisplayDateInternal) != 0 && currentDayButton != null && !currentDayButton.IsInactive)
System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
203if (IsInactive)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
861if (b != null && b.IsInactive && b.IsBlackedOut)