Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SunboX/Prism.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/Wpf/Prism.Wpf/Interactivity/PopupWindowAction.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Wpf/Prism.Wpf/Interactivity/PopupWindowAction.cs b/Source/Wpf/Prism.Wpf/Interactivity/PopupWindowAction.cs
index e2dc10f..c83f957 100644
--- a/Source/Wpf/Prism.Wpf/Interactivity/PopupWindowAction.cs
+++ b/Source/Wpf/Prism.Wpf/Interactivity/PopupWindowAction.cs
@@ -239,8 +239,7 @@ namespace Prism.Interactivity
/// <summary>
/// Checks if the WindowContent or its DataContext implements <see cref="IInteractionRequestAware"/>.
- /// If so, it sets the corresponding value.
- /// Also, if WindowContent does not have a RegionManager attached, it creates a new scoped RegionManager for it.
+ /// If so, it sets the corresponding values.
/// </summary>
/// <param name="notification">The notification to be set as a DataContext in the HostWindow.</param>
/// <param name="wrapperWindow">The HostWindow</param>