Skip to content

Commit a02107c

Browse files
authored
Update wpf.md (#9467)
Fixing the resource location
1 parent 60ce32e commit a02107c

File tree

1 file changed

+2
-2
lines changed
  • release-notes/9.0/preview/preview4

1 file changed

+2
-2
lines changed

release-notes/9.0/preview/preview4/wpf.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ For consumer applications built on WPF and running on Windows 11, this feature e
2121
![WPF app running in light mode](media/wpf-light.png)
2222
![WPF app running in dark mode](media/wpf-dark.png)
2323

24-
This can been enabled by adding the following to your `App.xaml`
24+
This can be enabled by adding the following to your `App.xaml`
2525

2626
```xml
2727
<Application.Resources>
2828
<ResourceDictionary>
2929
<ResourceDictionary.MergedDictionaries>
30-
<ResourceDictionary Source="pack://application:,,,/PresentationFramework.Fluent;component/Resources/Fluent.xaml" />
30+
<ResourceDictionary Source="pack://application:,,,/PresentationFramework.Fluent;component/Themes/Fluent.xaml" />
3131
</ResourceDictionary.MergedDictionaries>
3232
</ResourceDictionary>
3333
</Application.Resources>

0 commit comments

Comments
 (0)