Improve commands & add multiple selection feature

This commit is contained in:
azakhi
2018-09-13 17:34:16 +03:00
parent ac6943d73b
commit 32523787d2
23 changed files with 893 additions and 814 deletions

View File

@@ -191,6 +191,7 @@
<Compile Include="UserControls\ThemeComponentSelectionControl.xaml.cs">
<DependentUpon>ThemeComponentSelectionControl.xaml</DependentUpon>
</Compile>
<Compile Include="Views\AttachedProperties\SelectedItemsAttachedProperty.cs" />
<Compile Include="Utility\RoutedCommandHandler.cs" />
<Compile Include="Utility\RoutedCommandHandlers.cs" />
<Compile Include="ViewModels\AvalonDockWorkspaceViewModel.cs" />