Fela

Results 15 issues of Fela

**Describe the bug** The exception is thrown after calling `FirstOrDefault` on the value returned by `VisualTreeHelper.FindElementsInHostCoordinates`. **To Reproduce** ```csharp var elements = VisualTreeHelper.FindElementsInHostCoordinates(...); var first = elements.FirstOrDefault(); ``` **Version Info**...

bug

**Describe the bug** AOT generator does not generate glue code for generic classes inheriting from generic types, causing the process to crash when trying to use these classes. **To Reproduce**...

bug

### Describe the bug Setting `RichEditBox.DisabledFormattingAccelerators` to `All` leaves a lot of accelerators still enabled ### Steps to reproduce the bug 1. Add a `RichEditBox` to your UI and set...

bug
needs-triage

**Describe the bug** [`GraphicsCaptureSession`](https://docs.microsoft.com/en-us/uwp/api/windows.graphics.capture.graphicscapturesession?view=winrt-19041) currently doesn't seem able to capture context menus when selecting a specific window (using `GraphicsCapturePicker` and not interop if this makes a difference) as capture source....

area-Windowing
area-Graphics
feature proposal