lepoco / wpfui

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
https://wpfui.lepo.co
MIT License
7.03k stars 666 forks source link

Fix: MessageBox does not support WindowStartupLocation #1130

Open textGamex opened 3 weeks ago

textGamex commented 3 weeks ago

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

The MessageBox will only display in the center of the screen, and the WindowStartupLocation is not effective.

Issue Number: #1045

What is the new behavior?

Other information

Using reflection to invoke a private property of the Window class to help determine if the MessageBox can be displayed centered on the Owner.

In the .NET 8 assembly, I utilized UnsafeAccessor to enhance performance.