6 references to IsBlackedOut
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
229
if (
IsBlackedOut
)
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (5)
577
if (!b.
IsBlackedOut
)
670
if (b.
IsBlackedOut
)
764
if (b.
IsBlackedOut
)
819
if (!b.
IsBlackedOut
)
868
if (b != null && b.IsInactive && b.
IsBlackedOut
)