File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 650
650
x : Name =" ContentPresenter" Opacity =" 1"
651
651
Content =" {TemplateBinding ContentControl.Content}" ContentTemplate =" {TemplateBinding ContentControl.ContentTemplate}" ContentStringFormat =" {TemplateBinding ContentControl.ContentStringFormat}" />
652
652
</AdornerDecorator >
653
- <Grid x : Name =" PART_ContentCoverGrid" Background =" {x:Null} " Opacity =" 0" IsHitTestVisible =" False" Focusable =" False" />
653
+ <Grid x : Name =" PART_ContentCoverGrid" Background =" Black " Opacity =" 0" IsHitTestVisible =" False" Focusable =" False" />
654
654
</Grid >
655
655
<ControlTemplate .Triggers>
656
656
<Trigger Property =" IsOpen" Value =" True" >
657
657
<Setter TargetName =" ContentPresenter" Property =" IsEnabled" Value =" False" />
658
- <Setter TargetName =" PART_ContentCoverGrid" Property =" Background" Value =" Black" />
659
658
<Setter TargetName =" PART_ContentCoverGrid" Property =" IsHitTestVisible" Value =" True" />
660
659
</Trigger >
661
660
</ControlTemplate .Triggers>
929
928
x : Name =" ContentPresenter" Opacity =" 1"
930
929
Content =" {TemplateBinding Content}" ContentTemplate =" {TemplateBinding ContentTemplate}" ContentStringFormat =" {TemplateBinding ContentStringFormat}" />
931
930
</AdornerDecorator >
932
- <Grid x : Name =" PART_ContentCover" Background =" {x:Null} " Opacity =" 0" IsHitTestVisible =" False" Focusable =" False" />
931
+ <Grid x : Name =" PART_ContentCover" Background =" Black " Opacity =" 0" IsHitTestVisible =" False" Focusable =" False" />
933
932
<Grid >
934
933
<Grid HorizontalAlignment =" Left" VerticalAlignment =" Stretch"
935
934
x : Name =" PART_LeftDrawer"
You can’t perform that action at this time.
0 commit comments