3 references to IsBlackedOutPropertyKey
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
125
public static readonly DependencyProperty IsBlackedOutProperty =
IsBlackedOutPropertyKey
.DependencyProperty;
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (2)
1099
CalendarDayButton.
IsBlackedOutPropertyKey
,
1136
childButton.SetValue(CalendarDayButton.
IsBlackedOutPropertyKey
, false);