4 references to IsHighlightedPropertyKey
PresentationFramework (4)
System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
145
public static readonly DependencyProperty IsHighlightedProperty =
IsHighlightedPropertyKey
.DependencyProperty;
System\Windows\Controls\Primitives\CalendarItem.cs (3)
1160
CalendarDayButton.
IsHighlightedPropertyKey
,
1165
childButton.SetValue(CalendarDayButton.
IsHighlightedPropertyKey
, false);
1176
childButton.SetValue(CalendarDayButton.
IsHighlightedPropertyKey
, false);