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