Browse Source

V4.6.1 Released

pull/1788/head 4.6.1
Simon Boucher 2 years ago
parent
commit
83b9263df6
  1. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AeroColors.cs
  2. 4
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AeroTheme.cs
  3. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Brushes.xaml
  4. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Controls/SplineBorder.cs
  5. 4
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Properties/AssemblyInfo.cs
  6. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Theme.xaml
  7. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Xceed.Wpf.AvalonDock.Themes.Aero.NET5.csproj
  8. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Metro/Brushes.xaml
  9. 4
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Metro/MetroTheme.cs
  10. 4
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Metro/Properties/AssemblyInfo.cs
  11. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Metro/Theme.xaml
  12. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Metro/Xceed.Wpf.AvalonDock.Themes.Metro.NET5.csproj
  13. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.VS2010/Brushes.xaml
  14. 4
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.VS2010/Properties/AssemblyInfo.cs
  15. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.VS2010/Theme.xaml
  16. 4
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.VS2010/VS2010Theme.cs
  17. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.VS2010/Xceed.Wpf.AvalonDock.Themes.VS2010.NET5.csproj
  18. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Commands/RelayCommand.cs
  19. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/AnchorablePaneControlOverlayArea.cs
  20. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/AnchorablePaneDropTarget.cs
  21. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/AnchorablePaneTabPanel.cs
  22. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/AnchorablePaneTitle.cs
  23. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/AutoHideWindowManager.cs
  24. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/BindingHelper.cs
  25. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/ContextMenuEx.cs
  26. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DockingManagerDropTarget.cs
  27. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DockingManagerOverlayArea.cs
  28. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DocumentPaneControlOverlayArea.cs
  29. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DocumentPaneDropAsAnchorableTarget.cs
  30. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DocumentPaneDropTarget.cs
  31. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DocumentPaneGroupDropTarget.cs
  32. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DocumentPaneTabPanel.cs
  33. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DragService.cs
  34. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DropArea.cs
  35. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DropDownButton.cs
  36. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DropDownControlArea.cs
  37. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DropTarget.cs
  38. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DropTargetBase.cs
  39. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DropTargetType.cs
  40. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Extentions.cs
  41. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/FocusElementManager.cs
  42. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/FullWeakDictionary.cs
  43. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/IDropTarget.cs
  44. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/IOverlayWindow.cs
  45. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/IOverlayWindowArea.cs
  46. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/IOverlayWindowDropTarget.cs
  47. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/IOverlayWindowHost.cs
  48. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorControl.cs
  49. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorGroupControl.cs
  50. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorSideControl.cs
  51. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorableControl.cs
  52. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorableFloatingWindowControl.cs
  53. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorableItem.cs
  54. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorablePaneControl.cs
  55. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorablePaneGroupControl.cs
  56. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorableTabItem.cs
  57. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAutoHideWindowControl.cs
  58. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutCachePaneControl.cs
  59. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutDocumentControl.cs
  60. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutDocumentFloatingWindowControl.cs
  61. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutDocumentItem.cs
  62. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutDocumentPaneControl.cs
  63. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutDocumentPaneGroupControl.cs
  64. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutDocumentTabItem.cs
  65. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutFloatingWindowControl.cs
  66. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutGridControl.cs
  67. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutGridResizerControl.cs
  68. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutItem.cs
  69. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutPanelControl.cs
  70. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/MenuItemEx.cs
  71. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/NavigatorWindow.cs
  72. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/OverlayArea.cs
  73. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/OverlayWindow.cs
  74. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/OverlayWindowDropTarget.cs
  75. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/OverlayWindowDropTargetType.cs
  76. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/ReentrantFlag.cs
  77. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/ComGuids.cs
  78. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/Debug.cs
  79. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/DoubleUtil.cs
  80. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/DpiHelper.cs
  81. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/ErrorCodes.cs
  82. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/MessageWindow.cs
  83. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/NativeMethods.cs
  84. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/ShellProvider.cs
  85. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/StreamHelper.cs
  86. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/Utilities.cs
  87. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/Verify.cs
  88. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/SystemCommands.cs
  89. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/SystemParameters2.cs
  90. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/WindowChrome.cs
  91. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/WindowChromeWorker.cs
  92. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/TransformExtentions.cs
  93. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/WeakDictionary.cs
  94. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/WindowActivateEventArgs.cs
  95. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/WindowHookHandler.cs
  96. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Converters/ActivateCommandLayoutItemFromLayoutModelConverter.cs
  97. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Converters/AnchorSideToAngleConverter.cs
  98. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Converters/AnchorSideToOrientationConverter.cs
  99. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Converters/AnchorableContextMenuAutoHideHeaderConverter.cs
  100. 2
      ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Converters/AnchorableContextMenuHideVisibilityConverter.cs

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AeroColors.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

4
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AeroTheme.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
@ -27,8 +27,6 @@ namespace Xceed.Wpf.AvalonDock.Themes
#if NETCORE #if NETCORE
assemblyName += ".NETCore"; assemblyName += ".NETCore";
#elif NET5
assemblyName += ".NET5";
#endif #endif
return new Uri( return new Uri(

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Brushes.xaml

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Controls/SplineBorder.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

4
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Properties/AssemblyInfo.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
@ -31,7 +31,7 @@ using System;
[assembly: AssemblyCompany( "Xceed Software Inc." )] [assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )] [assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2023" )] [assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2024" )]

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Theme.xaml

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Xceed.Wpf.AvalonDock.Themes.Aero.NET5.csproj

@ -8,7 +8,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework> <TargetFramework>net5.0-windows</TargetFramework>
<RootNamespace>Xceed.Wpf.AvalonDock.Themes</RootNamespace> <RootNamespace>Xceed.Wpf.AvalonDock.Themes</RootNamespace>
<AssemblyName>Xceed.Wpf.AvalonDock.Themes.Aero.NET5</AssemblyName> <AssemblyName>Xceed.Wpf.AvalonDock.Themes.Aero</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
</PropertyGroup> </PropertyGroup>

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Metro/Brushes.xaml

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

4
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Metro/MetroTheme.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
@ -27,8 +27,6 @@ namespace Xceed.Wpf.AvalonDock.Themes
#if NETCORE #if NETCORE
assemblyName += ".NETCore"; assemblyName += ".NETCore";
#elif NET5
assemblyName += ".NET5";
#endif #endif
return new Uri( return new Uri(

4
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Metro/Properties/AssemblyInfo.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
@ -31,7 +31,7 @@ using System;
[assembly: AssemblyCompany( "Xceed Software Inc." )] [assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )] [assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2023" )] [assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2024" )]

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Metro/Theme.xaml

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Metro/Xceed.Wpf.AvalonDock.Themes.Metro.NET5.csproj

@ -8,7 +8,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework> <TargetFramework>net5.0-windows</TargetFramework>
<RootNamespace>Xceed.Wpf.AvalonDock.Themes.Metro</RootNamespace> <RootNamespace>Xceed.Wpf.AvalonDock.Themes.Metro</RootNamespace>
<AssemblyName>Xceed.Wpf.AvalonDock.Themes.Metro.NET5</AssemblyName> <AssemblyName>Xceed.Wpf.AvalonDock.Themes.Metro</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
</PropertyGroup> </PropertyGroup>

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.VS2010/Brushes.xaml

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

4
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.VS2010/Properties/AssemblyInfo.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
@ -31,7 +31,7 @@ using System;
[assembly: AssemblyCompany( "Xceed Software Inc." )] [assembly: AssemblyCompany( "Xceed Software Inc." )]
[assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )] [assembly: AssemblyProduct( "Xceed Toolkit for WPF - AvalonDock" )]
[assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2023" )] [assembly: AssemblyCopyright( "Copyright (C) Xceed Software Inc. 2007-2024" )]
// Setting ComVisible to false makes the types in this assembly not visible // Setting ComVisible to false makes the types in this assembly not visible

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.VS2010/Theme.xaml

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

4
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.VS2010/VS2010Theme.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
@ -27,8 +27,6 @@ namespace Xceed.Wpf.AvalonDock.Themes
#if NETCORE #if NETCORE
assemblyName += ".NETCore"; assemblyName += ".NETCore";
#elif NET5
assemblyName += ".NET5";
#endif #endif
return new Uri( return new Uri(

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.VS2010/Xceed.Wpf.AvalonDock.Themes.VS2010.NET5.csproj

@ -8,7 +8,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework> <TargetFramework>net5.0-windows</TargetFramework>
<RootNamespace>Xceed.Wpf.AvalonDock.Themes</RootNamespace> <RootNamespace>Xceed.Wpf.AvalonDock.Themes</RootNamespace>
<AssemblyName>Xceed.Wpf.AvalonDock.Themes.VS2010.NET5</AssemblyName> <AssemblyName>Xceed.Wpf.AvalonDock.Themes.VS2010</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
</PropertyGroup> </PropertyGroup>

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Commands/RelayCommand.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/AnchorablePaneControlOverlayArea.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/AnchorablePaneDropTarget.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/AnchorablePaneTabPanel.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/AnchorablePaneTitle.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/AutoHideWindowManager.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/BindingHelper.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/ContextMenuEx.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DockingManagerDropTarget.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DockingManagerOverlayArea.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DocumentPaneControlOverlayArea.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DocumentPaneDropAsAnchorableTarget.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DocumentPaneDropTarget.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DocumentPaneGroupDropTarget.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DocumentPaneTabPanel.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DragService.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DropArea.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DropDownButton.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DropDownControlArea.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DropTarget.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DropTargetBase.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/DropTargetType.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Extentions.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/FocusElementManager.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/FullWeakDictionary.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/IDropTarget.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/IOverlayWindow.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/IOverlayWindowArea.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/IOverlayWindowDropTarget.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/IOverlayWindowHost.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorGroupControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorSideControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorableControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorableFloatingWindowControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorableItem.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorablePaneControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorablePaneGroupControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAnchorableTabItem.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutAutoHideWindowControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutCachePaneControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutDocumentControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutDocumentFloatingWindowControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutDocumentItem.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutDocumentPaneControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutDocumentPaneGroupControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutDocumentTabItem.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutFloatingWindowControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutGridControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutGridResizerControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutItem.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/LayoutPanelControl.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/MenuItemEx.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/NavigatorWindow.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/OverlayArea.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/OverlayWindow.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/OverlayWindowDropTarget.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/OverlayWindowDropTargetType.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/ReentrantFlag.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/ComGuids.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/Debug.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/DoubleUtil.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/DpiHelper.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/ErrorCodes.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/MessageWindow.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/NativeMethods.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/ShellProvider.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/StreamHelper.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/Utilities.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/Standard/Verify.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/SystemCommands.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/SystemParameters2.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/WindowChrome.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/Shell/WindowChromeWorker.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/TransformExtentions.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/WeakDictionary.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/WindowActivateEventArgs.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Controls/WindowHookHandler.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Converters/ActivateCommandLayoutItemFromLayoutModelConverter.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Converters/AnchorSideToAngleConverter.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Converters/AnchorSideToOrientationConverter.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Converters/AnchorableContextMenuAutoHideHeaderConverter.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

2
ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Converters/AnchorableContextMenuHideVisibilityConverter.cs

@ -2,7 +2,7 @@
Toolkit for WPF Toolkit for WPF
Copyright (C) 2007-2023 Xceed Software Inc. Copyright (C) 2007-2024 Xceed Software Inc.
This program is provided to you under the terms of the XCEED SOFTWARE, INC. This program is provided to you under the terms of the XCEED SOFTWARE, INC.
COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save