4 references to IsHighlightedPropertyKey
PresentationFramework (4)
src\Framework\System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
148public static readonly DependencyProperty IsHighlightedProperty = IsHighlightedPropertyKey.DependencyProperty;
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (3)
1176CalendarDayButton.IsHighlightedPropertyKey, 1181childButton.SetValue(CalendarDayButton.IsHighlightedPropertyKey, false); 1192childButton.SetValue(CalendarDayButton.IsHighlightedPropertyKey, false);