Magnus Lindhe

Results 29 issues of Magnus Lindhe

DialogHost can throw exception when opening and closing dialog in quick succession. ## Background I have a view which is password protected. The password dialog is shown when the user...

bug
evaluation required

## Background I'm using the `MaterialDesignToolToggleListBox` for selecting one of up to three possible modes that can be available to the user. The current implementation of `MaterialDesignToolToggleListBox` will allow the...

enhancement

It would be awesome if this library would support reading XFA forms. Is this something that you have thought about adding or need help with?

newfeature

When using a style library (like for example ModernWpf) that adds a default window style it can happen that the style interferes with the expected look of the window used...

Would you accept a PR that adds a resource `TextControlBorderThicknessPointerOver` that is applied to the `BorderThickness` when the trigger `IsMouseOver` is `true`? The default value would be the same as...

needs-triage

It would be very useful if the scrollbar would indicate which lines match a search just like in Visual Studio. This gives you a good overview when you have searched...

This is a feature request for showing line number at the beginning of each line. It should be possible to turn this feature on/off using a setting.

I would like to be able to go to the head of the file. The `Home` button does not seem to work which would have been nice. Perhaps also a...

Reading lines using a `ScrollRequest` with a `position` instead of a `firstIndex` result in a negative `Index` for the first line. ``` [Fact] public void IndexShouldNotBeNegative() { var firstLine =...

Hi Robin! I've been playing around some more with the library and I wonder if it would be possible to find an alternative solution to the `IWpfShell` marker interface. Let's...