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