6 references to IsBlackedOut
PresentationFramework (6)
System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
225
if (
IsBlackedOut
)
System\Windows\Controls\Primitives\CalendarItem.cs (5)
570
if (!b.
IsBlackedOut
)
663
if (b.
IsBlackedOut
)
756
if (b.
IsBlackedOut
)
811
if (!b.
IsBlackedOut
)
860
if (b != null && b.IsInactive && b.
IsBlackedOut
)