3 references to IsSelectedPropertyKey
PresentationFramework (3)
System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
76
public static readonly DependencyProperty IsSelectedProperty =
IsSelectedPropertyKey
.DependencyProperty;
System\Windows\Controls\Primitives\CalendarItem.cs (2)
1123
childButton.SetValue(CalendarDayButton.
IsSelectedPropertyKey
, isSelected);
1133
childButton.SetValue(CalendarDayButton.
IsSelectedPropertyKey
, false);