File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 850850 </Setter >
851851 </Style >
852852
853- <Style TargetType =" {x:Type transitions:TransitioningContentBase}" >
854-
855- <Setter Property =" Template" >
853+ <Style TargetType =" {x:Type transitions:TransitioningContentBase}" >
854+ < Setter Property = " KeyboardNavigation.IsTabStop " Value = " False " />
855+ <Setter Property =" Template" >
856856 <Setter .Value>
857857 <ControlTemplate TargetType =" {x:Type transitions:TransitioningContentBase}" >
858858 <Border Background =" {TemplateBinding Background}" BorderBrush =" {TemplateBinding BorderBrush}" BorderThickness =" {TemplateBinding BorderThickness}"
Original file line number Diff line number Diff line change 44using System . Linq ;
55using System . Windows ;
66using System . Windows . Controls ;
7- using System . Windows . Input ;
87using System . Windows . Media ;
98using System . Windows . Media . Animation ;
109
@@ -54,8 +53,6 @@ public override void OnApplyTemplate()
5453 if ( _translateTransform != null )
5554 RegisterName ( TranslateTransformPartName , _translateTransform ) ;
5655
57- KeyboardNavigation . SetIsTabStop ( this , false ) ;
58-
5956 base . OnApplyTemplate ( ) ;
6057 }
6158
You can’t perform that action at this time.
0 commit comments