File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 139139 x : Name =" Title"
140140 VerticalAlignment =" Center"
141141 DockPanel.Dock=" Left"
142- IsHitTestVisible =" False"
143142 Style =" {DynamicResource ItemTitleStyle}"
144143 Text =" {Binding Result.Title}"
145- ToolTip =" {Binding ShowTitleToolTip}" >
144+ ToolTip =" {Binding ShowTitleToolTip}"
145+ ToolTipService.ShowOnDisabled=" True"
146+ IsEnabled =" False" >
146147 <vm : ResultsViewModel .FormattedText>
147148 <MultiBinding Converter =" {StaticResource HighlightTextConverter}" >
148149 <Binding Path =" Result.Title" />
153154 <TextBlock
154155 x : Name =" SubTitle"
155156 Grid.Row=" 1"
156- IsHitTestVisible =" False"
157+ IsEnabled =" False"
158+ ToolTipService.ShowOnDisabled=" True"
157159 Style =" {DynamicResource ItemSubTitleStyle}"
158160 Text =" {Binding Result.SubTitle}"
159- ToolTip =" {Binding ShowSubTitleToolTip}" />
160-
161+ ToolTip =" {Binding ShowSubTitleToolTip}" />
161162 </Grid >
162163
163164 </Grid >
You can’t perform that action at this time.
0 commit comments