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()
1919 DefaultStyleKeyProperty . OverrideMetadata ( typeof ( PackIcon ) , new FrameworkPropertyMetadata ( typeof ( PackIcon ) ) ) ;
2020 }
2121
22- public PackIcon ( ) : base ( PackIconDataFactory . Create ) { }
22+ public PackIcon ( ) : base ( PackIconDataFactory . Create ) { }
2323 }
2424}
Original file line number Diff line number Diff line change 794794 <Border Background =" {TemplateBinding Background}"
795795 BorderBrush =" {TemplateBinding BorderBrush}"
796796 BorderThickness =" {TemplateBinding BorderThickness}" >
797- <Viewbox FlowDirection =" LeftToRight " >
797+ <Viewbox FlowDirection =" {TemplateBinding FlowDirection} " >
798798 <Canvas Width =" 24" Height =" 24" >
799799 <Path Data =" {Binding Data, RelativeSource={RelativeSource TemplatedParent}}"
800800 Fill =" {TemplateBinding Foreground}" />
You can’t perform that action at this time.
0 commit comments