diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AeroColors.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AeroColors.cs
index ec5cb4b8..f3277f08 100644
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AeroColors.cs
+++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AeroColors.cs
@@ -1,14 +1,15 @@
/*************************************************************************************
+
+ Toolkit for WPF
- Extended WPF Toolkit
+ Copyright (C) 2007-2020 Xceed Software Inc.
- Copyright (C) 2007-2013 Xceed Software Inc.
-
- This program is provided to you under the terms of the Microsoft Public
- License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
+ This program is provided to you under the terms of the XCEED SOFTWARE, INC.
+ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
+ https://github.com/xceedsoftware/wpftoolkit/blob/master/license.md
For more features, controls, and fast professional support,
- pick up the Plus Edition at http://xceed.com/wpf_toolkit
+ pick up the Plus Edition at https://xceed.com/xceed-toolkit-plus-for-wpf/
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AeroTheme.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AeroTheme.cs
index 0d3b20a4..1ff53e6e 100644
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AeroTheme.cs
+++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AeroTheme.cs
@@ -1,14 +1,15 @@
/*************************************************************************************
+
+ Toolkit for WPF
- Extended WPF Toolkit
+ Copyright (C) 2007-2020 Xceed Software Inc.
- Copyright (C) 2007-2013 Xceed Software Inc.
-
- This program is provided to you under the terms of the Microsoft Public
- License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
+ This program is provided to you under the terms of the XCEED SOFTWARE, INC.
+ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
+ https://github.com/xceedsoftware/wpftoolkit/blob/master/license.md
For more features, controls, and fast professional support,
- pick up the Plus Edition at http://xceed.com/wpf_toolkit
+ pick up the Plus Edition at https://xceed.com/xceed-toolkit-plus-for-wpf/
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
@@ -21,13 +22,16 @@ using System.Text;
namespace Xceed.Wpf.AvalonDock.Themes
{
- public class AeroTheme : Theme
+ public class AeroTheme : Theme
+ {
+ public override Uri GetResourceUri()
{
- public override Uri GetResourceUri()
- {
- return new Uri(
- "/Xceed.Wpf.AvalonDock.Themes.Aero;component/Theme.xaml",
- UriKind.Relative);
- }
+ string assemblyName = "Xceed.Wpf.AvalonDock.Themes.Aero";
+
+
+ return new Uri(
+ "/" + assemblyName + ";component/Theme.xaml",
+ UriKind.Relative );
}
+ }
}
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AssemblyVersionInfo.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AssemblyVersionInfo.cs
deleted file mode 100644
index 2c57bb8b..00000000
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AssemblyVersionInfo.cs
+++ /dev/null
@@ -1,32 +0,0 @@
-/*************************************************************************************
-
- Extended WPF Toolkit
-
- Copyright (C) 2007-2013 Xceed Software Inc.
-
- This program is provided to you under the terms of the Microsoft Public
- License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
-
- For more features, controls, and fast professional support,
- pick up the Plus Edition at http://xceed.com/wpf_toolkit
-
- Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
-
- ***********************************************************************************/
-
-#pragma warning disable 0436
-[assembly: System.Reflection.AssemblyVersion( _XceedVersionInfo.Version )]
-#pragma warning restore 0436
-
-internal static class _XceedVersionInfo
-{
- [System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields" )]
- public const string BaseVersion = "3.5";
- [System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields" )]
- public const string Version = BaseVersion +
- ".0.0";
- [System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields" )]
- public const string PublicKeyToken = "ba83ff368b7563c6";
-
-
-}
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AssemblyVersionInfoCommon.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AssemblyVersionInfoCommon.cs
deleted file mode 100644
index 3316fb13..00000000
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/AssemblyVersionInfoCommon.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-/*************************************************************************************
-
- Extended WPF Toolkit
-
- Copyright (C) 2007-2013 Xceed Software Inc.
-
- This program is provided to you under the terms of the Microsoft Public
- License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
-
- For more features, controls, and fast professional support,
- pick up the Plus Edition at http://xceed.com/wpf_toolkit
-
- Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
-
- ***********************************************************************************/
-
-internal static class _XceedVersionInfoCommon
-{
-[System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields" )]
- public const string Build = ".*";
-
-}
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Brushes.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Brushes.xaml
index 3606e3ee..f6924f56 100644
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Brushes.xaml
+++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock.Themes.Aero/Brushes.xaml
@@ -1,14 +1,15 @@
@@ -328,6 +331,7 @@
IsItemsHost="true"
Grid.Row="1"
KeyboardNavigation.TabIndex="1"
+ KeyboardNavigation.DirectionalNavigation="Cycle"
Panel.ZIndex="1" />
@@ -369,8 +373,7 @@
+ Background="{TemplateBinding Background}">
-
-
-
-
-
-
-
+
+
@@ -338,6 +341,7 @@
IsItemsHost="true"
Grid.Row="1"
KeyboardNavigation.TabIndex="1"
+ KeyboardNavigation.DirectionalNavigation="Cycle"
Panel.ZIndex="1" />
@@ -378,8 +382,7 @@
BorderBrush="{TemplateBinding BorderBrush}"
Margin="4"
BorderThickness="0,2,0,0"
- Background="{TemplateBinding Background}"
- Padding="{TemplateBinding Padding}">
+ Background="{TemplateBinding Background}">
-
-
-
-
-
-
-
+
+
@@ -419,6 +424,7 @@
IsItemsHost="true"
Grid.Row="1"
KeyboardNavigation.TabIndex="1"
+ KeyboardNavigation.DirectionalNavigation="Cycle"
Panel.ZIndex="1" />
@@ -459,8 +465,7 @@
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="1,0,1,1"
CornerRadius="0,0,2,2"
- Background="{TemplateBinding Background}"
- Padding="{TemplateBinding Padding}">
+ Background="{TemplateBinding Background}">
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/DictionaryTheme.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/DictionaryTheme.cs
index 6857768b..c02a357a 100644
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/DictionaryTheme.cs
+++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/DictionaryTheme.cs
@@ -1,14 +1,15 @@
/*************************************************************************************
+
+ Toolkit for WPF
- Extended WPF Toolkit
+ Copyright (C) 2007-2020 Xceed Software Inc.
- Copyright (C) 2007-2013 Xceed Software Inc.
-
- This program is provided to you under the terms of the Microsoft Public
- License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
+ This program is provided to you under the terms of the XCEED SOFTWARE, INC.
+ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
+ https://github.com/xceedsoftware/wpftoolkit/blob/master/license.md
For more features, controls, and fast professional support,
- pick up the Plus Edition at http://xceed.com/wpf_toolkit
+ pick up the Plus Edition at https://xceed.com/xceed-toolkit-plus-for-wpf/
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinAutoHide_White.png b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinAutoHide_White.png
new file mode 100644
index 00000000..2828964b
Binary files /dev/null and b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinAutoHide_White.png differ
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinClose_White.png b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinClose_White.png
new file mode 100644
index 00000000..1b7b7cdf
Binary files /dev/null and b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinClose_White.png differ
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinDocMenu_White.png b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinDocMenu_White.png
new file mode 100644
index 00000000..afd82d9d
Binary files /dev/null and b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinDocMenu_White.png differ
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinMaximize_White.png b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinMaximize_White.png
new file mode 100644
index 00000000..6f745b4d
Binary files /dev/null and b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinMaximize_White.png differ
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinMenu_White.png b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinMenu_White.png
new file mode 100644
index 00000000..520f3d2f
Binary files /dev/null and b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinMenu_White.png differ
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinRestore_White.png b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinRestore_White.png
new file mode 100644
index 00000000..27171227
Binary files /dev/null and b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Generic/Images/PinRestore_White.png differ
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/GenericTheme.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/GenericTheme.cs
index 857cd20c..af2a9e84 100644
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/GenericTheme.cs
+++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/GenericTheme.cs
@@ -1,14 +1,15 @@
/*************************************************************************************
+
+ Toolkit for WPF
- Extended WPF Toolkit
+ Copyright (C) 2007-2020 Xceed Software Inc.
- Copyright (C) 2007-2013 Xceed Software Inc.
-
- This program is provided to you under the terms of the Microsoft Public
- License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
+ This program is provided to you under the terms of the XCEED SOFTWARE, INC.
+ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
+ https://github.com/xceedsoftware/wpftoolkit/blob/master/license.md
For more features, controls, and fast professional support,
- pick up the Plus Edition at http://xceed.com/wpf_toolkit
+ pick up the Plus Edition at https://xceed.com/xceed-toolkit-plus-for-wpf/
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
@@ -22,7 +23,10 @@ namespace Xceed.Wpf.AvalonDock.Themes
{
public override Uri GetResourceUri()
{
- return new Uri( "/Xceed.Wpf.AvalonDock;component/Themes/generic.xaml", UriKind.Relative );
+ string uri;
+ uri = "Xceed.Wpf.AvalonDock";
+
+ return new Uri( "/" + uri + ";component/Themes/generic.xaml", UriKind.Relative );
}
}
}
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Theme.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Theme.cs
index 88abbfc0..12fce8ab 100644
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Theme.cs
+++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/Theme.cs
@@ -1,14 +1,15 @@
/*************************************************************************************
+
+ Toolkit for WPF
- Extended WPF Toolkit
+ Copyright (C) 2007-2020 Xceed Software Inc.
- Copyright (C) 2007-2013 Xceed Software Inc.
-
- This program is provided to you under the terms of the Microsoft Public
- License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
+ This program is provided to you under the terms of the XCEED SOFTWARE, INC.
+ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
+ https://github.com/xceedsoftware/wpftoolkit/blob/master/license.md
For more features, controls, and fast professional support,
- pick up the Plus Edition at http://xceed.com/wpf_toolkit
+ pick up the Plus Edition at https://xceed.com/xceed-toolkit-plus-for-wpf/
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/generic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/generic.xaml
index af82ccb4..7804e2af 100644
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/generic.xaml
+++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Themes/generic.xaml
@@ -1,14 +1,15 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit">
+
+
+
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Win32Helper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Win32Helper.cs
index 2106dd9b..f443c635 100644
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Win32Helper.cs
+++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Win32Helper.cs
@@ -1,14 +1,15 @@
/*************************************************************************************
+
+ Toolkit for WPF
- Extended WPF Toolkit
+ Copyright (C) 2007-2020 Xceed Software Inc.
- Copyright (C) 2007-2013 Xceed Software Inc.
-
- This program is provided to you under the terms of the Microsoft Public
- License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
+ This program is provided to you under the terms of the XCEED SOFTWARE, INC.
+ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
+ https://github.com/xceedsoftware/wpftoolkit/blob/master/license.md
For more features, controls, and fast professional support,
- pick up the Plus Edition at http://xceed.com/wpf_toolkit
+ pick up the Plus Edition at https://xceed.com/xceed-toolkit-plus-for-wpf/
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
@@ -138,6 +139,8 @@ namespace Xceed.Wpf.AvalonDock
[DllImport( "user32.dll" )]
internal static extern IntPtr SetFocus( IntPtr hWnd );
+ internal const int NCCALCSIZE = 0x0083;
+
internal const int WM_WINDOWPOSCHANGED = 0x0047;
internal const int WM_WINDOWPOSCHANGING = 0x0046;
internal const int WM_NCMOUSEMOVE = 0xa0;
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/WindowHelper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/WindowHelper.cs
index efd95082..c09e85f4 100644
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/WindowHelper.cs
+++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/WindowHelper.cs
@@ -1,14 +1,15 @@
/*************************************************************************************
+
+ Toolkit for WPF
- Extended WPF Toolkit
+ Copyright (C) 2007-2020 Xceed Software Inc.
- Copyright (C) 2007-2013 Xceed Software Inc.
-
- This program is provided to you under the terms of the Microsoft Public
- License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
+ This program is provided to you under the terms of the XCEED SOFTWARE, INC.
+ COMMUNITY LICENSE AGREEMENT (for non-commercial use) as published at
+ https://github.com/xceedsoftware/wpftoolkit/blob/master/license.md
For more features, controls, and fast professional support,
- pick up the Plus Edition at http://xceed.com/wpf_toolkit
+ pick up the Plus Edition at https://xceed.com/xceed-toolkit-plus-for-wpf/
Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Xceed.Wpf.AvalonDock.csproj b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Xceed.Wpf.AvalonDock.csproj
index 3e1a745a..fbee76a2 100644
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Xceed.Wpf.AvalonDock.csproj
+++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/Xceed.Wpf.AvalonDock.csproj
@@ -58,8 +58,12 @@
-
-
+
+ AssemblyVersionInfo.cs
+
+
+ AssemblyVersionInfoCommon.cs
+
@@ -74,6 +78,7 @@
+
@@ -160,6 +165,7 @@
+
@@ -199,6 +205,16 @@
Code
+
+ Resources.ja-JP.resx
+ True
+ True
+
+
+ Resources.cs-CZ.resx
+ True
+ True
+
True
True
@@ -257,8 +273,21 @@
+
+ Utils\Exceptions\ThrowException.cs
+
+
+ PublicResXFileCodeGenerator
+ Resources.ja-JP.Designer.cs
+ Designer
+
+
+ PublicResXFileCodeGenerator
+ Resources.cs-CZ.Designer.cs
+ Designer
+
PublicResXFileCodeGenerator
Resources.hu.Designer.cs
@@ -346,6 +375,10 @@
+
+ Designer
+ MSBuild:Compile
+
Designer
MSBuild:Compile
@@ -357,12 +390,28 @@
Xceed.Wpf.Toolkit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
\ No newline at end of file
+
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/obj/Debug/GeneratedInternalTypeHelper.g.i.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/obj/Debug/GeneratedInternalTypeHelper.g.i.cs
deleted file mode 100644
index 136dd1ba..00000000
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/obj/Debug/GeneratedInternalTypeHelper.g.i.cs
+++ /dev/null
@@ -1,62 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace XamlGeneratedNamespace {
-
-
- ///
- /// GeneratedInternalTypeHelper
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
- public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
-
- ///
- /// CreateInstance
- ///
- protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
- return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
- | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
- }
-
- ///
- /// GetPropertyValue
- ///
- protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
- return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
- }
-
- ///
- /// SetPropertyValue
- ///
- protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
- propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
- }
-
- ///
- /// CreateDelegate
- ///
- protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
- return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
- | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
- delegateType,
- handler}, null)));
- }
-
- ///
- /// AddEventHandler
- ///
- protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
- eventInfo.AddEventHandler(target, handler);
- }
- }
-}
-
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/obj/Debug/Xceed.Wpf.AvalonDock_MarkupCompile.i.lref b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/obj/Debug/Xceed.Wpf.AvalonDock_MarkupCompile.i.lref
deleted file mode 100644
index 4df65fb1..00000000
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.AvalonDock/obj/Debug/Xceed.Wpf.AvalonDock_MarkupCompile.i.lref
+++ /dev/null
@@ -1,4 +0,0 @@
-D:\Dev\ExtendedWPFToolkit\Release\3.5.0\OpenSource\Generated\Src\Xceed.Wpf.AvalonDock\obj\Debug\GeneratedInternalTypeHelper.g.i.cs
-
-FD:\Dev\ExtendedWPFToolkit\Release\3.5.0\OpenSource\Generated\Src\Xceed.Wpf.AvalonDock\Themes\generic.xaml;;
-
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/EmptyDataItem.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/EmptyDataItem.cs
deleted file mode 100644
index 358fad4b..00000000
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/EmptyDataItem.cs
+++ /dev/null
@@ -1,285 +0,0 @@
-/*************************************************************************************
-
- Extended WPF Toolkit
-
- Copyright (C) 2007-2013 Xceed Software Inc.
-
- This program is provided to you under the terms of the Microsoft Public
- License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
-
- For more features, controls, and fast professional support,
- pick up the Plus Edition at http://xceed.com/wpf_toolkit
-
- Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
-
- ***********************************************************************************/
-
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.ComponentModel;
-
-namespace Xceed.Wpf.DataGrid
-{
- ///
- /// This object is used as the dataItem of a VirtualItemInfo when creating a VirtualItemPage and waiting for the
- /// fetch callback.
- ///
- internal class EmptyDataItem : INotifyPropertyChanged, ICustomTypeDescriptor
- {
- #region CONSTRUCTORS
-
- internal EmptyDataItem()
- : base()
- {
- }
-
- internal EmptyDataItem( int index, VirtualList parentVirtualList )
- : base()
- {
- if( index < 0 )
- throw new ArgumentException( "Index must be greater than or equal to zero.", "index" );
-
- if( parentVirtualList == null )
- throw new ArgumentNullException( "parentVirtualList" );
-
- m_index = index;
- m_parentVirtualList = parentVirtualList;
- }
-
- #endregion CONSTRUCTORS
-
- #region Index Property
-
- public int Index
- {
- get
- {
- return m_index;
- }
- }
-
- #endregion Index Property
-
- #region INTERNAL PROPERTIES
-
- internal VirtualList ParentVirtualList
- {
- get
- {
- return m_parentVirtualList;
- }
- }
-
- #endregion INTERNAL PROPERTIES
-
- #region Indexer
-
- [EditorBrowsable( EditorBrowsableState.Never )]
- public object this[ object parameter ]
- {
- get
- {
- return null;
- }
- set
- {
- }
- }
-
- #endregion
-
- #region PRIVATE FIELDS
-
- private int m_index;
- private VirtualList m_parentVirtualList;
-
- #endregion PRIVATE FIELDS
-
- #region CONSTANTS
-
- private static readonly EmptyDataItemPropertyDescriptorCollection DefaultEmptyDataItemPropertyDescriptorCollection = new EmptyDataItemPropertyDescriptorCollection();
-
- #endregion CONSTANTS
-
- #region ICustomTypeDescriptor Members
-
- public AttributeCollection GetAttributes()
- {
- return TypeDescriptor.GetAttributes( this );
- }
-
- public string GetClassName()
- {
- return TypeDescriptor.GetClassName( this );
- }
-
- public string GetComponentName()
- {
- return TypeDescriptor.GetComponentName( this );
- }
-
- public TypeConverter GetConverter()
- {
- return TypeDescriptor.GetConverter( this );
- }
-
- public EventDescriptor GetDefaultEvent()
- {
- return TypeDescriptor.GetDefaultEvent( this );
- }
-
- public PropertyDescriptor GetDefaultProperty()
- {
- return TypeDescriptor.GetDefaultProperty( this );
- }
-
- public object GetEditor( Type editorBaseType )
- {
- return TypeDescriptor.GetEditor( this, editorBaseType );
- }
-
- public EventDescriptorCollection GetEvents( Attribute[] attributes )
- {
- return TypeDescriptor.GetEvents( this, attributes );
- }
-
- public EventDescriptorCollection GetEvents()
- {
- return TypeDescriptor.GetEvents( this );
- }
-
- public PropertyDescriptorCollection GetProperties( Attribute[] attributes )
- {
- // We use a custom PropertyDescriptorCollection that will return the same instance
- // of an EmptyDataItemPropertyDescriptor for ANY property that will be ask. This is to avoid
- // BindingErrors when an EmptyDataItem is used in the grid.
- return EmptyDataItem.DefaultEmptyDataItemPropertyDescriptorCollection;
- }
-
- public PropertyDescriptorCollection GetProperties()
- {
- return this.GetProperties( null );
- }
-
- public object GetPropertyOwner( PropertyDescriptor pd )
- {
- return this;
- }
-
- #endregion ICustomTypeDescriptor Members
-
- #region EmptyDataItemPropertyDescriptorCollection Class
-
- private class EmptyDataItemPropertyDescriptorCollection : PropertyDescriptorCollection
- {
- private static readonly EmptyDataItemPropertyDescriptor DefaultEmptyDataItemPropertyDescriptor = new EmptyDataItemPropertyDescriptor();
-
- private static readonly EmptyDataItemPropertyDescriptor[] DefaultEmptyDataItemPropertyDescriptorArray = new EmptyDataItemPropertyDescriptor[]
- {
- EmptyDataItemPropertyDescriptorCollection.DefaultEmptyDataItemPropertyDescriptor,
- };
-
- public EmptyDataItemPropertyDescriptorCollection()
- : base( EmptyDataItemPropertyDescriptorCollection.DefaultEmptyDataItemPropertyDescriptorArray )
- {
- }
-
- public override PropertyDescriptor Find( string name, bool ignoreCase )
- {
- return EmptyDataItemPropertyDescriptorCollection.DefaultEmptyDataItemPropertyDescriptor;
- }
-
- public override PropertyDescriptor this[ int index ]
- {
- get
- {
- return EmptyDataItemPropertyDescriptorCollection.DefaultEmptyDataItemPropertyDescriptor;
- }
- }
-
- public override PropertyDescriptor this[ string name ]
- {
- get
- {
- return EmptyDataItemPropertyDescriptorCollection.DefaultEmptyDataItemPropertyDescriptor;
- }
- }
- }
-
- #endregion EmptyDataItemPropertyDescriptorCollection Class
-
- #region EmptyDataItemPropertyDescriptor Class
-
- private class EmptyDataItemPropertyDescriptor : PropertyDescriptor
- {
- private const string DefaultPropertyName = "Empty";
- private static readonly Type ObjectType = typeof( object );
-
- public EmptyDataItemPropertyDescriptor()
- : base( EmptyDataItemPropertyDescriptor.DefaultPropertyName, null )
- {
- }
-
- public override bool CanResetValue( object component )
- {
- return false;
- }
-
- public override Type ComponentType
- {
- get
- {
- return EmptyDataItemPropertyDescriptor.ObjectType;
- }
- }
-
- public override object GetValue( object component )
- {
- return null;
- }
-
- public override bool IsReadOnly
- {
- get
- {
- return false;
- }
- }
-
- public override Type PropertyType
- {
- get
- {
- return EmptyDataItemPropertyDescriptor.ObjectType;
- }
- }
-
- public override void ResetValue( object component )
- {
- }
-
- public override void SetValue( object component, object value )
- {
- }
-
- public override bool ShouldSerializeValue( object component )
- {
- return false;
- }
- }
-
- #endregion EmptyDataItemPropertyDescriptor Class
-
- #region INotifyPropertyChanged Members
-
- event PropertyChangedEventHandler INotifyPropertyChanged.PropertyChanged
- {
- add { }
- remove { }
- }
-
- #endregion
- }
-}
diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualList.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualList.cs
deleted file mode 100644
index d0eecffc..00000000
--- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualList.cs
+++ /dev/null
@@ -1,892 +0,0 @@
-/*************************************************************************************
-
- Extended WPF Toolkit
-
- Copyright (C) 2007-2013 Xceed Software Inc.
-
- This program is provided to you under the terms of the Microsoft Public
- License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
-
- For more features, controls, and fast professional support,
- pick up the Plus Edition at http://xceed.com/wpf_toolkit
-
- Stay informed: follow @datagrid on Twitter or Like http://facebook.com/datagrids
-
- ***********************************************************************************/
-
-using System;
-using System.Collections;
-using System.Collections.Generic;
-using System.Collections.ObjectModel;
-using System.Collections.Specialized;
-using System.Diagnostics;
-using System.Text;
-
-namespace Xceed.Wpf.DataGrid
-{
- internal class VirtualList : IList, IList