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