9 references to IsPressedPropertyKey
PresentationFramework (9)
System\Windows\Controls\CheckBox.cs (2)
84
ClearValue(
IsPressedPropertyKey
);
90
ClearValue(
IsPressedPropertyKey
);
System\Windows\Controls\GridViewColumnHeader.cs (3)
239
SetValue(ButtonBase.
IsPressedPropertyKey
, BooleanBoxes.TrueBox);
879
SetValue(
IsPressedPropertyKey
, BooleanBoxes.Box(true));
884
ClearValue(
IsPressedPropertyKey
);
System\Windows\Controls\Primitives\ButtonBase.cs (4)
246
IsPressedPropertyKey
.DependencyProperty;
255
protected set { SetValue(
IsPressedPropertyKey
, BooleanBoxes.Box(value)); }
262
SetValue(
IsPressedPropertyKey
, BooleanBoxes.Box(pressed));
266
ClearValue(
IsPressedPropertyKey
);