5
5
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
6
xmlns : resx =" clr-namespace:Rubberduck.UI"
7
7
xmlns : toDoItems =" clr-namespace:Rubberduck.UI.ToDoItems"
8
- <<<<<<< HEAD
9
- xmlns : controls =" clr-namespace:Rubberduck.UI.Controls"
8
+ xmlns : themes =" clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero2"
10
9
xmlns : groupingGrid =" clr-namespace:Rubberduck.UI.Controls.GroupingGrid"
11
- =======
12
- xmlns : controls =" clr-namespace:Rubberduck.Controls"
13
- xmlns : themes =" clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero2" x : Class =" Rubberduck.UI.ToDoItems.ToDoExplorerControl"
14
- >>>>>>> 8ba01d07c36ca1edb2e33dbeb22d5fb81da3cbc9
10
+ x : Class =" Rubberduck.UI.ToDoItems.ToDoExplorerControl"
15
11
mc : Ignorable =" d"
16
12
d : DesignHeight =" 300" d : DesignWidth =" 300" d : DataContext =" {d:DesignInstance {x:Type toDoItems:ToDoExplorerViewModel}, IsDesignTimeCreatable=False}" >
17
13
<UserControl .Resources>
18
14
<BooleanToVisibilityConverter x : Key =" BoolToVisibility" />
19
-
15
+
20
16
<BitmapImage x : Key =" RefreshImage" UriSource =" ../../Resources/arrow-circle-double.png" />
21
17
<BitmapImage x : Key =" DeleteImage" UriSource =" ../../Resources/cross-script.png" />
22
18
254
250
</Button >
255
251
</ToolBar >
256
252
</ToolBarTray >
257
- <<<<<<< HEAD
258
253
<groupingGrid : GroupingGrid ItemsSource =" {Binding ToDos}" AutoGenerateColumns =" False"
259
- SelectedItem =" {Binding SelectedToDo}" IsExpanded =" True"
260
- CanUserReorderColumns =" False" IsReadOnly =" True"
261
- HorizontalGridLinesBrush =" Transparent" VerticalGridLinesBrush =" Transparent"
262
- HeadersVisibility =" Column" ScrollViewer.HorizontalScrollBarVisibility=" Disabled"
263
- ItemContainerStyle =" {StaticResource PrettifyRow}" >
264
- <DataGrid .CellStyle>
265
- <Style TargetType =" DataGridCell" >
266
- =======
267
- <controls : GroupingGrid ItemsSource =" {Binding ToDos}" AutoGenerateColumns =" False"
268
254
SelectedItem=" {Binding SelectedToDo}" IsExpanded =" True"
269
255
CanUserReorderColumns=" False" IsReadOnly =" True"
270
256
HorizontalGridLinesBrush=" Transparent" VerticalGridLinesBrush =" Transparent"
271
257
HeadersVisibility=" Column" ScrollViewer.HorizontalScrollBarVisibility=" Disabled"
272
258
ItemContainerStyle=" {StaticResource PrettifyRow}" ColumnHeaderHeight =" 22" >
273
- <controls : GroupingGrid .CellStyle>
259
+ <groupingGrid : GroupingGrid .CellStyle>
274
260
<Style TargetType =" {x:Type DataGridCell}" >
275
- >>>>>>> 8ba01d07c36ca1edb2e33dbeb22d5fb81da3cbc9
276
261
<Setter Property =" BorderThickness" Value =" 0" />
277
262
<Setter Property =" VerticalAlignment" Value =" Center" />
278
263
<Setter Property =" Background" Value =" Transparent" />
279
264
</Style >
280
- </controls : GroupingGrid .CellStyle>
281
- <controls : GroupingGrid .Columns>
265
+ </groupingGrid : GroupingGrid .CellStyle>
266
+ <groupingGrid : GroupingGrid .Columns>
282
267
<DataGridTextColumn Header =" {x:Static resx:RubberduckUI.Priority}" Binding =" {Binding Priority}" />
283
268
<DataGridTextColumn Header =" {x:Static resx:RubberduckUI.TodoExplorer_Description}" Binding =" {Binding Description}" Width =" *" />
284
269
<DataGridTextColumn Header =" {x:Static resx:RubberduckUI.ProjectName}" Binding =" {Binding ProjectName}" />
285
270
<DataGridTextColumn Header =" {x:Static resx:RubberduckUI.ModuleName}" Binding =" {Binding ModuleName}" />
286
271
<DataGridTextColumn Header =" {x:Static resx:RubberduckUI.TodoExplorer_LineNumber}" Binding =" {Binding LineNumber}" />
287
- <<<<<<< HEAD
288
- </DataGrid .Columns>
272
+ </groupingGrid : GroupingGrid .Columns>
289
273
</groupingGrid : GroupingGrid >
290
- =======
291
- </controls : GroupingGrid .Columns>
292
- </controls : GroupingGrid >
293
- >>>>>>> 8ba01d07c36ca1edb2e33dbeb22d5fb81da3cbc9
294
274
</DockPanel >
295
- </UserControl >
275
+ </UserControl >
0 commit comments