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