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