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