9 references to IsPressedPropertyKey
PresentationFramework (9)
System\Windows\Controls\CheckBox.cs (2)
76
ClearValue(
IsPressedPropertyKey
);
82
ClearValue(
IsPressedPropertyKey
);
System\Windows\Controls\GridViewColumnHeader.cs (3)
235
SetValue(ButtonBase.
IsPressedPropertyKey
, BooleanBoxes.TrueBox);
876
SetValue(
IsPressedPropertyKey
, BooleanBoxes.Box(true));
881
ClearValue(
IsPressedPropertyKey
);
System\Windows\Controls\Primitives\ButtonBase.cs (4)
235
IsPressedPropertyKey
.DependencyProperty;
244
protected set { SetValue(
IsPressedPropertyKey
, BooleanBoxes.Box(value)); }
251
SetValue(
IsPressedPropertyKey
, BooleanBoxes.Box(pressed));
255
ClearValue(
IsPressedPropertyKey
);