2 references to IsInactivePropertyKey
PresentationFramework (2)
System\Windows\Controls\Primitives\CalendarButton.cs (2)
71
public static readonly DependencyProperty IsInactiveProperty =
IsInactivePropertyKey
.DependencyProperty;
82
internal set { SetValue(
IsInactivePropertyKey
, value); }