9 references to IsPressedPropertyKey
PresentationFramework (9)
src\Framework\System\Windows\Controls\CheckBox.cs (2)
85
ClearValue(
IsPressedPropertyKey
);
91
ClearValue(
IsPressedPropertyKey
);
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (3)
242
SetValue(ButtonBase.
IsPressedPropertyKey
, BooleanBoxes.TrueBox);
912
SetValue(
IsPressedPropertyKey
, BooleanBoxes.Box(true));
917
ClearValue(
IsPressedPropertyKey
);
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (4)
241
IsPressedPropertyKey
.DependencyProperty;
250
protected set { SetValue(
IsPressedPropertyKey
, BooleanBoxes.Box(value)); }
257
SetValue(
IsPressedPropertyKey
, BooleanBoxes.Box(pressed));
261
ClearValue(
IsPressedPropertyKey
);