File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 215
215
216
216
<Border MouseDown =" OnMouseDown" Style =" {DynamicResource WindowBorderStyle}" >
217
217
<StackPanel Orientation =" Vertical" >
218
- <Grid >
218
+ <Grid x : Name = " QueryBoxArea " >
219
219
<Border MinHeight =" 30" Style =" {DynamicResource QueryBoxBgStyle}" >
220
220
<Grid >
221
221
<TextBox
338
338
Y2 =" 0" />
339
339
</Grid >
340
340
341
- <Grid ClipToBounds =" True" >
341
+ <Grid x : Name = " MiddleSeparatorArea " ClipToBounds =" True" >
342
342
<ContentControl >
343
343
<ContentControl .Style>
344
344
<Style TargetType =" ContentControl" >
378
378
</ContentControl >
379
379
</Grid >
380
380
381
- <Border Style =" {DynamicResource WindowRadius}" >
381
+ <Border x : Name = " ResultPreviewArea " Style =" {DynamicResource WindowRadius}" >
382
382
<Border .Clip>
383
383
<MultiBinding Converter =" {StaticResource BorderClipConverter}" >
384
384
<Binding Path =" ActualWidth" RelativeSource =" {RelativeSource Self}" />
You can’t perform that action at this time.
0 commit comments