3 references to IsHighlightedPropertyKey
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (3)
895
IsHighlightedPropertyKey
.DependencyProperty;
904
protected set { SetValue(
IsHighlightedPropertyKey
, BooleanBoxes.Box(value)); }
1029
menuItem.SetValue(
IsHighlightedPropertyKey
, e.NewValue);