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