3 references to IsPressedPropertyKey
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (3)
840public static readonly DependencyProperty IsPressedProperty = IsPressedPropertyKey.DependencyProperty; 849protected set { SetValue(IsPressedPropertyKey, BooleanBoxes.Box(value)); } 864ClearValue(IsPressedPropertyKey);