File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 130
130
</MultiBinding >
131
131
</Border .Clip>
132
132
<ContentControl >
133
- <flowlauncher : ResultListBox DataContext =" {Binding ContextMenu}" PreviewMouseDown =" OnPreviewMouseButtonDown" />
133
+ <flowlauncher : ResultListBox DataContext =" {Binding ContextMenu}" PreviewMouseDown =" OnPreviewMouseButtonDown" x : Name = " ContextMenu " />
134
134
</ContentControl >
135
135
</Border >
136
136
<Border Style =" {DynamicResource WindowRadius}" >
142
142
</MultiBinding >
143
143
</Border .Clip>
144
144
<ContentControl >
145
- <flowlauncher : ResultListBox DataContext =" {Binding History}" PreviewMouseDown =" OnPreviewMouseButtonDown" />
145
+ <flowlauncher : ResultListBox DataContext =" {Binding History}" PreviewMouseDown =" OnPreviewMouseButtonDown" x : Name = " History " />
146
146
</ContentControl >
147
147
</Border >
148
148
</StackPanel >
Original file line number Diff line number Diff line change 214
214
<DataTrigger Binding =" {Binding ElementName=ResultListBox, Path=Visibility}" Value =" Visible" >
215
215
<Setter Property =" Visibility" Value =" Visible" />
216
216
</DataTrigger >
217
+ <DataTrigger Binding =" {Binding ElementName=ContextMenu, Path=Visibility}" Value =" Visible" >
218
+ <Setter Property =" Visibility" Value =" Visible" />
219
+ </DataTrigger >
220
+ <DataTrigger Binding =" {Binding ElementName=History, Path=Visibility}" Value =" Visible" >
221
+ <Setter Property =" Visibility" Value =" Visible" />
222
+ </DataTrigger >
217
223
</Style .Triggers>
218
224
</Style >
219
225
<Style x : Key =" HighlightStyle" >
You can’t perform that action at this time.
0 commit comments