Herman Eldering

Results 13 comments of Herman Eldering

@Noemata The WPF support is through XAML Islands (basically UWP/WinUI components). So it isn't natively supporting WPF. @holance I would be interested in using DX12, it is already 5 years...

I have briefly looked into this. For my use case the problem was that I needed to make the ActualMaximum divisible by the major step. The issue with that is...

`CoerceActualMaxMin` has basically the same issue as `CalculateActualMaximum`. Those are done before the size/number of steps are known. It is not possible to already determine the major step because those...

For me this issue is also problematic since it is not possible to use XAML Islands in WPF with .NET 5/6 and WinUI3 doesn't support MediaPlayerElement. So other than creating/using...

> You can load the video in a WebView2 and use the HTML5 video API via JavaScript interaction. For me this is probably also not a solution because I create...

I have managed to fix the problem. Using procmon I found out it was looking for `runtimes\win-x64\native\WinRT.Host.runtimeconfig.json`. To make it a bit easier for myself I've copied the WinRT.Host.dll from...

Just wanted to document my further experiences here. When using the PropertySet it appears as if two separate instances of .NET are loaded because I can't cast the same type...

@j0shuams Thanks, please see my response below. > Hi @HermanEldering , thanks for opening this issue and posting updates. I have a change in PR to make a note on...

@Scottj1s Thanks for the reply, please see my response below. > - You should be able to use Class Name probing in your situation, since the class name is a...

@lhak > I then get a System.MissingMethodException My guess is that you're passing the dictionary across the winrt boundary. Probably only limited types can transfer that way. I don't know...