6 references to IsBlackedOut
PresentationFramework (6)
System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
229
if (
IsBlackedOut
)
System\Windows\Controls\Primitives\CalendarItem.cs (5)
576
if (!b.
IsBlackedOut
)
669
if (b.
IsBlackedOut
)
762
if (b.
IsBlackedOut
)
817
if (!b.
IsBlackedOut
)
866
if (b != null && b.IsInactive && b.
IsBlackedOut
)