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