From d9ead56b1c377e9cb7e8415fab613dbb67e55ae6 Mon Sep 17 00:00:00 2001 From: Artyom Date: Fri, 11 Jan 2019 00:24:45 +0300 Subject: [PATCH] Correct ReactiveWindow usage example --- src/ReactiveUI.Wpf/ReactiveWindow.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/ReactiveUI.Wpf/ReactiveWindow.cs b/src/ReactiveUI.Wpf/ReactiveWindow.cs index c2704d8608..644ef0f80c 100644 --- a/src/ReactiveUI.Wpf/ReactiveWindow.cs +++ b/src/ReactiveUI.Wpf/ReactiveWindow.cs @@ -20,11 +20,15 @@ namespace ReactiveUI /// /// + /// xmlns:vms="clr-namespace:Foo.Bar.ViewModels" + /// xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + /// xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + /// xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + /// xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + /// mc:Ignorable="d"> /// /// /// ]]>