Skip to content

Commit d797166

Browse files
committed
Resolving PR Comments 2
1 parent cecbea7 commit d797166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Windows/Window.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2604,7 +2604,7 @@ The following example shows a **File** > **Exit** menu being handled to explicit
26042604
<para>It also controls the application of backdrop and darkmode on window.</para>
26052605
<para>The four values for the ThemeMode enum are :</para>
26062606
<para>
2607-
<see cref="P:System.Windows.ThemeMode.None" /> - No Fluent theme is loaded.</para>
2607+
<see cref="P:System.Windows.ThemeMode.None" /> - No Fluent theme is loaded. However, if <see cref="P:System.Windows.Application.ThemeMode"/> is not None, then the window will appear as defined in <see cref="P:System.Windows.Application.ThemeMode"/>.</para>
26082608
<para>
26092609
<see cref="P:System.Windows.ThemeMode.System" /> - Fluent theme is loaded based on the system theme.</para>
26102610
<para>

0 commit comments

Comments
 (0)