3 references to IsPressedPropertyKey
PresentationFramework (3)
src\Framework\System\Windows\Controls\MenuItem.cs (3)
846public static readonly DependencyProperty IsPressedProperty = IsPressedPropertyKey.DependencyProperty; 855protected set { SetValue(IsPressedPropertyKey, BooleanBoxes.Box(value)); } 870ClearValue(IsPressedPropertyKey);