There is currently no way to disable the "autofocus" behavior of the DialogHost. This is conflicting with our own autofocusing efforts. [DialogHost.cs#L331](https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/blob/v4.2.1/MaterialDesignThemes.Wpf/DialogHost.cs#L331) Please considering adding the ability to disable the `dialogHost.FocusPopup();` call inside `IsOpenPropertyChangedCallback` when opening the a dialog.