6 references to IsBlackedOut
PresentationFramework (6)
System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
226
if (
IsBlackedOut
)
System\Windows\Controls\Primitives\CalendarItem.cs (5)
571
if (!b.
IsBlackedOut
)
664
if (b.
IsBlackedOut
)
757
if (b.
IsBlackedOut
)
812
if (!b.
IsBlackedOut
)
861
if (b != null && b.IsInactive && b.
IsBlackedOut
)