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