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 850
850
</Setter >
851
851
</Style >
852
852
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" >
856
856
<Setter .Value>
857
857
<ControlTemplate TargetType =" {x:Type transitions:TransitioningContentBase}" >
858
858
<Border Background =" {TemplateBinding Background}" BorderBrush =" {TemplateBinding BorderBrush}" BorderThickness =" {TemplateBinding BorderThickness}"
Original file line number Diff line number Diff line change 4
4
using System . Linq ;
5
5
using System . Windows ;
6
6
using System . Windows . Controls ;
7
- using System . Windows . Input ;
8
7
using System . Windows . Media ;
9
8
using System . Windows . Media . Animation ;
10
9
@@ -54,8 +53,6 @@ public override void OnApplyTemplate()
54
53
if ( _translateTransform != null )
55
54
RegisterName ( TranslateTransformPartName , _translateTransform ) ;
56
55
57
- KeyboardNavigation . SetIsTabStop ( this , false ) ;
58
-
59
56
base . OnApplyTemplate ( ) ;
60
57
}
61
58
You can’t perform that action at this time.
0 commit comments