A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Emmanuel Hansen 72218879d8
Fix focus being locked when restoring focus to a control thats detached from visual tree. (#22113)
2 weeks ago
..
AccessKeyHandlerTests.cs fix(input): fix AccessKeyHandler when no descendant control has focus (#21920) 1 month ago
DataFormatTests.cs Fix DataTransferItem returning wrong data for mismatched format (#21114) 5 months ago
GesturesTests.cs Move Gesture events to InputElement (#20789) 7 months ago
InputElement_Enabled.cs Merge core libraries. (#5831) 4 years ago
InputElement_Focus.cs Fix focus being locked when restoring focus to a control thats detached from visual tree. (#22113) 2 weeks ago
InputExtensionsTests.cs Fix subtree input hit test coordinates (#21125) 5 months ago
KeyGestureTests.cs Improve KeyGesture.ToString() output in case when Key is set to Key.None (#18353) 2 years ago
KeyboardDeviceTests.cs Open FocusManager API (#20854) 6 months ago
KeyboardNavigationTests_Custom.cs Enable nullability in Base/Markup/Markup.Xaml unit tests (#20346) 9 months ago
KeyboardNavigationTests_Tab.cs Update to xunit.v3 (#20331) 8 months ago
KeyboardNavigationTests_XY.cs XYFocus should skip effectively disabled controls (#20241) 9 months ago
MouseDeviceTests.cs Avoid exceptions when getting position from a PointerEventArgs (#21301) 5 months ago
PlatformDataTransferItemTests.cs Fix PlatformDataTransferItem.TryGetRaw for unknown formats (#19791) 11 months ago
PointerOverTests.cs Introduce PresentationSource, move some responsibilities from TopLevel (#20624) 7 months ago
PointerTests.cs Use _effective_ capturer (which can be recognizer) for PlatformCapture (#22076) 3 weeks ago
PointerTestsBase.cs Use _effective_ capturer (which can be recognizer) for PlatformCapture (#22076) 3 weeks ago
SwipeGestureRecognizerTests.cs [Feature] Add gestures and WrapSelection (loops) support to Carousel (#20659) 6 months ago
TouchDeviceTests.cs Fix Button.IsPressed not becoming false when a Button without keyboard focus is disabled (#21168) 5 months ago