File tree Expand file tree Collapse file tree 4 files changed +21
-8
lines changed Expand file tree Collapse file tree 4 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 1
- <DataGrid x : Class =" Rubberduck.UI. Controls.GroupingGrid .GroupingGrid"
1
+ <DataGrid x : Class =" Rubberduck.Controls.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"
5
5
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
- xmlns : local =" clr-namespace:Rubberduck.UI. Controls"
6
+ xmlns : local =" clr-namespace:Rubberduck.Controls"
7
7
mc : Ignorable =" d"
8
8
d : DesignHeight =" 300" d : DesignWidth =" 300" >
9
9
<DataGrid .Resources>
Original file line number Diff line number Diff line change 1
- using System . Windows ;
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 ;
2
15
3
- namespace Rubberduck . UI . Controls . GroupingGrid
16
+ namespace Rubberduck . Controls
4
17
{
5
18
public partial class GroupingGrid
6
19
{
Original file line number Diff line number Diff line change 298
298
<Compile Include =" Common\WinAPI\User32.cs" />
299
299
<Compile Include =" Common\WinAPI\WindowLongFlags.cs" />
300
300
<Compile Include =" Common\WinAPI\WM.cs" />
301
- <Compile Include =" UI\ Controls\GroupingGrid\GroupingGrid.xaml.cs" >
301
+ <Compile Include =" Controls\GroupingGrid\GroupingGrid.xaml.cs" >
302
302
<DependentUpon >GroupingGrid.xaml</DependentUpon >
303
303
</Compile >
304
304
<Compile Include =" Inspections\CodeInspectionQuickFix.cs" />
1363
1363
</ProjectReference >
1364
1364
</ItemGroup >
1365
1365
<ItemGroup >
1366
- <Page Include =" UI\ Controls\GroupingGrid\GroupingGrid.xaml" >
1366
+ <Page Include =" Controls\GroupingGrid\GroupingGrid.xaml" >
1367
1367
<SubType >Designer</SubType >
1368
1368
<Generator >MSBuild:Compile</Generator >
1369
1369
</Page >
Original file line number Diff line number Diff line change 250
250
</Button >
251
251
</ToolBar >
252
252
</ToolBarTray >
253
- <groupingGrid : GroupingGrid ItemsSource =" {Binding ToDos}" AutoGenerateColumns =" False"
253
+ <controls : GroupingGrid ItemsSource =" {Binding ToDos}" AutoGenerateColumns =" False"
254
254
SelectedItem=" {Binding SelectedToDo}" IsExpanded =" True"
255
255
CanUserReorderColumns=" False" IsReadOnly =" True"
256
256
HorizontalGridLinesBrush=" Transparent" VerticalGridLinesBrush =" Transparent"
257
257
HeadersVisibility=" Column" ScrollViewer.HorizontalScrollBarVisibility=" Disabled"
258
258
ItemContainerStyle=" {StaticResource PrettifyRow}" ColumnHeaderHeight =" 22" >
259
- <groupingGrid : GroupingGrid .CellStyle>
259
+ <controls : GroupingGrid .CellStyle>
260
260
<Style TargetType =" {x:Type DataGridCell}" >
261
261
<Setter Property =" BorderThickness" Value =" 0" />
262
262
<Setter Property =" VerticalAlignment" Value =" Center" />
You can’t perform that action at this time.
0 commit comments