Skip to content

Commit

Permalink
Update wpf.md (#9467)
Browse files Browse the repository at this point in the history
Fixing the resource location
  • Loading branch information
pchaurasia14 authored Aug 16, 2024
1 parent 60ce32e commit a02107c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-notes/9.0/preview/preview4/wpf.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ For consumer applications built on WPF and running on Windows 11, this feature e
![WPF app running in light mode](media/wpf-light.png)
![WPF app running in dark mode](media/wpf-dark.png)

This can been enabled by adding the following to your `App.xaml`
This can be enabled by adding the following to your `App.xaml`

```xml
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/PresentationFramework.Fluent;component/Resources/Fluent.xaml" />
<ResourceDictionary Source="pack://application:,,,/PresentationFramework.Fluent;component/Themes/Fluent.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
Expand Down

0 comments on commit a02107c

Please sign in to comment.