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