9 references to IsPressedPropertyKey
PresentationFramework (9)
System\Windows\Controls\CheckBox.cs (2)
75
ClearValue(
IsPressedPropertyKey
);
81
ClearValue(
IsPressedPropertyKey
);
System\Windows\Controls\GridViewColumnHeader.cs (3)
234
SetValue(ButtonBase.
IsPressedPropertyKey
, BooleanBoxes.TrueBox);
865
SetValue(
IsPressedPropertyKey
, BooleanBoxes.Box(true));
870
ClearValue(
IsPressedPropertyKey
);
System\Windows\Controls\Primitives\ButtonBase.cs (4)
234
IsPressedPropertyKey
.DependencyProperty;
243
protected set { SetValue(
IsPressedPropertyKey
, BooleanBoxes.Box(value)); }
250
SetValue(
IsPressedPropertyKey
, BooleanBoxes.Box(pressed));
254
ClearValue(
IsPressedPropertyKey
);