File tree Expand file tree Collapse file tree 4 files changed +8
-20
lines changed Expand file tree Collapse file tree 4 files changed +8
-20
lines changed Original file line number Diff line number Diff line change 294
294
<Compile Include =" Common\WinAPI\User32.cs" />
295
295
<Compile Include =" Common\WinAPI\WindowLongFlags.cs" />
296
296
<Compile Include =" Common\WinAPI\WM.cs" />
297
- <Compile Include =" Controls\GroupingGrid\GroupingGrid.xaml.cs" >
297
+ <Compile Include =" UI\ Controls\GroupingGrid\GroupingGrid.xaml.cs" >
298
298
<DependentUpon >GroupingGrid.xaml</DependentUpon >
299
299
</Compile >
300
300
<Compile Include =" Inspections\CodeInspectionQuickFix.cs" />
1351
1351
</ProjectReference >
1352
1352
</ItemGroup >
1353
1353
<ItemGroup >
1354
- <Page Include =" Controls\GroupingGrid\GroupingGrid.xaml" >
1354
+ <Page Include =" UI\ Controls\GroupingGrid\GroupingGrid.xaml" >
1355
1355
<SubType >Designer</SubType >
1356
1356
<Generator >MSBuild:Compile</Generator >
1357
1357
</Page >
Original file line number Diff line number Diff line change 1
- <DataGrid x : Class =" Rubberduck.Controls.GroupingGrid"
1
+ <DataGrid x : Class =" Rubberduck.UI. Controls.GroupingGrid .GroupingGrid"
2
2
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
3
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
3
- using System . Linq ;
4
- using System . Text ;
5
- using System . Threading . Tasks ;
6
- using System . Windows ;
7
- using System . Windows . Controls ;
8
- using System . Windows . Data ;
9
- using System . Windows . Documents ;
10
- using System . Windows . Input ;
11
- using System . Windows . Media ;
12
- using System . Windows . Media . Imaging ;
13
- using System . Windows . Navigation ;
14
- using System . Windows . Shapes ;
1
+ using System . Windows ;
15
2
16
- namespace Rubberduck . Controls
3
+ namespace Rubberduck . UI . Controls . GroupingGrid
17
4
{
18
5
public partial class GroupingGrid
19
6
{
Original file line number Diff line number Diff line change 6
6
xmlns : resx =" clr-namespace:Rubberduck.UI"
7
7
xmlns : toDoItems =" clr-namespace:Rubberduck.UI.ToDoItems"
8
8
xmlns : controls =" clr-namespace:Rubberduck.Controls"
9
+ xmlns : groupingGrid =" clr-namespace:Rubberduck.UI.Controls.GroupingGrid"
9
10
mc : Ignorable =" d"
10
11
d : DesignHeight =" 300" d : DesignWidth =" 300" d : DataContext =" {d:DesignInstance toDoItems:ToDoExplorerViewModel, IsDesignTimeCreatable=False}" >
11
12
<UserControl .Resources>
55
56
</Button >
56
57
</ToolBar >
57
58
</ToolBarTray >
58
- <controls : GroupingGrid ItemsSource =" {Binding ToDos}" AutoGenerateColumns =" False"
59
+ <groupingGrid : GroupingGrid ItemsSource =" {Binding ToDos}" AutoGenerateColumns =" False"
59
60
SelectedItem =" {Binding SelectedToDo}" IsExpanded =" True"
60
61
CanUserReorderColumns =" False" IsReadOnly =" True"
61
62
HorizontalGridLinesBrush =" Transparent" VerticalGridLinesBrush =" Transparent"
75
76
<DataGridTextColumn Header =" {x:Static resx:RubberduckUI.ModuleName}" Binding =" {Binding ModuleName}" />
76
77
<DataGridTextColumn Header =" {x:Static resx:RubberduckUI.TodoExplorer_LineNumber}" Binding =" {Binding LineNumber}" />
77
78
</DataGrid .Columns>
78
- </controls : GroupingGrid >
79
+ </groupingGrid : GroupingGrid >
79
80
</DockPanel >
80
81
</UserControl >
You can’t perform that action at this time.
0 commit comments