Hello!
I have a question about Prism and RadWindow, In Prism's Samples of Wpf on GitHub, there is a "InteractivityQuickstart ",
in this sample, alert ,confirm and window are Window but not RadWindow,
and I find there are 3 Window Control in PrismLibrary named "DefaultConfirmationWindow","DefaultNotificationWindow" and "DefaultWindow",
I want to know is there any way to show Telerik alert ,confirm, prompt and pop window in Prism mode?
If I replace the 3 Window Control by RadWindow in PrismLibrary, there will no Icon in alert ,confirm and prompt. if I set a Icon, it can not fit for different themes.
Is there some good solution?