3 references to IsInactivePropertyKey
PresentationFramework (3)
System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
102
public static readonly DependencyProperty IsInactiveProperty =
IsInactivePropertyKey
.DependencyProperty;
System\Windows\Controls\Primitives\CalendarItem.cs (2)
1101
CalendarDayButton.
IsInactivePropertyKey
,
1134
childButton.SetValue(CalendarDayButton.
IsInactivePropertyKey
, true);