3 references to IsSelectedPropertyKey
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
79public static readonly DependencyProperty IsSelectedProperty = IsSelectedPropertyKey.DependencyProperty;
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (2)
1129childButton.SetValue(CalendarDayButton.IsSelectedPropertyKey, isSelected); 1139childButton.SetValue(CalendarDayButton.IsSelectedPropertyKey, false);