File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Rubberduck.Core/UI/Controls Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 34
34
Background =" {Binding Path=Background, ElementName=Root}"
35
35
Width =" {Binding Path=ActualWidth, ElementName=ValueContainer}"
36
36
Height =" {Binding Path=ActualHeight, ElementName=ValueContainer}"
37
- Panel.ZIndex=" 1"
37
+ Panel.ZIndex=" 1" IsTabStop = " False " IsReadOnly = " True "
38
38
VerticalContentAlignment =" Center"
39
39
Grid.Row=" 0" Grid.Column=" 0" >
40
40
<TextBox .Style>
48
48
</Style .Triggers>
49
49
</Style >
50
50
</TextBox .Style>
51
- <TextBox .InputBindings>
52
- <KeyBinding Key =" Esc"
53
- Modifiers =" Control"
54
- Command =" {Binding ClearSearchCommand}" />
55
- </TextBox .InputBindings>
56
51
</TextBox >
57
52
<Button Name =" SearchButton" Grid.Column=" 1" Command =" {Binding ClearSearchCommand}"
58
53
BorderBrush =" {x:Static SystemColors.ControlLightBrush}"
You can’t perform that action at this time.
0 commit comments