File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Sample Applications/CustomComboBox Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 247247 <ColumnDefinition />
248248 </Grid .ColumnDefinitions>
249249 <ToggleButton FocusVisualStyle =" {DynamicResource CustomFocusVisual}"
250- AutomationProperties.Name=" Play" >
250+ AutomationProperties.Name=" Play" TabIndex = " 0 " >
251251 <ToggleButton .Template>
252252 <ControlTemplate TargetType =" ToggleButton" >
253253 <Border Background =" Transparent" >
294294 <Grid Grid.Column=" 2" Height =" 37" >
295295 <Button AutomationProperties.Name=" Watch Now" FocusVisualStyle =" {DynamicResource CustomFocusVisual}" Command =" {Binding Command, RelativeSource={RelativeSource TemplatedParent}}"
296296 CommandParameter =" {Binding ElementName=lstBx, Path=SelectedItem}"
297- Content =" {TemplateBinding Content}" >
297+ Content =" {TemplateBinding Content}" TabIndex = " 2 " >
298298 <Button .Template>
299299 <ControlTemplate TargetType =" Button" >
300300 <Border CornerRadius =" 4" >
331331 FocusVisualStyle =" {DynamicResource CustomFocusVisual}"
332332 ItemsSource =" {Binding RelativeSource={RelativeSource TemplatedParent}, Path=ItemsSource}"
333333 DisplayMemberPath =" {Binding RelativeSource={RelativeSource TemplatedParent}, Path=DisplayMemberPath}"
334- SelectedValuePath =" {Binding RelativeSource={RelativeSource TemplatedParent}, Path=DisplayMemberPath}" >
334+ SelectedValuePath =" {Binding RelativeSource={RelativeSource TemplatedParent}, Path=DisplayMemberPath}"
335+ TabIndex =" 1" >
335336 <ListBox .Resources>
336337 <Style TargetType =" ScrollBar" BasedOn =" {StaticResource ScrollBarStyle}" />
337338 <Style TargetType =" ListBoxItem" BasedOn =" {StaticResource ListBoxItemStyle}" />
379380 </DataTrigger >
380381 </Style .Triggers>
381382 </Style >
382- </ResourceDictionary >
383+ </ResourceDictionary >
You can’t perform that action at this time.
0 commit comments