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 654
654
x : Name =" ContentPresenter" Opacity =" 1"
655
655
Content =" {TemplateBinding ContentControl.Content}" ContentTemplate =" {TemplateBinding ContentControl.ContentTemplate}" ContentStringFormat =" {TemplateBinding ContentControl.ContentStringFormat}" />
656
656
</AdornerDecorator >
657
- <Grid x : Name =" PART_ContentCoverGrid" Background =" {x:Null} " Opacity =" 0" IsHitTestVisible =" False" Focusable =" False" />
657
+ <Grid x : Name =" PART_ContentCoverGrid" Background =" Black " Opacity =" 0" IsHitTestVisible =" False" Focusable =" False" />
658
658
</Grid >
659
659
<ControlTemplate .Triggers>
660
660
<Trigger Property =" IsOpen" Value =" True" >
661
661
<Setter TargetName =" ContentPresenter" Property =" IsEnabled" Value =" False" />
662
- <Setter TargetName =" PART_ContentCoverGrid" Property =" Background" Value =" Black" />
663
662
<Setter TargetName =" PART_ContentCoverGrid" Property =" IsHitTestVisible" Value =" True" />
664
663
</Trigger >
665
664
</ControlTemplate .Triggers>
933
932
x : Name =" ContentPresenter" Opacity =" 1"
934
933
Content =" {TemplateBinding Content}" ContentTemplate =" {TemplateBinding ContentTemplate}" ContentStringFormat =" {TemplateBinding ContentStringFormat}" />
935
934
</AdornerDecorator >
936
- <Grid x : Name =" PART_ContentCover" Background =" {x:Null} " Opacity =" 0" IsHitTestVisible =" False" Focusable =" False" />
935
+ <Grid x : Name =" PART_ContentCover" Background =" Black " Opacity =" 0" IsHitTestVisible =" False" Focusable =" False" />
937
936
<Grid >
938
937
<Grid HorizontalAlignment =" Left" VerticalAlignment =" Stretch"
939
938
x : Name =" PART_LeftDrawer"
You can’t perform that action at this time.
0 commit comments