File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed
src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 177
177
</Grid >
178
178
</Grid >
179
179
<ControlTemplate .Triggers>
180
+ <Trigger Property =" FlowDirection" Value =" RightToLeft" >
181
+ <Setter TargetName =" ControlChevronIcon" Property =" Text" Value =" {StaticResource ExpanderChevronRightGlyph}" />
182
+ </Trigger >
180
183
<Trigger Property =" IsChecked" Value =" True" >
181
184
<Trigger .EnterActions>
182
185
<BeginStoryboard >
237
240
</Grid >
238
241
</Grid >
239
242
<ControlTemplate .Triggers>
243
+ <Trigger Property =" FlowDirection" Value =" RightToLeft" >
244
+ <Setter TargetName =" ControlChevronIcon" Property =" Text" Value =" {StaticResource ExpanderChevronLeftGlyph}" />
245
+ </Trigger >
240
246
<Trigger Property =" IsChecked" Value =" True" >
241
247
<Trigger .EnterActions>
242
248
<BeginStoryboard >
Original file line number Diff line number Diff line change 2599
2599
</Grid >
2600
2600
</Grid >
2601
2601
<ControlTemplate .Triggers>
2602
+ <Trigger Property =" FlowDirection" Value =" RightToLeft" >
2603
+ <Setter TargetName =" ControlChevronIcon" Property =" Text" Value =" {StaticResource ExpanderChevronRightGlyph}" />
2604
+ </Trigger >
2602
2605
<Trigger Property =" IsChecked" Value =" True" >
2603
2606
<Trigger .EnterActions>
2604
2607
<BeginStoryboard >
2632
2635
</Grid >
2633
2636
</Grid >
2634
2637
<ControlTemplate .Triggers>
2638
+ <Trigger Property =" FlowDirection" Value =" RightToLeft" >
2639
+ <Setter TargetName =" ControlChevronIcon" Property =" Text" Value =" {StaticResource ExpanderChevronLeftGlyph}" />
2640
+ </Trigger >
2635
2641
<Trigger Property =" IsChecked" Value =" True" >
2636
2642
<Trigger .EnterActions>
2637
2643
<BeginStoryboard >
Original file line number Diff line number Diff line change 2512
2512
</Grid >
2513
2513
</Grid >
2514
2514
<ControlTemplate .Triggers>
2515
+ <Trigger Property =" FlowDirection" Value =" RightToLeft" >
2516
+ <Setter TargetName =" ControlChevronIcon" Property =" Text" Value =" {StaticResource ExpanderChevronRightGlyph}" />
2517
+ </Trigger >
2515
2518
<Trigger Property =" IsChecked" Value =" True" >
2516
2519
<Trigger .EnterActions>
2517
2520
<BeginStoryboard >
2545
2548
</Grid >
2546
2549
</Grid >
2547
2550
<ControlTemplate .Triggers>
2551
+ <Trigger Property =" FlowDirection" Value =" RightToLeft" >
2552
+ <Setter TargetName =" ControlChevronIcon" Property =" Text" Value =" {StaticResource ExpanderChevronLeftGlyph}" />
2553
+ </Trigger >
2548
2554
<Trigger Property =" IsChecked" Value =" True" >
2549
2555
<Trigger .EnterActions>
2550
2556
<BeginStoryboard >
Original file line number Diff line number Diff line change 2608
2608
</Grid >
2609
2609
</Grid >
2610
2610
<ControlTemplate .Triggers>
2611
+ <Trigger Property =" FlowDirection" Value =" RightToLeft" >
2612
+ <Setter TargetName =" ControlChevronIcon" Property =" Text" Value =" {StaticResource ExpanderChevronRightGlyph}" />
2613
+ </Trigger >
2611
2614
<Trigger Property =" IsChecked" Value =" True" >
2612
2615
<Trigger .EnterActions>
2613
2616
<BeginStoryboard >
2641
2644
</Grid >
2642
2645
</Grid >
2643
2646
<ControlTemplate .Triggers>
2647
+ <Trigger Property =" FlowDirection" Value =" RightToLeft" >
2648
+ <Setter TargetName =" ControlChevronIcon" Property =" Text" Value =" {StaticResource ExpanderChevronLeftGlyph}" />
2649
+ </Trigger >
2644
2650
<Trigger Property =" IsChecked" Value =" True" >
2645
2651
<Trigger .EnterActions>
2646
2652
<BeginStoryboard >
You can’t perform that action at this time.
0 commit comments