File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ static PackIcon()
19
19
DefaultStyleKeyProperty . OverrideMetadata ( typeof ( PackIcon ) , new FrameworkPropertyMetadata ( typeof ( PackIcon ) ) ) ;
20
20
}
21
21
22
- public PackIcon ( ) : base ( PackIconDataFactory . Create ) { }
22
+ public PackIcon ( ) : base ( PackIconDataFactory . Create ) { }
23
23
}
24
24
}
Original file line number Diff line number Diff line change 794
794
<Border Background =" {TemplateBinding Background}"
795
795
BorderBrush =" {TemplateBinding BorderBrush}"
796
796
BorderThickness =" {TemplateBinding BorderThickness}" >
797
- <Viewbox FlowDirection =" LeftToRight " >
797
+ <Viewbox FlowDirection =" {TemplateBinding FlowDirection} " >
798
798
<Canvas Width =" 24" Height =" 24" >
799
799
<Path Data =" {Binding Data, RelativeSource={RelativeSource TemplatedParent}}"
800
800
Fill =" {TemplateBinding Foreground}" />
You can’t perform that action at this time.
0 commit comments