File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,15 @@ namespace ReactiveUI
20
20
/// <code>
21
21
/// <![CDATA[
22
22
/// <rxui:ReactiveWindow
23
- /// x:Class="views: YourView"
23
+ /// x:Class="Foo.Bar.Views. YourView"
24
24
/// x:TypeArguments="vms:YourViewModel"
25
25
/// xmlns:rxui="http://reactiveui.net"
26
- /// xmlns:views="clr-namespace:Foo.Bar.Views"
27
- /// xmlns:vms="clr-namespace:Foo.Bar.ViewModels">
26
+ /// xmlns:vms="clr-namespace:Foo.Bar.ViewModels"
27
+ /// xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
28
+ /// xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
29
+ /// xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
30
+ /// xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
31
+ /// mc:Ignorable="d">
28
32
/// <!-- view XAML here -->
29
33
/// </rxui:ReactiveWindow>
30
34
/// ]]>
You can’t perform that action at this time.
0 commit comments