Skip to content

Commit dfff4ed

Browse files
h3xds1nzClaude (Initial Force WPF Bot)
authored andcommitted
Replace Box(true) -> TrueBox
(cherry picked from commit 52c25da)
1 parent 6ce7f45 commit dfff4ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Controls/GridViewColumnHeader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ private bool HandleIsMouseOverChanged()
856856
(_headerGripper == null || !_headerGripper.IsMouseOver))
857857
{
858858
// Hovering over the button will click in the OnHover click mode
859-
SetValue(IsPressedPropertyKey, BooleanBoxes.Box(true));
859+
SetValue(IsPressedPropertyKey, BooleanBoxes.TrueBox);
860860
OnClick();
861861
}
862862
else

0 commit comments

Comments
 (0)