File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ public object TitleBar
67
67
68
68
public Brush TitleBackground
69
69
{
70
- get => ( Brush ) GetValue ( TitleBarProperty ) ;
71
- set => SetValue ( TitleBarProperty , value ) ;
70
+ get => ( Brush ) GetValue ( TitleBackgroundProperty ) ;
71
+ set => SetValue ( TitleBackgroundProperty , value ) ;
72
72
}
73
73
74
74
private void Window_Loaded ( object sender , RoutedEventArgs e )
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ public object TitleBar
63
63
}
64
64
public Brush TitleBackground
65
65
{
66
- get => ( Brush ) GetValue ( TitleBarProperty ) ;
67
- set => SetValue ( TitleBarProperty , value ) ;
66
+ get => ( Brush ) GetValue ( TitleBackgroundProperty ) ;
67
+ set => SetValue ( TitleBackgroundProperty , value ) ;
68
68
}
69
69
70
70
private static T GetResourceKey < T > ( string key )
You can’t perform that action at this time.
0 commit comments