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