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