实例介绍
WPF界面设计和几个开源的UI界面库 WPF界面设计和几个开源的UI界面库 WPF界面设计和几个开源的UI界面库
【实例截图】
【核心代码】
646b6254-88b0-48a9-a765-4633b4a06e4d
└── WPF界面设计实例和几个开源UI界面库
└── WPF界面设计实例和几个开源UI界面库
├── Extended WPF Toolkit Binaries
│ ├── de
│ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ ├── es
│ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ ├── fr
│ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ ├── hu
│ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ ├── it
│ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ ├── pt-BR
│ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ ├── ro
│ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ ├── ru
│ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ ├── sv
│ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ ├── Xceed.Wpf.AvalonDock.dll
│ ├── Xceed.Wpf.AvalonDock.Themes.Aero.dll
│ ├── Xceed.Wpf.AvalonDock.Themes.Metro.dll
│ ├── Xceed.Wpf.AvalonDock.Themes.VS2010.dll
│ ├── Xceed.Wpf.DataGrid.dll
│ ├── Xceed.Wpf.Toolkit.dll
│ └── zh-Hans
│ └── Xceed.Wpf.AvalonDock.resources.dll
├── ModernUI.1.0.5
│ ├── FirstFloor.ModernUI.dll
│ ├── FirstFloor.ModernUI.xml
│ ├── License
│ │ ├── License.Icons.txt
│ │ ├── License.RelativeAnimatingContentControl.txt
│ │ └── License.txt
│ ├── ModernUIDemo.exe
│ ├── net40
│ │ ├── FirstFloor.ModernUI.dll
│ │ ├── FirstFloor.ModernUI.xml
│ │ └── Microsoft.Windows.Shell.dll
│ └── ReadMe.txt
├── mui-107668
│ └── 1.0
│ └── FirstFloor.ModernUI
│ ├── Binaries
│ │ └── Microsoft.Windows.Shell.dll
│ ├── Build
│ │ ├── Binaries
│ │ │ ├── MSBuild.Community.Tasks.dll
│ │ │ ├── NuGet.exe
│ │ │ └── signvsix.exe
│ │ ├── Build.bat
│ │ ├── ModernUI.msbuild
│ │ └── ModernUI.WPF.nuspec
│ ├── FirstFloor.ModernUI
│ │ ├── Assets
│ │ │ ├── Button.xaml
│ │ │ ├── Calendar.xaml
│ │ │ ├── CheckBox.xaml
│ │ │ ├── ComboBox.xaml
│ │ │ ├── ContextMenu.xaml
│ │ │ ├── Converters.xaml
│ │ │ ├── DataGrid.xaml
│ │ │ ├── DatePicker.xaml
│ │ │ ├── GridSplitter.xaml
│ │ │ ├── Hyperlink.xaml
│ │ │ ├── Label.xaml
│ │ │ ├── ListBox.xaml
│ │ │ ├── ListView.xaml
│ │ │ ├── MenuItem.xaml
│ │ │ ├── ModernProgressRing.xaml
│ │ │ ├── ModernUI.Dark.xaml
│ │ │ ├── ModernUI.Light.xaml
│ │ │ ├── ModernUI.xaml
│ │ │ ├── ModernWindowEx.xaml
│ │ │ ├── PasswordBox.xaml
│ │ │ ├── ProgressBar.xaml
│ │ │ ├── RadioButton.xaml
│ │ │ ├── ScrollBar.xaml
│ │ │ ├── Slider.xaml
│ │ │ ├── TextBlock.xaml
│ │ │ ├── TextBox.xaml
│ │ │ ├── ToolTip.xaml
│ │ │ └── TreeView.xaml
│ │ ├── FirstFloor.ModernUI.csproj
│ │ ├── FirstFloor.ModernUI.csproj.vspscc
│ │ ├── ModernUIHelper.cs
│ │ ├── Presentation
│ │ │ ├── AppearanceManager.cs
│ │ │ ├── CommandBase.cs
│ │ │ ├── Displayable.cs
│ │ │ ├── FontSize.cs
│ │ │ ├── LinkCollection.cs
│ │ │ ├── Link.cs
│ │ │ ├── LinkGroupCollection.cs
│ │ │ ├── LinkGroup.cs
│ │ │ ├── NotifyPropertyChanged.cs
│ │ │ ├── ReadOnlyLinkGroupCollection.cs
│ │ │ └── RelayCommand.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Themes
│ │ │ ├── BBCodeBlock.xaml
│ │ │ ├── Generic.xaml
│ │ │ ├── ModernButton.xaml
│ │ │ ├── ModernDialog.xaml
│ │ │ ├── ModernFrame.xaml
│ │ │ ├── ModernMenu.xaml
│ │ │ ├── ModernProgressRing.xaml
│ │ │ ├── ModernTab.xaml
│ │ │ ├── ModernWindow.xaml
│ │ │ └── TransitioningContentControl.xaml
│ │ └── Windows
│ │ ├── CommandDictionary.cs
│ │ ├── Controls
│ │ │ ├── BBCode
│ │ │ │ ├── BBCodeLexer.cs
│ │ │ │ ├── BBCodeParser.cs
│ │ │ │ ├── CharBuffer.cs
│ │ │ │ ├── Lexer.cs
│ │ │ │ ├── ParseException.cs
│ │ │ │ ├── Parser.cs
│ │ │ │ ├── TokenBuffer.cs
│ │ │ │ └── Token.cs
│ │ │ ├── BBCodeBlock.cs
│ │ │ ├── DataGridCheckBoxColumn.cs
│ │ │ ├── DataGridComboBoxColumn.cs
│ │ │ ├── DataGridTextColumn.cs
│ │ │ ├── ModernButton.cs
│ │ │ ├── ModernDialog.cs
│ │ │ ├── ModernFrame.cs
│ │ │ ├── ModernMenu.cs
│ │ │ ├── ModernProgressRing.cs
│ │ │ ├── ModernTab.cs
│ │ │ ├── ModernWindow.cs
│ │ │ ├── RelativeAnimatingContentControl.cs
│ │ │ ├── SourceEventArgs.cs
│ │ │ ├── TabLayout.cs
│ │ │ └── TransitioningContentControl.cs
│ │ ├── Converters
│ │ │ ├── BooleanToFontWeightConverter.cs
│ │ │ ├── BooleanToVisibilityConverter.cs
│ │ │ ├── NullOrEmptyStringToVisibilityConverter.cs
│ │ │ ├── NullToVisibilityConverter.cs
│ │ │ ├── ToLowerConverter.cs
│ │ │ └── ToUpperConverter.cs
│ │ ├── DefaultContentLoader.cs
│ │ ├── IContent.cs
│ │ ├── IContentLoader.cs
│ │ ├── Media
│ │ │ └── VisualTreeHelperEx.cs
│ │ └── Navigation
│ │ ├── DefaultLinkNavigator.cs
│ │ ├── FragmentNavigationEventArgs.cs
│ │ ├── ILinkNavigator.cs
│ │ ├── NavigatingCancelEventArgs.cs
│ │ ├── NavigationBaseEventArgs.cs
│ │ ├── NavigationEventArgs.cs
│ │ ├── NavigationFailedEventArgs.cs
│ │ ├── NavigationHelper.cs
│ │ └── NavigationType.cs
│ ├── FirstFloor.ModernUI.App
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Assets
│ │ │ ├── appbar.add.xaml
│ │ │ ├── appbar.adobe.bridge.xaml
│ │ │ ├── appbar.arrow.collapsed.xaml
│ │ │ ├── appbar.arrow.corner.up.right.xaml
│ │ │ ├── appbar.arrow.down.xaml
│ │ │ ├── appbar.arrow.expand.xaml
│ │ │ ├── appbar.box.xaml
│ │ │ ├── appbar.camera.flash.off.xaml
│ │ │ ├── appbar.camera.flash.xaml
│ │ │ ├── appbar.camera.xaml
│ │ │ ├── appbar.cards.club.xaml
│ │ │ ├── appbar.cards.diamond.xaml
│ │ │ ├── appbar.cards.heart.xaml
│ │ │ ├── appbar.cards.spade.xaml
│ │ │ ├── appbar.check.xaml
│ │ │ ├── background.kitty.png
│ │ │ ├── background.love.jpg
│ │ │ ├── background.snowflakes.jpg
│ │ │ ├── ModernUI.BingImage.xaml
│ │ │ ├── ModernUI.HelloKitty.xaml
│ │ │ ├── ModernUI.Love.xaml
│ │ │ └── ModernUI.Snowflakes.xaml
│ │ ├── BingImage.cs
│ │ ├── Content
│ │ │ ├── ContentLoaderImages.xaml
│ │ │ ├── ContentLoaderImages.xaml.cs
│ │ │ ├── ContentLoaderIntro.xaml
│ │ │ ├── ContentLoaderIntro.xaml.cs
│ │ │ ├── ControlsModernBBCodeBlock.xaml
│ │ │ ├── ControlsModernBBCodeBlock.xaml.cs
│ │ │ ├── ControlsModernButton.xaml
│ │ │ ├── ControlsModernButton.xaml.cs
│ │ │ ├── ControlsModernDialog.xaml
│ │ │ ├── ControlsModernDialog.xaml.cs
│ │ │ ├── ControlsModernFrame.xaml
│ │ │ ├── ControlsModernFrame.xaml.cs
│ │ │ ├── ControlsModernMenu.xaml
│ │ │ ├── ControlsModernMenu.xaml.cs
│ │ │ ├── ControlsModernProgressRing.xaml
│ │ │ ├── ControlsModernProgressRing.xaml.cs
│ │ │ ├── ControlsModernWindow.xaml
│ │ │ ├── ControlsModernWindow.xaml.cs
│ │ │ ├── ControlsStylesButton.xaml
│ │ │ ├── ControlsStylesButton.xaml.cs
│ │ │ ├── ControlsStylesDataGrid.xaml
│ │ │ ├── ControlsStylesDataGrid.xaml.cs
│ │ │ ├── ControlsStylesDate.xaml
│ │ │ ├── ControlsStylesDate.xaml.cs
│ │ │ ├── ControlsStylesItemsControl.xaml
│ │ │ ├── ControlsStylesItemsControl.xaml.cs
│ │ │ ├── ControlsStylesProgressBar.xaml
│ │ │ ├── ControlsStylesProgressBar.xaml.cs
│ │ │ ├── ControlsStylesSampleForm.xaml
│ │ │ ├── ControlsStylesSampleForm.xaml.cs
│ │ │ ├── ControlsStylesSlider.xaml
│ │ │ ├── ControlsStylesSlider.xaml.cs
│ │ │ ├── ControlsStylesText.xaml
│ │ │ ├── ControlsStylesText.xaml.cs
│ │ │ ├── LoremIpsumList.xaml
│ │ │ ├── LoremIpsumList.xaml.cs
│ │ │ ├── LoremIpsumSplit.xaml
│ │ │ ├── LoremIpsumSplit.xaml.cs
│ │ │ ├── LoremIpsum.xaml
│ │ │ ├── LoremIpsum.xaml.cs
│ │ │ ├── ModernFrame
│ │ │ │ ├── CancelNavigateSample.xaml
│ │ │ │ ├── CancelNavigateSample.xaml.cs
│ │ │ │ ├── ErrorSample.xaml
│ │ │ │ ├── ErrorSample.xaml.cs
│ │ │ │ ├── Sample.xaml
│ │ │ │ └── Sample.xaml.cs
│ │ │ ├── SettingsAppearanceViewModel.cs
│ │ │ ├── SettingsAppearance.xaml
│ │ │ └── SettingsAppearance.xaml.cs
│ │ ├── FirstFloor.ModernUI.App.csproj
│ │ ├── FirstFloor.ModernUI.App.csproj.vspscc
│ │ ├── FlickrImageLoader.cs
│ │ ├── LoremIpsumLoader.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Pages
│ │ │ ├── ContentLoader.xaml
│ │ │ ├── ContentLoader.xaml.cs
│ │ │ ├── ControlsModern.xaml
│ │ │ ├── ControlsModern.xaml.cs
│ │ │ ├── ControlsStyles.xaml
│ │ │ ├── ControlsStyles.xaml.cs
│ │ │ ├── Introduction.xaml
│ │ │ ├── Introduction.xaml.cs
│ │ │ ├── LayoutBasic.xaml
│ │ │ ├── LayoutBasic.xaml.cs
│ │ │ ├── LayoutList.xaml
│ │ │ ├── LayoutList.xaml.cs
│ │ │ ├── LayoutSplit.xaml
│ │ │ ├── LayoutSplit.xaml.cs
│ │ │ ├── LayoutTab.xaml
│ │ │ ├── LayoutTab.xaml.cs
│ │ │ ├── LayoutWireframe.xaml
│ │ │ ├── LayoutWireframe.xaml.cs
│ │ │ ├── Navigation.xaml
│ │ │ ├── Navigation.xaml.cs
│ │ │ ├── Settings.xaml
│ │ │ └── Settings.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SampleDisabledCommand.cs
│ │ ├── SampleFormViewModel.cs
│ │ ├── SampleMsgBoxCommand.cs
│ │ └── SampleParameterCommand.cs
│ ├── FirstFloor.ModernUI.sln
│ ├── FirstFloor.ModernUI.Templates
│ │ ├── ModernUI.App
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Content
│ │ │ │ ├── About.xaml
│ │ │ │ ├── About.xaml.cs
│ │ │ │ ├── SettingsAppearanceViewModel.cs
│ │ │ │ ├── SettingsAppearance.xaml
│ │ │ │ └── SettingsAppearance.xaml.cs
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── ModernUI.App.csproj
│ │ │ ├── ModernUI.App.csproj.vspscc
│ │ │ ├── ModernUI.App.ico
│ │ │ ├── ModernUI.App.vstemplate
│ │ │ ├── Pages
│ │ │ │ ├── Home.xaml
│ │ │ │ ├── Home.xaml.cs
│ │ │ │ ├── Settings.xaml
│ │ │ │ └── Settings.xaml.cs
│ │ │ ├── ProjectTemplate.csproj
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ModernUI.BasicPage
│ │ │ ├── BasicPage.xaml
│ │ │ ├── BasicPage.xaml.cs
│ │ │ ├── ModernUI.BasicPage.csproj
│ │ │ ├── ModernUI.BasicPage.csproj.vspscc
│ │ │ ├── ModernUI.BasicPage.ico
│ │ │ ├── ModernUI.BasicPage.vstemplate
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ModernUI.ListPage
│ │ │ ├── ListPage.xaml
│ │ │ ├── ListPage.xaml.cs
│ │ │ ├── ModernUI.ListPage.csproj
│ │ │ ├── ModernUI.ListPage.csproj.vspscc
│ │ │ ├── ModernUI.ListPage.ico
│ │ │ ├── ModernUI.ListPage.vstemplate
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ModernUI.SplitPage
│ │ │ ├── ModernUI.SplitPage.csproj
│ │ │ ├── ModernUI.SplitPage.csproj.vspscc
│ │ │ ├── ModernUI.SplitPage.ico
│ │ │ ├── ModernUI.SplitPage.vstemplate
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SplitPage.xaml
│ │ │ └── SplitPage.xaml.cs
│ │ ├── ModernUI.TabPage
│ │ │ ├── ModernUI.TabPage.csproj
│ │ │ ├── ModernUI.TabPage.csproj.vspscc
│ │ │ ├── ModernUI.TabPage.ico
│ │ │ ├── ModernUI.TabPage.vstemplate
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── TabPage.xaml
│ │ │ └── TabPage.xaml.cs
│ │ ├── ModernUI.Templates
│ │ │ ├── License.txt
│ │ │ ├── ModernUI.icon.png
│ │ │ ├── ModernUI.preview.png
│ │ │ ├── ModernUI.Templates.csproj
│ │ │ ├── ModernUI.Templates.csproj.vspscc
│ │ │ ├── Packages
│ │ │ │ └── ModernUI.WPF.1.0.5.nupkg
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── source.extension.vsixmanifest
│ │ ├── ModernUI.Templates.sln
│ │ ├── ModernUI.Templates.vssscc
│ │ └── ModernUI.Theme
│ │ ├── ModernUI.Theme.csproj
│ │ ├── ModernUI.Theme.csproj.vspscc
│ │ ├── ModernUI.Theme.ico
│ │ ├── ModernUI.Theme.vstemplate
│ │ ├── ModernUI.Theme.xaml
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── FirstFloor.ModernUI.vssscc
│ ├── FirstFloor.ModernUI.WPF4
│ │ ├── Assets
│ │ │ └── ModernWindowEx.xaml
│ │ ├── FirstFloor.ModernUI.WPF4.csproj
│ │ ├── FirstFloor.ModernUI.WPF4.csproj.vspscc
│ │ └── Themes
│ │ ├── ModernDialog.xaml
│ │ └── ModernWindow.xaml
│ ├── License.icons.txt
│ ├── License.RelativeAnimatingContentControl.txt
│ ├── License.txt
│ └── ReadMe.txt
├── wpftoolkit-106497
│ ├── BuildProcessTemplates
│ │ ├── DefaultTemplate.11.1.xaml
│ │ ├── LabDefaultTemplate.11.xaml
│ │ └── UpgradeTemplate.xaml
│ └── Main
│ └── Source
│ ├── ExtendedWPFToolkitSolution
│ │ ├── Libs
│ │ │ ├── READ_ME.txt
│ │ │ └── Xceed.Wpf.Samples.SampleData.dll
│ │ ├── Src
│ │ │ ├── Xceed.Wpf.AvalonDock
│ │ │ │ ├── AssemblyVersionInfoCommon.cs
│ │ │ │ ├── AssemblyVersionInfo.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── de
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── es
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── fr
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── hu
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── it
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── pt-BR
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── ro
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── ru
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── sv
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.dll
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.pdb
│ │ │ │ │ └── zh-Hans
│ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ ├── Commands
│ │ │ │ │ └── RelayCommand.cs
│ │ │ │ ├── Controls
│ │ │ │ │ ├── AnchorablePaneControlOverlayArea.cs
│ │ │ │ │ ├── AnchorablePaneDropTarget.cs
│ │ │ │ │ ├── AnchorablePaneTabPanel.cs
│ │ │ │ │ ├── AnchorablePaneTitle.cs
│ │ │ │ │ ├── AutoHideWindowManager.cs
│ │ │ │ │ ├── BindingHelper.cs
│ │ │ │ │ ├── ContextMenuEx.cs
│ │ │ │ │ ├── DockingManagerDropTarget.cs
│ │ │ │ │ ├── DockingManagerOverlayArea.cs
│ │ │ │ │ ├── DocumentPaneControlOverlayArea.cs
│ │ │ │ │ ├── DocumentPaneDropAsAnchorableTarget.cs
│ │ │ │ │ ├── DocumentPaneDropTarget.cs
│ │ │ │ │ ├── DocumentPaneGroupDropTarget.cs
│ │ │ │ │ ├── DocumentPaneTabPanel.cs
│ │ │ │ │ ├── DragService.cs
│ │ │ │ │ ├── DropArea.cs
│ │ │ │ │ ├── DropDownButton.cs
│ │ │ │ │ ├── DropDownControlArea.cs
│ │ │ │ │ ├── DropTargetBase.cs
│ │ │ │ │ ├── DropTarget.cs
│ │ │ │ │ ├── DropTargetType.cs
│ │ │ │ │ ├── Extentions.cs
│ │ │ │ │ ├── FocusElementManager.cs
│ │ │ │ │ ├── FullWeakDictionary.cs
│ │ │ │ │ ├── IDropTarget.cs
│ │ │ │ │ ├── IOverlayWindowArea.cs
│ │ │ │ │ ├── IOverlayWindow.cs
│ │ │ │ │ ├── IOverlayWindowDropTarget.cs
│ │ │ │ │ ├── IOverlayWindowHost.cs
│ │ │ │ │ ├── LayoutAnchorableControl.cs
│ │ │ │ │ ├── LayoutAnchorableFloatingWindowControl.cs
│ │ │ │ │ ├── LayoutAnchorableItem.cs
│ │ │ │ │ ├── LayoutAnchorablePaneControl.cs
│ │ │ │ │ ├── LayoutAnchorablePaneGroupControl.cs
│ │ │ │ │ ├── LayoutAnchorableTabItem.cs
│ │ │ │ │ ├── LayoutAnchorControl.cs
│ │ │ │ │ ├── LayoutAnchorGroupControl.cs
│ │ │ │ │ ├── LayoutAnchorSideControl.cs
│ │ │ │ │ ├── LayoutAutoHideWindowControl.cs
│ │ │ │ │ ├── LayoutDocumentControl.cs
│ │ │ │ │ ├── LayoutDocumentFloatingWindowControl.cs
│ │ │ │ │ ├── LayoutDocumentItem.cs
│ │ │ │ │ ├── LayoutDocumentPaneControl.cs
│ │ │ │ │ ├── LayoutDocumentPaneGroupControl.cs
│ │ │ │ │ ├── LayoutDocumentTabItem.cs
│ │ │ │ │ ├── LayoutFloatingWindowControl.cs
│ │ │ │ │ ├── LayoutGridControl.cs
│ │ │ │ │ ├── LayoutGridResizerControl.cs
│ │ │ │ │ ├── LayoutItem.cs
│ │ │ │ │ ├── LayoutPanelControl.cs
│ │ │ │ │ ├── MenuItemEx.cs
│ │ │ │ │ ├── NavigatorWindow.cs
│ │ │ │ │ ├── OverlayArea.cs
│ │ │ │ │ ├── OverlayWindow.cs
│ │ │ │ │ ├── OverlayWindowDropTarget.cs
│ │ │ │ │ ├── OverlayWindowDropTargetType.cs
│ │ │ │ │ ├── ReentrantFlag.cs
│ │ │ │ │ ├── Shell
│ │ │ │ │ │ ├── Standard
│ │ │ │ │ │ │ ├── ComGuids.cs
│ │ │ │ │ │ │ ├── Debug.cs
│ │ │ │ │ │ │ ├── DoubleUtil.cs
│ │ │ │ │ │ │ ├── DpiHelper.cs
│ │ │ │ │ │ │ ├── ErrorCodes.cs
│ │ │ │ │ │ │ ├── MessageWindow.cs
│ │ │ │ │ │ │ ├── NativeMethods.cs
│ │ │ │ │ │ │ ├── ShellProvider.cs
│ │ │ │ │ │ │ ├── StreamHelper.cs
│ │ │ │ │ │ │ ├── Utilities.cs
│ │ │ │ │ │ │ └── Verify.cs
│ │ │ │ │ │ ├── SystemCommands.cs
│ │ │ │ │ │ ├── SystemParameters2.cs
│ │ │ │ │ │ ├── WindowChrome.cs
│ │ │ │ │ │ └── WindowChromeWorker.cs
│ │ │ │ │ ├── TransformExtentions.cs
│ │ │ │ │ ├── WeakDictionary.cs
│ │ │ │ │ ├── WindowActivateEventArgs.cs
│ │ │ │ │ └── WindowHookHandler.cs
│ │ │ │ ├── Converters
│ │ │ │ │ ├── ActivateCommandLayoutItemFromLayoutModelConverter.cs
│ │ │ │ │ ├── AnchorSideToAngleConverter.cs
│ │ │ │ │ ├── AnchorSideToOrientationConverter.cs
│ │ │ │ │ ├── AutoHideCommandLayoutItemFromLayoutModelConverter.cs
│ │ │ │ │ ├── BoolToVisibilityConverter.cs
│ │ │ │ │ ├── HideCommandLayoutItemFromLayoutModelConverter.cs
│ │ │ │ │ ├── InverseBoolToVisibilityConverter.cs
│ │ │ │ │ ├── LayoutItemFromLayoutModelConverter.cs
│ │ │ │ │ ├── NullToDoNothingConverter.cs
│ │ │ │ │ └── UriSourceToBitmapImageConverter.cs
│ │ │ │ ├── DockingManager.cs
│ │ │ │ ├── DocumentClosedEventArgs.cs
│ │ │ │ ├── DocumentClosingEventArgs.cs
│ │ │ │ ├── Extentions.cs
│ │ │ │ ├── Layout
│ │ │ │ │ ├── AnchorableShowStrategy.cs
│ │ │ │ │ ├── AnchorSide.cs
│ │ │ │ │ ├── ChildrenTreeChangedEventArgs.cs
│ │ │ │ │ ├── Extentions.cs
│ │ │ │ │ ├── ILayoutAnchorablePane.cs
│ │ │ │ │ ├── ILayoutContainer.cs
│ │ │ │ │ ├── ILayoutContentSelector.cs
│ │ │ │ │ ├── ILayoutControl.cs
│ │ │ │ │ ├── ILayoutDocumentPane.cs
│ │ │ │ │ ├── ILayoutElement.cs
│ │ │ │ │ ├── ILayoutElementWithVisibility.cs
│ │ │ │ │ ├── ILayoutGroup.cs
│ │ │ │ │ ├── ILayoutOrientableElement.cs
│ │ │ │ │ ├── ILayoutPane.cs
│ │ │ │ │ ├── ILayoutPanelElement.cs
│ │ │ │ │ ├── ILayoutPaneSerializable.cs
│ │ │ │ │ ├── ILayoutPositionableElement.cs
│ │ │ │ │ ├── ILayoutPreviousContainer.cs
│ │ │ │ │ ├── ILayoutRoot.cs
│ │ │ │ │ ├── ILayoutUpdateStrategy.cs
│ │ │ │ │ ├── LayoutAnchorable.cs
│ │ │ │ │ ├── LayoutAnchorableFloatingWindow.cs
│ │ │ │ │ ├── LayoutAnchorablePane.cs
│ │ │ │ │ ├── LayoutAnchorablePaneGroup.cs
│ │ │ │ │ ├── LayoutAnchorGroup.cs
│ │ │ │ │ ├── LayoutAnchorSide.cs
│ │ │ │ │ ├── LayoutContent.cs
│ │ │ │ │ ├── LayoutDocument.cs
│ │ │ │ │ ├── LayoutDocumentFloatingWindow.cs
│ │ │ │ │ ├── LayoutDocumentPane.cs
│ │ │ │ │ ├── LayoutDocumentPaneGroup.cs
│ │ │ │ │ ├── LayoutElement.cs
│ │ │ │ │ ├── LayoutElementEventArgs.cs
│ │ │ │ │ ├── LayoutFloatingWindow.cs
│ │ │ │ │ ├── LayoutGroupBase.cs
│ │ │ │ │ ├── LayoutGroup.cs
│ │ │ │ │ ├── LayoutPanel.cs
│ │ │ │ │ ├── LayoutPositionableGroup.cs
│ │ │ │ │ ├── LayoutRoot.cs
│ │ │ │ │ └── Serialization
│ │ │ │ │ ├── LayoutSerializationCallbackEventArgs.cs
│ │ │ │ │ ├── LayoutSerializer.cs
│ │ │ │ │ └── XmlLayoutSerializer.cs
│ │ │ │ ├── LayoutEventArgs.cs
│ │ │ │ ├── MathHelper.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── de
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── es
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── fr
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ │ │ ├── hu
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── it
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── pt-BR
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── ro
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── ru
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── sv
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── Themes
│ │ │ │ │ │ └── generic.baml
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.dll
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.g.resources
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock_MarkupCompile.cache
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock_MarkupCompile.i.cache
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock_MarkupCompile.lref
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.pdb
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Properties.Resources.de.resources
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Properties.Resources.es.resources
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Properties.Resources.fr.resources
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Properties.Resources.hu.resources
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Properties.Resources.it.resources
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Properties.Resources.pt-BR.resources
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Properties.Resources.resources
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Properties.Resources.ro.resources
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Properties.Resources.ru.resources
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Properties.Resources.sv.resources
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Properties.Resources.zh-Hans.resources
│ │ │ │ │ └── zh-Hans
│ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.de.Designer.cs
│ │ │ │ │ ├── Resources.de.resx
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.es.Designer.cs
│ │ │ │ │ ├── Resources.es.resx
│ │ │ │ │ ├── Resources.fr.Designer.cs
│ │ │ │ │ ├── Resources.fr.resx
│ │ │ │ │ ├── Resources.hu.Designer.cs
│ │ │ │ │ ├── Resources.hu.resx
│ │ │ │ │ ├── Resources.it.Designer.cs
│ │ │ │ │ ├── Resources.it.resx
│ │ │ │ │ ├── Resources.pt-BR.Designer.cs
│ │ │ │ │ ├── Resources.pt-BR.resx
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Resources.ro.Designer.cs
│ │ │ │ │ ├── Resources.ro.resx
│ │ │ │ │ ├── Resources.ru.Designer.cs
│ │ │ │ │ ├── Resources.ru.resx
│ │ │ │ │ ├── Resources.sv.Designer.cs
│ │ │ │ │ ├── Resources.sv.resx
│ │ │ │ │ ├── Resources.zh-Hans.Designer.cs
│ │ │ │ │ └── Resources.zh-Hans.resx
│ │ │ │ ├── sn.snk
│ │ │ │ ├── Themes
│ │ │ │ │ ├── DictionaryTheme.cs
│ │ │ │ │ ├── Generic
│ │ │ │ │ │ └── Images
│ │ │ │ │ │ ├── DockBottom.PNG
│ │ │ │ │ │ ├── DockLeft.PNG
│ │ │ │ │ │ ├── DockPaneEmpty.png
│ │ │ │ │ │ ├── DockPane.PNG
│ │ │ │ │ │ ├── DockRight.PNG
│ │ │ │ │ │ ├── DockTop.PNG
│ │ │ │ │ │ ├── HTabGroup.png
│ │ │ │ │ │ ├── InnerDockDocPaneBottom.png
│ │ │ │ │ │ ├── InnerDockDocPaneLeft.png
│ │ │ │ │ │ ├── InnerDockDocPaneRight.png
│ │ │ │ │ │ ├── InnerDockDocPaneTop.png
│ │ │ │ │ │ ├── InnerDockPaneBottom.png
│ │ │ │ │ │ ├── InnerDockPaneInside.png
│ │ │ │ │ │ ├── InnerDockPaneLeft.png
│ │ │ │ │ │ ├── InnerDockPaneRight.png
│ │ │ │ │ │ ├── InnerDockPaneTop.png
│ │ │ │ │ │ ├── Locked.png
│ │ │ │ │ │ ├── PinAutoHide.png
│ │ │ │ │ │ ├── PinClose.png
│ │ │ │ │ │ ├── PinDocMenu.png
│ │ │ │ │ │ ├── PinMaximize.png
│ │ │ │ │ │ ├── PinMenu.png
│ │ │ │ │ │ ├── PinRestore.png
│ │ │ │ │ │ └── VTabGroup.png
│ │ │ │ │ ├── GenericTheme.cs
│ │ │ │ │ ├── generic.xaml
│ │ │ │ │ └── Theme.cs
│ │ │ │ ├── Win32Helper.cs
│ │ │ │ ├── WindowHelper.cs
│ │ │ │ └── Xceed.Wpf.AvalonDock.csproj
│ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Aero
│ │ │ │ ├── AeroColors.cs
│ │ │ │ ├── AeroTheme.cs
│ │ │ │ ├── AssemblyVersionInfoCommon.cs
│ │ │ │ ├── AssemblyVersionInfo.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── de
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── es
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── fr
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── hu
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── it
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── pt-BR
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── ro
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── ru
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── sv
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.dll
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.pdb
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Aero.dll
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Aero.pdb
│ │ │ │ │ └── zh-Hans
│ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ ├── Brushes.xaml
│ │ │ │ ├── Controls
│ │ │ │ │ └── SplineBorder.cs
│ │ │ │ ├── Images
│ │ │ │ │ ├── DockAnchorableBottom.png
│ │ │ │ │ ├── DockAnchorableLeft.png
│ │ │ │ │ ├── DockAnchorableRight.png
│ │ │ │ │ ├── DockAnchorableTop.png
│ │ │ │ │ ├── DockDocumentAsAnchorableBottom.png
│ │ │ │ │ ├── DockDocumentAsAnchorableLeft.png
│ │ │ │ │ ├── DockDocumentAsAnchorableRight.png
│ │ │ │ │ ├── DockDocumentAsAnchorableTop.png
│ │ │ │ │ ├── DockDocumentBottom.png
│ │ │ │ │ ├── DockDocumentInside.png
│ │ │ │ │ ├── DockDocumentLeft.png
│ │ │ │ │ ├── DockDocumentRight.png
│ │ │ │ │ ├── DockDocumentTop.png
│ │ │ │ │ ├── DockPaneEmpty.png
│ │ │ │ │ ├── DockPaneLargeEmpty.png
│ │ │ │ │ ├── HTabGroup.png
│ │ │ │ │ ├── Locked.png
│ │ │ │ │ ├── PinAutoHide_Black.png
│ │ │ │ │ ├── PinAutoHide_Dark.png
│ │ │ │ │ ├── PinAutoHide.png
│ │ │ │ │ ├── PinClose_Black.png
│ │ │ │ │ ├── PinClose_Dark.png
│ │ │ │ │ ├── PinClose.png
│ │ │ │ │ ├── PinDocMenu_Black.png
│ │ │ │ │ ├── PinDocMenu_Dark.png
│ │ │ │ │ ├── PinDocMenu.png
│ │ │ │ │ ├── PinMaximize_Black.png
│ │ │ │ │ ├── PinMaximize_Dark.png
│ │ │ │ │ ├── PinMaximize.png
│ │ │ │ │ ├── PinMenu_Black.png
│ │ │ │ │ ├── PinMenu_Dark.png
│ │ │ │ │ ├── PinMenu.png
│ │ │ │ │ ├── PinRestore_Black.png
│ │ │ │ │ ├── PinRestore_Dark.png
│ │ │ │ │ ├── PinRestore.png
│ │ │ │ │ └── VTabGroup.png
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Brushes.baml
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ │ │ ├── Theme.baml
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Aero.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Aero.csprojResolveAssemblyReference.cache
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Aero.dll
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Aero.g.resources
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Aero_MarkupCompile.cache
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Aero_MarkupCompile.i.cache
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Aero_MarkupCompile.i.lref
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Aero_MarkupCompile.lref
│ │ │ │ │ └── Xceed.Wpf.AvalonDock.Themes.Aero.pdb
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── sn.snk
│ │ │ │ ├── Theme.xaml
│ │ │ │ └── Xceed.Wpf.AvalonDock.Themes.Aero.csproj
│ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Metro
│ │ │ │ ├── AssemblyVersionInfoCommon.cs
│ │ │ │ ├── AssemblyVersionInfo.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── de
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── es
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── fr
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── hu
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── it
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── pt-BR
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── ro
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── ru
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── sv
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.dll
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.pdb
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Metro.dll
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Metro.pdb
│ │ │ │ │ └── zh-Hans
│ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ ├── Brushes.xaml
│ │ │ │ ├── Images
│ │ │ │ │ ├── DockAnchorableBottom.png
│ │ │ │ │ ├── DockAnchorableLeft.png
│ │ │ │ │ ├── DockAnchorableRight.png
│ │ │ │ │ ├── DockAnchorableTop.png
│ │ │ │ │ ├── DockDocumentAsAnchorableBottom.png
│ │ │ │ │ ├── DockDocumentAsAnchorableLeft.png
│ │ │ │ │ ├── DockDocumentAsAnchorableRight.png
│ │ │ │ │ ├── DockDocumentAsAnchorableTop.png
│ │ │ │ │ ├── DockDocumentBottom.png
│ │ │ │ │ ├── DockDocumentInside.png
│ │ │ │ │ ├── DockDocumentLeft.png
│ │ │ │ │ ├── DockDocumentRight.png
│ │ │ │ │ ├── DockDocumentTop.png
│ │ │ │ │ ├── DockPaneEmpty.png
│ │ │ │ │ ├── DockPaneLargeEmpty.png
│ │ │ │ │ ├── HTabGroup.png
│ │ │ │ │ ├── Locked.png
│ │ │ │ │ ├── PinAutoHide_Black.png
│ │ │ │ │ ├── PinAutoHide_Dark.png
│ │ │ │ │ ├── PinAutoHide.png
│ │ │ │ │ ├── PinClose_Black.png
│ │ │ │ │ ├── PinClose_Dark.png
│ │ │ │ │ ├── PinClose.png
│ │ │ │ │ ├── PinDocMenu_Black.png
│ │ │ │ │ ├── PinDocMenu.png
│ │ │ │ │ ├── PinMaximize_Black.png
│ │ │ │ │ ├── PinMaximize_Dark.png
│ │ │ │ │ ├── PinMaximize.png
│ │ │ │ │ ├── PinMenu_Black.png
│ │ │ │ │ ├── PinMenu_Dark.png
│ │ │ │ │ ├── PinMenu.png
│ │ │ │ │ ├── PinRestore_Black.png
│ │ │ │ │ ├── PinRestore_Dark.png
│ │ │ │ │ ├── PinRestore.png
│ │ │ │ │ └── VTabGroup.png
│ │ │ │ ├── MetroTheme.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Brushes.baml
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── Theme.baml
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Metro.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Metro.dll
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Metro.g.resources
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Metro_MarkupCompile.cache
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Metro_MarkupCompile.i.cache
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Metro_MarkupCompile.i.lref
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.Metro_MarkupCompile.lref
│ │ │ │ │ └── Xceed.Wpf.AvalonDock.Themes.Metro.pdb
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── sn.snk
│ │ │ │ ├── Theme.xaml
│ │ │ │ └── Xceed.Wpf.AvalonDock.Themes.Metro.csproj
│ │ │ ├── Xceed.Wpf.AvalonDock.Themes.VS2010
│ │ │ │ ├── AssemblyVersionInfoCommon.cs
│ │ │ │ ├── AssemblyVersionInfo.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── de
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── es
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── fr
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── hu
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── it
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── pt-BR
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── ro
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── ru
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── sv
│ │ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.dll
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.pdb
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.VS2010.dll
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.VS2010.pdb
│ │ │ │ │ └── zh-Hans
│ │ │ │ │ └── Xceed.Wpf.AvalonDock.resources.dll
│ │ │ │ ├── Brushes.xaml
│ │ │ │ ├── Images
│ │ │ │ │ ├── DockAnchorableBottom.png
│ │ │ │ │ ├── DockAnchorableLeft.png
│ │ │ │ │ ├── DockAnchorableRight.png
│ │ │ │ │ ├── DockAnchorableTop.png
│ │ │ │ │ ├── DockDocumentAsAnchorableBottom.png
│ │ │ │ │ ├── DockDocumentAsAnchorableLeft.png
│ │ │ │ │ ├── DockDocumentAsAnchorableRight.png
│ │ │ │ │ ├── DockDocumentAsAnchorableTop.png
│ │ │ │ │ ├── DockDocumentBottom.png
│ │ │ │ │ ├── DockDocumentInside.png
│ │ │ │ │ ├── DockDocumentLeft.png
│ │ │ │ │ ├── DockDocumentRight.png
│ │ │ │ │ ├── DockDocumentTop.png
│ │ │ │ │ ├── DockPaneEmpty.png
│ │ │ │ │ ├── DockPaneLargeEmpty.png
│ │ │ │ │ ├── HTabGroup.png
│ │ │ │ │ ├── Locked.png
│ │ │ │ │ ├── PinAutoHide_Black.png
│ │ │ │ │ ├── PinAutoHide_Dark.png
│ │ │ │ │ ├── PinAutoHide.png
│ │ │ │ │ ├── PinClose_Black.png
│ │ │ │ │ ├── PinClose_Dark.png
│ │ │ │ │ ├── PinClose.png
│ │ │ │ │ ├── PinDocMenu_Black.png
│ │ │ │ │ ├── PinDocMenu.png
│ │ │ │ │ ├── PinMaximize_Black.png
│ │ │ │ │ ├── PinMaximize_Dark.png
│ │ │ │ │ ├── PinMaximize.png
│ │ │ │ │ ├── PinMenu_Black.png
│ │ │ │ │ ├── PinMenu_Dark.png
│ │ │ │ │ ├── PinMenu.png
│ │ │ │ │ ├── PinRestore_Black.png
│ │ │ │ │ ├── PinRestore_Dark.png
│ │ │ │ │ ├── PinRestore.png
│ │ │ │ │ └── VTabGroup.png
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Brushes.baml
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── Theme.baml
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.VS2010.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.VS2010.dll
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.VS2010.g.resources
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.VS2010_MarkupCompile.cache
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.VS2010_MarkupCompile.i.cache
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.VS2010_MarkupCompile.i.lref
│ │ │ │ │ ├── Xceed.Wpf.AvalonDock.Themes.VS2010_MarkupCompile.lref
│ │ │ │ │ └── Xceed.Wpf.AvalonDock.Themes.VS2010.pdb
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── sn.snk
│ │ │ │ ├── Theme.xaml
│ │ │ │ ├── VS2010Theme.cs
│ │ │ │ └── Xceed.Wpf.AvalonDock.Themes.VS2010.csproj
│ │ │ ├── Xceed.Wpf.DataGrid
│ │ │ │ ├── ActivationGestureCollection.cs
│ │ │ │ ├── ActivationGesture.cs
│ │ │ │ ├── AddingNewDataItemEvent.cs
│ │ │ │ ├── AllowDetailToggleChangedEventManager.cs
│ │ │ │ ├── AssemblyVersionInfoCommon.cs
│ │ │ │ ├── AssemblyVersionInfo.cs
│ │ │ │ ├── Automation
│ │ │ │ │ ├── AutomationPeerExtensions.cs
│ │ │ │ │ ├── AutomationQueryEvents.cs
│ │ │ │ │ ├── CellAutomationPeer.cs
│ │ │ │ │ ├── ColumnManagerCellAutomationPeer.cs
│ │ │ │ │ ├── ColumnManagerRowAutomationPeer.cs
│ │ │ │ │ ├── DataGridContextAutomationPeer.cs
│ │ │ │ │ ├── DataGridControlAutomationPeer.cs
│ │ │ │ │ ├── DataGridGroupAutomationPeer.cs
│ │ │ │ │ ├── DataGridItemAutomationPeer.cs
│ │ │ │ │ ├── DataGridItemCellAutomationPeer.cs
│ │ │ │ │ ├── HeaderFooterItemAutomationPeer.cs
│ │ │ │ │ ├── QueryAutomationIdRoutedEventArgs.cs
│ │ │ │ │ ├── QueryHelpTextRoutedEventArgs.cs
│ │ │ │ │ ├── QueryItemStatusRoutedEventArgs.cs
│ │ │ │ │ ├── QueryItemTypeRoutedEventArgs.cs
│ │ │ │ │ ├── QueryNameRoutedEventArgs.cs
│ │ │ │ │ └── RowAutomationPeer.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── PresentationFramework.Aero.dll
│ │ │ │ │ ├── Xceed.Wpf.DataGrid.dll
│ │ │ │ │ ├── Xceed.Wpf.DataGrid.pdb
│ │ │ │ │ ├── Xceed.Wpf.Toolkit.dll
│ │ │ │ │ └── Xceed.Wpf.Toolkit.pdb
│ │ │ │ ├── CanBeCurrentWhenReadOnlyChangedEventManager.cs
│ │ │ │ ├── CellCollection.cs
│ │ │ │ ├── CellContentPresenter.cs
│ │ │ │ ├── CellContentTemplateChangedEventManager.cs
│ │ │ │ ├── Cell.cs
│ │ │ │ ├── CellEditorContext.cs
│ │ │ │ ├── CellEditor.cs
│ │ │ │ ├── CellEditorDisplayConditionsChangedEventManager.cs
│ │ │ │ ├── CellState.cs
│ │ │ │ ├── CellValidatingEvent.cs
│ │ │ │ ├── CellValidationContext.cs
│ │ │ │ ├── CellValidationError.cs
│ │ │ │ ├── CellValidationErrorRoutedEvent.cs
│ │ │ │ ├── (CollectionView)
│ │ │ │ │ ├── AsyncCommitInfo.cs
│ │ │ │ │ ├── AsyncQueryInfo.cs
│ │ │ │ │ ├── AsyncQueryInfoWeakComparer.cs
│ │ │ │ │ ├── AutoFilterValuesChangedEventArgs.cs
│ │ │ │ │ ├── BindingPathValueExtractor.cs
│ │ │ │ │ ├── CollectionViewGroupExtensions.cs
│ │ │ │ │ ├── CommitItemsEvent.cs
│ │ │ │ │ ├── CustomDistinctValueItemConfigurationCollection.cs
│ │ │ │ │ ├── CustomDistinctValueItemConfiguration.cs
│ │ │ │ │ ├── CustomDistinctValueItemFilterEventArgs.cs
│ │ │ │ │ ├── DataGridCollectionViewBase.cs
│ │ │ │ │ ├── DataGridCollectionViewBaseDataProvider.cs
│ │ │ │ │ ├── DataGridCollectionView.cs
│ │ │ │ │ ├── DataGridCollectionViewDataProvider.cs
│ │ │ │ │ ├── DataGridCollectionViewEnumerator.cs
│ │ │ │ │ ├── DataGridCollectionViewGroup.cs
│ │ │ │ │ ├── DataGridCollectionViewGroupRoot.cs
│ │ │ │ │ ├── DataGridCollectionViewGroupSort.cs
│ │ │ │ │ ├── DataGridCollectionViewSort.cs
│ │ │ │ │ ├── DataGridCollectionViewSourceBase.cs
│ │ │ │ │ ├── DataGridCollectionViewSource.cs
│ │ │ │ │ ├── DataGridCommittingNewItemEvent.cs
│ │ │ │ │ ├── DataGridCreatingNewItemEvent.cs
│ │ │ │ │ ├── DataGridDetailDescriptionCollection.cs
│ │ │ │ │ ├── DataGridDetailDescription.cs
│ │ │ │ │ ├── DataGridGroupDescription.cs
│ │ │ │ │ ├── DataGridGroupInfo.cs
│ │ │ │ │ ├── DataGridItemCancelEvent.cs
│ │ │ │ │ ├── DataGridItemEvent.cs
│ │ │ │ │ ├── DataGridItemHandledEvent.cs
│ │ │ │ │ ├── DataGridItemPropertyBase.cs
│ │ │ │ │ ├── DataGridItemPropertyBase.PropertyDescriptorFromItemPropertyBase.cs
│ │ │ │ │ ├── DataGridItemPropertyCollection.cs
│ │ │ │ │ ├── DataGridItemPropertyCommittingValue.cs
│ │ │ │ │ ├── DataGridItemProperty.cs
│ │ │ │ │ ├── DataGridItemPropertyDictionary.cs
│ │ │ │ │ ├── DataGridItemProperty.PropertyDescriptorFromItemProperty.cs
│ │ │ │ │ ├── DataGridItemPropertyQueryValueEvent.cs
│ │ │ │ │ ├── DataGridItemRemovedEvent.cs
│ │ │ │ │ ├── DataGridLINQPageManager.cs
│ │ │ │ │ ├── DataGridPageManagerBase.cs
│ │ │ │ │ ├── DataGridPageManager.cs
│ │ │ │ │ ├── DataGridRemovingItemEvent.cs
│ │ │ │ │ ├── DataGridSortDescriptionCollection.cs
│ │ │ │ │ ├── DataGridUnboundItemProperty.cs
│ │ │ │ │ ├── DataGridVirtualizingCollectionViewBase.cs
│ │ │ │ │ ├── DataGridVirtualizingCollectionView.cs
│ │ │ │ │ ├── DataGridVirtualizingCollectionViewDataProvider.cs
│ │ │ │ │ ├── DataGridVirtualizingCollectionViewGroupBase.cs
│ │ │ │ │ ├── DataGridVirtualizingCollectionViewGroup.cs
│ │ │ │ │ ├── DataGridVirtualizingCollectionViewGroupRoot.cs
│ │ │ │ │ ├── DataGridVirtualizingCollectionViewSourceBase.cs
│ │ │ │ │ ├── DataGridVirtualizingCollectionViewSource.cs
│ │ │ │ │ ├── DataGridVirtualizingQueryableCollectionView.cs
│ │ │ │ │ ├── DataGridVirtualizingQueryableCollectionViewDataProvider.cs
│ │ │ │ │ ├── DataGridVirtualizingQueryableCollectionViewGroup.cs
│ │ │ │ │ ├── DataGridVirtualizingQueryableCollectionViewGroupRoot.cs
│ │ │ │ │ ├── DataGridVirtualizingQueryableCollectionViewSource.cs
│ │ │ │ │ ├── DataRelationDetailDescription.cs
│ │ │ │ │ ├── DataRowColumnPropertyDescriptor.cs
│ │ │ │ │ ├── (DataVirtualization)
│ │ │ │ │ │ ├── EmptyDataItem.cs
│ │ │ │ │ │ ├── VirtualizedItemInfo.cs
│ │ │ │ │ │ ├── VirtualizedItemValueCollection.cs
│ │ │ │ │ │ ├── VirtualList.cs
│ │ │ │ │ │ ├── VirtualListEnumerator.cs
│ │ │ │ │ │ ├── VirtualListTableOfContent.cs
│ │ │ │ │ │ ├── VirtualPage.cs
│ │ │ │ │ │ └── VirtualPageManager.cs
│ │ │ │ │ ├── DeferredOperation.cs
│ │ │ │ │ ├── DeferredOperationManager.cs
│ │ │ │ │ ├── DistinctValuesDictionary.cs
│ │ │ │ │ ├── EmptyDataItemSafePropertyDescriptor.cs
│ │ │ │ │ ├── EntityDetailDescription.cs
│ │ │ │ │ ├── EnumerableDetailDescription.cs
│ │ │ │ │ ├── (ForeignKeys)
│ │ │ │ │ │ ├── DataGridForeignKeyDescription.cs
│ │ │ │ │ │ └── DataTableForeignKeyDescription.cs
│ │ │ │ │ ├── GroupDescriptionCollection.cs
│ │ │ │ │ ├── GroupNameCountPair.cs
│ │ │ │ │ ├── GroupSortComparer.cs
│ │ │ │ │ ├── JaggedArrayPropertyDescriptor.cs
│ │ │ │ │ ├── ListSourceDetailDescription.cs
│ │ │ │ │ ├── OptimizedReadOnlyObservableCollection.cs
│ │ │ │ │ ├── PropertyDetailDescription.cs
│ │ │ │ │ ├── PropertyRelationAttribute.cs
│ │ │ │ │ ├── QueryableExtensions.cs
│ │ │ │ │ ├── QueryAutoFilterDistinctValuesEvent.cs
│ │ │ │ │ ├── QueryDistinctValueEventArgs.cs
│ │ │ │ │ ├── QueryEntityDetailsEventArgs.cs
│ │ │ │ │ ├── QueryGroupsEventArgs.cs
│ │ │ │ │ ├── QueryItemCountEvent.cs
│ │ │ │ │ ├── QueryItemsEvent.cs
│ │ │ │ │ ├── RawItem.cs
│ │ │ │ │ ├── RawItemIndexComparer.cs
│ │ │ │ │ ├── RawItemSortComparer.cs
│ │ │ │ │ ├── SelfPropertyDescriptor.cs
│ │ │ │ │ ├── SortDescriptionsSyncContext.cs
│ │ │ │ │ ├── SortedDescriptionInfo.cs
│ │ │ │ │ ├── SourceItemCollection.cs
│ │ │ │ │ ├── StatResultComparer.cs
│ │ │ │ │ ├── UnboundDataItem.cs
│ │ │ │ │ └── UnboundDataRowPropertyDescriptor.cs
│ │ │ │ ├── ColumnBase.cs
│ │ │ │ ├── ColumnCollection.cs
│ │ │ │ ├── Column.cs
│ │ │ │ ├── Column.GenericContentTemplateSelectorResources.cs
│ │ │ │ ├── Column.GenericContentTemplateSelectorResources.xaml
│ │ │ │ ├── ColumnManagerCell.cs
│ │ │ │ ├── ColumnManagerRow.cs
│ │ │ │ ├── ColumnReorderingEvent.cs
│ │ │ │ ├── ColumnVisibilePositionChangedEventArgs.cs
│ │ │ │ ├── ColumnWidth.cs
│ │ │ │ ├── ContainerSizeState.cs
│ │ │ │ ├── Converters
│ │ │ │ │ ├── ColumnWidthConverter.cs
│ │ │ │ │ ├── CurrencyConverter.cs
│ │ │ │ │ ├── DefaultDataConverter.cs
│ │ │ │ │ ├── EmptyStringToBooleanConverter.cs
│ │ │ │ │ ├── FilterCriterionToForeignKeyConverter.cs
│ │ │ │ │ ├── FilterCriterionToNullableBoolConverter.cs
│ │ │ │ │ ├── GreaterThanZeroConverter.cs
│ │ │ │ │ ├── ImageConverter.cs
│ │ │ │ │ ├── IndexToOddConverter.cs
│ │ │ │ │ ├── IntAdditionConverter.cs
│ │ │ │ │ ├── InverseBooleanConverter.cs
│ │ │ │ │ ├── LevelToOpacityConverter.cs
│ │ │ │ │ ├── MultimodalResultConverter.cs
│ │ │ │ │ ├── NegativeDoubleConverter.cs
│ │ │ │ │ ├── NullToBooleanConverter.cs
│ │ │ │ │ ├── SortingDirectionToBooleanConverter.cs
│ │ │ │ │ ├── SourceDataConverter.cs
│ │ │ │ │ ├── StatResultConverter.cs
│ │ │ │ │ ├── StringFormatConverter.cs
│ │ │ │ │ ├── SynchronizedScrollViewerMultiConverter.cs
│ │ │ │ │ ├── ThicknessConverter.cs
│ │ │ │ │ ├── TreeViewLineConverter.cs
│ │ │ │ │ ├── TypeToBooleanConverter.cs
│ │ │ │ │ ├── TypeToVisibilityConverter.cs
│ │ │ │ │ └── ValueToMaskedTextConverter.cs
│ │ │ │ ├── CurrencyManager.cs
│ │ │ │ ├── DataCell.cs
│ │ │ │ ├── DataGridBindingInfo.cs
│ │ │ │ ├── DataGridCheckBox.cs
│ │ │ │ ├── DataGridCommands.cs
│ │ │ │ ├── DataGridContext.cs
│ │ │ │ ├── DataGridControl.cs
│ │ │ │ ├── DataGridControl.icon.16x16.bmp
│ │ │ │ ├── DataGridControlSelectionChangedWeakEventManager.cs
│ │ │ │ ├── DataGridControlTemplateChangedEventManager.cs
│ │ │ │ ├── DataGridCurrentChangedEvent.cs
│ │ │ │ ├── DataGridCurrentChangingEvent.cs
│ │ │ │ ├── DataGridDatePicker.cs
│ │ │ │ ├── DataGridException.cs
│ │ │ │ ├── DataGridFocusException.cs
│ │ │ │ ├── DataGridInternalException.cs
│ │ │ │ ├── DataGridItemsHost.cs
│ │ │ │ ├── DataGridSelectionChangedEvent.cs
│ │ │ │ ├── DataGridSelectionChangingEvent.cs
│ │ │ │ ├── DataGridValidationException.cs
│ │ │ │ ├── DataGridVirtualizingPanel.cs
│ │ │ │ ├── DataRow.cs
│ │ │ │ ├── DataRowEditableWrapper.cs
│ │ │ │ ├── DefaultCellEditorSelector.xaml
│ │ │ │ ├── DefaultCellEditorSelector.xaml.cs
│ │ │ │ ├── DefaultDetailConfiguration.cs
│ │ │ │ ├── DeletingSelectedItemErrorRoutedEventArgs.cs
│ │ │ │ ├── DetailConfigurationCollection.cs
│ │ │ │ ├── DetailConfiguration.cs
│ │ │ │ ├── DetailIndicator.cs
│ │ │ │ ├── DetailsChangedEventManager.cs
│ │ │ │ ├── DetailVisibilityChangedEventManager.cs
│ │ │ │ ├── DropMarkAdorner.cs
│ │ │ │ ├── (enums)
│ │ │ │ │ ├── AutoFilterModeEnum.cs
│ │ │ │ │ ├── CellEditorDisplayConditionsEnum.cs
│ │ │ │ │ ├── ColumnWidthUnitTypeEnum.cs
│ │ │ │ │ ├── CommitModeEnum.cs
│ │ │ │ │ ├── CompareResultEnum.cs
│ │ │ │ │ ├── ConnectionLineAlignmentEnum.cs
│ │ │ │ │ ├── DataGridConnectionStateEnum.cs
│ │ │ │ │ ├── DataGridContextVisitorTypeEnum.cs
│ │ │ │ │ ├── DataGridUpdateSourceTriggerEnum.cs
│ │ │ │ │ ├── DeletingSelectedItemErrorActionEnum.cs
│ │ │ │ │ ├── DistinctValuesConstraintEnum.cs
│ │ │ │ │ ├── DistinctValuesUpdateModeEnum.cs
│ │ │ │ │ ├── DropMarkAlignmentEnum.cs
│ │ │ │ │ ├── EditTriggersEnum.cs
│ │ │ │ │ ├── FilterCriteriaModeEnum.cs
│ │ │ │ │ ├── FilterOperatorPrecedenceEnum.cs
│ │ │ │ │ ├── FilterTokenPriorityEnum.cs
│ │ │ │ │ ├── GeneratorNodeTypeEnum.cs
│ │ │ │ │ ├── InsertionModeEnum.cs
│ │ │ │ │ ├── ItemScrollingBehaviorEnum.cs
│ │ │ │ │ ├── NavigationBehaviorEnum.cs
│ │ │ │ │ ├── PagingBehaviorEnum.cs
│ │ │ │ │ ├── PrimaryAxisEnum.cs
│ │ │ │ │ ├── ScrollDirectionEnum.cs
│ │ │ │ │ ├── ScrollOrientationEnum.cs
│ │ │ │ │ ├── SelectionUnitEnum.cs
│ │ │ │ │ ├── SortDirectionEnum.cs
│ │ │ │ │ └── ValidationModeEnum.cs
│ │ │ │ ├── Export
│ │ │ │ │ ├── (Clipboard)
│ │ │ │ │ │ ├── ClipboardExporterBase.cs
│ │ │ │ │ │ ├── CsvClipboardExporter.cs
│ │ │ │ │ │ └── XceedDataObject.cs
│ │ │ │ │ ├── CsvFormatSettings.cs
│ │ │ │ │ ├── FormatHelper.cs
│ │ │ │ │ └── FormatSettingsBase.cs
│ │ │ │ ├── FieldNameGroupConfigurationSelector.cs
│ │ │ │ ├── FieldNameGroupConfigurationSelectorItemCollection.cs
│ │ │ │ ├── FieldNameGroupConfigurationSelectorItem.cs
│ │ │ │ ├── FilterCriteria
│ │ │ │ │ ├── AndFilterCriterion.cs
│ │ │ │ │ ├── ContainsFilterCriterion.cs
│ │ │ │ │ ├── CriterionDescriptorAttribute.cs
│ │ │ │ │ ├── DifferentThanFilterCriterion.cs
│ │ │ │ │ ├── EndsWithFilterCriterion.cs
│ │ │ │ │ ├── EqualToFilterCriterion.cs
│ │ │ │ │ ├── FilterCriterion.cs
│ │ │ │ │ ├── GreaterThanFilterCriterion.cs
│ │ │ │ │ ├── GreaterThanOrEqualToFilterCriterion.cs
│ │ │ │ │ ├── LessThanFilterCriterion.cs
│ │ │ │ │ ├── LessThanOrEqualToFilterCriterion.cs
│ │ │ │ │ ├── NotFilterCriterion.cs
│ │ │ │ │ ├── OrFilterCriterion.cs
│ │ │ │ │ ├── RelationalFilterCriterion.cs
│ │ │ │ │ └── StartsWithFilterCriterion.cs
│ │ │ │ ├── FilterParser.cs
│ │ │ │ ├── FilterParserTestWindow.cs
│ │ │ │ ├── FilterParser_UnitTests.cs
│ │ │ │ ├── ForeignKeyConfigurationChangedEventManager.cs
│ │ │ │ ├── (ForeignKeys)
│ │ │ │ │ ├── DataTableForeignKeyConverter.cs
│ │ │ │ │ ├── ForeignKeyConfiguration.cs
│ │ │ │ │ ├── ForeignKeyContentControl.cs
│ │ │ │ │ ├── ForeignKeyConverter.cs
│ │ │ │ │ ├── ForeignKeyGroupContentControl.cs
│ │ │ │ │ └── ForeignKeyScrollTipContentControl.cs
│ │ │ │ ├── FrameworkElementUnloadedEventManager.cs
│ │ │ │ ├── (Generator)
│ │ │ │ │ ├── CollectionGeneratorNode.cs
│ │ │ │ │ ├── ColumnActualWidthChangedHandler.cs
│ │ │ │ │ ├── ColumnActualWidthEventManager.cs
│ │ │ │ │ ├── ContainersRemovedEventArgs.cs
│ │ │ │ │ ├── CurrentColumnChangedEventManager.cs
│ │ │ │ │ ├── CustomGeneratorChangedEventArgs.cs
│ │ │ │ │ ├── CustomItemContainerGenerator.cs
│ │ │ │ │ ├── DetailGeneratorNode.cs
│ │ │ │ │ ├── DistinctValuesRequestedEventArgs.cs
│ │ │ │ │ ├── DistinctValuesRequestedEventManager.cs
│ │ │ │ │ ├── ExpansionStateEventArgs.cs
│ │ │ │ │ ├── GeneratorNode.cs
│ │ │ │ │ ├── GeneratorNodeFactory.cs
│ │ │ │ │ ├── GeneratorNodeHelper.cs
│ │ │ │ │ ├── GroupGeneratorNode.cs
│ │ │ │ │ ├── GroupHeaderFooterItem.cs
│ │ │ │ │ ├── GroupHeaderFooterItemTemplate.cs
│ │ │ │ │ ├── GroupNamesTreeKey.cs
│ │ │ │ │ ├── HeadersFootersGeneratorNode.cs
│ │ │ │ │ ├── ICustomItemContainerGenerator.cs
│ │ │ │ │ ├── IInhibitGenPosToIndexUpdating.cs
│ │ │ │ │ ├── ItemContextVisitor.cs
│ │ │ │ │ ├── ItemsGeneratorNode.cs
│ │ │ │ │ ├── NamesTreeGroupFinderVisitor.cs
│ │ │ │ │ ├── NotifyCollectionChangedGeneratorNode.cs
│ │ │ │ │ ├── RangeSelectionVisitor.cs
│ │ │ │ │ ├── RealizedContainersRequestedEventArgs.cs
│ │ │ │ │ ├── RealizedContainersRequestedEventManager.cs
│ │ │ │ │ ├── SaveRestoreDataGridContextStateVisitor.cs
│ │ │ │ │ ├── SaveRestoreGlobalStateVisitor.cs
│ │ │ │ │ ├── SaveRestoreStateVisitor.cs
│ │ │ │ │ ├── SelectAllVisitor.cs
│ │ │ │ │ ├── StickyContainerGeneratedComparer.cs
│ │ │ │ │ ├── StickyContainerGeneratedReverseComparer.cs
│ │ │ │ │ ├── StickyContainerGeneratedStruct.cs
│ │ │ │ │ ├── VisibilityChangedEventManager.cs
│ │ │ │ │ ├── VisibleColumnsUpdatedEventManager.cs
│ │ │ │ │ └── WeakDataGridContextKey.cs
│ │ │ │ ├── GlobalSuppressions.cs
│ │ │ │ ├── GroupByControl.cs
│ │ │ │ ├── GroupByItem.cs
│ │ │ │ ├── GroupConfiguration.cs
│ │ │ │ ├── GroupConfigurationSelectorChangedEventManager.cs
│ │ │ │ ├── GroupConfigurationSelector.cs
│ │ │ │ ├── Group.cs
│ │ │ │ ├── GroupExtensions.cs
│ │ │ │ ├── GroupHeaderControl.cs
│ │ │ │ ├── GroupHeaderFooterCollection.cs
│ │ │ │ ├── GroupingHelper.cs
│ │ │ │ ├── GroupLevelConfigurationCollection.cs
│ │ │ │ ├── GroupLevelConfiguration.cs
│ │ │ │ ├── GroupLevelDescriptionCollection.cs
│ │ │ │ ├── GroupLevelDescription.cs
│ │ │ │ ├── GroupLevelIndicator.cs
│ │ │ │ ├── GroupLevelIndicatorPane.cs
│ │ │ │ ├── GroupNavigationButton.cs
│ │ │ │ ├── GroupNavigationControl.cs
│ │ │ │ ├── GroupNavigationControlItem.cs
│ │ │ │ ├── HashedLinkedList.cs
│ │ │ │ ├── HeaderFooterItem.cs
│ │ │ │ ├── HierarchicalGroupByControl.cs
│ │ │ │ ├── HierarchicalGroupByControlNode.cs
│ │ │ │ ├── HierarchicalGroupByItem.cs
│ │ │ │ ├── HierarchicalGroupLevelIndicatorPane.cs
│ │ │ │ ├── ICustomVirtualizingPanel.cs
│ │ │ │ ├── IDataGridContextVisitable.cs
│ │ │ │ ├── IDataGridContextVisitor.cs
│ │ │ │ ├── IDataGridItemContainer.cs
│ │ │ │ ├── IDeferableScrollInfoRefresh.cs
│ │ │ │ ├── InnerCellContentPresenter.cs
│ │ │ │ ├── ItemPropertiesChangedEventManager.cs
│ │ │ │ ├── ItemsHostUIElementCollection.cs
│ │ │ │ ├── ItemsSourceChangedEventManager.cs
│ │ │ │ ├── ItemsSourceHelper.cs
│ │ │ │ ├── KeyActivationGesture.cs
│ │ │ │ ├── LevelGroupConfigurationSelector.cs
│ │ │ │ ├── LevelGroupConfigurationSelectorItemCollection.cs
│ │ │ │ ├── LevelGroupConfigurationSelectorItem.cs
│ │ │ │ ├── Log.cs
│ │ │ │ ├── Markup
│ │ │ │ │ ├── CellContentBindingExtension.cs
│ │ │ │ │ ├── CellEditorBindingExtension.cs
│ │ │ │ │ ├── ClearGroupLevelConfigurations.cs
│ │ │ │ │ ├── ClearHeadersFooters.cs
│ │ │ │ │ ├── ThemeConverter.cs
│ │ │ │ │ ├── ThemeKey.cs
│ │ │ │ │ ├── ViewBindingExtension.cs
│ │ │ │ │ └── ViewConverter.cs
│ │ │ │ ├── MaxGroupLevelsChangedEventManager.cs
│ │ │ │ ├── MaxSortLevelsChangedEventManager.cs
│ │ │ │ ├── NoDrop.cur
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Column.GenericContentTemplateSelectorResources.baml
│ │ │ │ │ ├── Column.GenericContentTemplateSelectorResources.g.cs
│ │ │ │ │ ├── Column.GenericContentTemplateSelectorResources.g.i.cs
│ │ │ │ │ ├── DefaultCellEditorSelector.baml
│ │ │ │ │ ├── DefaultCellEditorSelector.g.cs
│ │ │ │ │ ├── DefaultCellEditorSelector.g.i.cs
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ │ │ ├── themes
│ │ │ │ │ │ ├── Aero
│ │ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ │ ├── Aero.normalcolor.Resources.baml
│ │ │ │ │ │ │ │ ├── Aero.Resources.baml
│ │ │ │ │ │ │ │ └── TableView.Aero.Graphics.baml
│ │ │ │ │ │ │ ├── TableflowView.Aero.normalcolor.baml
│ │ │ │ │ │ │ └── TableView.Aero.normalcolor.baml
│ │ │ │ │ │ ├── Aero2
│ │ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ │ ├── Aero2.normalcolor.Resources.baml
│ │ │ │ │ │ │ │ └── TableView.Aero2.normalcolor.Graphics.baml
│ │ │ │ │ │ │ └── TableflowView.Aero2.normalcolor.baml
│ │ │ │ │ │ ├── aero2.normalcolor.baml
│ │ │ │ │ │ ├── aero.normalcolor.baml
│ │ │ │ │ │ ├── Classic
│ │ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ │ ├── Classic.Resources.baml
│ │ │ │ │ │ │ │ ├── Classic.systemcolor.Graphics.baml
│ │ │ │ │ │ │ │ └── Classic.systemcolor.Resources.baml
│ │ │ │ │ │ │ ├── TableflowView.Classic.systemcolor.baml
│ │ │ │ │ │ │ └── TableView.Classic.systemcolor.baml
│ │ │ │ │ │ ├── classic.baml
│ │ │ │ │ │ ├── Common
│ │ │ │ │ │ │ ├── Common.Resources.baml
│ │ │ │ │ │ │ ├── Graphics.baml
│ │ │ │ │ │ │ ├── TableflowView.GridElementTemplates.baml
│ │ │ │ │ │ │ └── TableView.GridElementTemplates.baml
│ │ │ │ │ │ ├── Controls
│ │ │ │ │ │ │ ├── FixedColumnSplitter.generic.baml
│ │ │ │ │ │ │ └── TableViewScrollViewer.generic.baml
│ │ │ │ │ │ ├── generic.baml
│ │ │ │ │ │ ├── Luna
│ │ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ │ ├── Luna.homestead.Resources.baml
│ │ │ │ │ │ │ │ ├── Luna.metallic.Resources.baml
│ │ │ │ │ │ │ │ ├── Luna.normalcolor.Resources.baml
│ │ │ │ │ │ │ │ ├── Luna.Resources.baml
│ │ │ │ │ │ │ │ └── TableView.Luna.Graphics.baml
│ │ │ │ │ │ │ ├── TableflowView.Luna.homestead.baml
│ │ │ │ │ │ │ ├── TableflowView.Luna.metallic.baml
│ │ │ │ │ │ │ ├── TableflowView.Luna.normalcolor.baml
│ │ │ │ │ │ │ ├── TableView.Luna.homestead.baml
│ │ │ │ │ │ │ ├── TableView.Luna.metallic.baml
│ │ │ │ │ │ │ └── TableView.Luna.normalcolor.baml
│ │ │ │ │ │ ├── luna.homestead.baml
│ │ │ │ │ │ ├── luna.metallic.baml
│ │ │ │ │ │ ├── luna.normalcolor.baml
│ │ │ │ │ │ ├── Royale
│ │ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ │ ├── Royale.normalcolor.Resources.baml
│ │ │ │ │ │ │ │ ├── Royale.Resources.baml
│ │ │ │ │ │ │ │ └── TableView.Royale.Graphics.baml
│ │ │ │ │ │ │ ├── TableflowView.Royale.normalcolor.baml
│ │ │ │ │ │ │ └── TableView.Royale.normalcolor.baml
│ │ │ │ │ │ ├── royale.normalcolor.baml
│ │ │ │ │ │ ├── Windows7
│ │ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ │ ├── TableView.Windows7.Graphics.baml
│ │ │ │ │ │ │ │ ├── Windows7.Controls.baml
│ │ │ │ │ │ │ │ └── Windows7.Resources.baml
│ │ │ │ │ │ │ ├── TableflowView.Windows7.baml
│ │ │ │ │ │ │ └── TableView.Windows7.baml
│ │ │ │ │ │ ├── Zune
│ │ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ │ ├── TableView.Zune.Graphics.baml
│ │ │ │ │ │ │ │ ├── Zune.normalcolor.Resources.baml
│ │ │ │ │ │ │ │ └── Zune.Resources.baml
│ │ │ │ │ │ │ ├── TableflowView.Zune.normalcolor.baml
│ │ │ │ │ │ │ └── TableView.Zune.normalcolor.baml
│ │ │ │ │ │ └── zune.normalcolor.baml
│ │ │ │ │ ├── Views
│ │ │ │ │ │ ├── DataGridControlBackgroundBrushesResources.baml
│ │ │ │ │ │ ├── DataGridControlBackgroundBrushesResources.g.cs
│ │ │ │ │ │ └── DataGridControlBackgroundBrushesResources.g.i.cs
│ │ │ │ │ ├── Xceed.Wpf.DataGrid.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Xceed.Wpf.DataGrid.csprojResolveAssemblyReference.cache
│ │ │ │ │ ├── Xceed.Wpf.DataGrid.dll
│ │ │ │ │ ├── Xceed.Wpf.DataGrid.g.resources
│ │ │ │ │ ├── Xceed.Wpf.DataGrid_MarkupCompile.cache
│ │ │ │ │ ├── Xceed.Wpf.DataGrid_MarkupCompile.i.cache
│ │ │ │ │ ├── Xceed.Wpf.DataGrid_MarkupCompile.i.lref
│ │ │ │ │ ├── Xceed.Wpf.DataGrid_MarkupCompile.lref
│ │ │ │ │ └── Xceed.Wpf.DataGrid.pdb
│ │ │ │ ├── ObjectComparer.cs
│ │ │ │ │ └── IPrintInfo.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── ReadOnlyColumnCollection.cs
│ │ │ │ ├── RecyclingManager.cs
│ │ │ │ ├── Row.cs
│ │ │ │ ├── RowSelector.cs
│ │ │ │ ├── RowSelectorPane.cs
│ │ │ │ ├── RowState.cs
│ │ │ │ ├── RowValidationError.cs
│ │ │ │ ├── RowValidationErrorRoutedEvent.cs
│ │ │ │ ├── ScrollChangedWeakEventManager.cs
│ │ │ │ ├── ScrollTip.cs
│ │ │ │ ├── ScrollViewerHelper.cs
│ │ │ │ ├── SelectedCellsStorage.cs
│ │ │ │ ├── SelectedItemsStorage.cs
│ │ │ │ ├── SelectionCellRangeCollection.cs
│ │ │ │ ├── SelectionCellRange.cs
│ │ │ │ ├── SelectionCellRangeWithItems.cs
│ │ │ │ ├── SelectionChangedEventManager.cs
│ │ │ │ ├── SelectionChanger.cs
│ │ │ │ ├── SelectionInfo.cs
│ │ │ │ ├── SelectionItemCollection.cs
│ │ │ │ ├── SelectionItemRangeCollection.cs
│ │ │ │ ├── SelectionManager.cs
│ │ │ │ ├── SelectionRange.cs
│ │ │ │ ├── SelectionRangeWithItems.cs
│ │ │ │ ├── Settings
│ │ │ │ │ ├── UserSettingsEnum.cs
│ │ │ │ │ └── XmlColumnWidthStruct.cs
│ │ │ │ ├── sn.snk
│ │ │ │ ├── SortingHelper.cs
│ │ │ │ ├── StaircasePanel.cs
│ │ │ │ ├── Stats
│ │ │ │ │ ├── InvalidSourcePropertyNameException.cs
│ │ │ │ │ ├── InvalidValueException.cs
│ │ │ │ │ ├── StatFunctionCollection.cs
│ │ │ │ │ ├── StatFunctionComparer.cs
│ │ │ │ │ ├── StatFunction.cs
│ │ │ │ │ └── StatResult.cs
│ │ │ │ ├── TextInputActivationGesture.cs
│ │ │ │ ├── ThemeChangedEventManager.cs
│ │ │ │ ├── themes
│ │ │ │ │ ├── Aero
│ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ ├── Aero.normalcolor.Resources.xaml
│ │ │ │ │ │ │ ├── Aero.Resources.xaml
│ │ │ │ │ │ │ └── TableView.Aero.Graphics.xaml
│ │ │ │ │ │ ├── TableflowView.Aero.normalcolor.xaml
│ │ │ │ │ │ └── TableView.Aero.normalcolor.xaml
│ │ │ │ │ ├── Aero2
│ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ ├── Aero2.normalcolor.Resources.xaml
│ │ │ │ │ │ │ └── TableView.Aero2.normalcolor.Graphics.xaml
│ │ │ │ │ │ └── TableflowView.Aero2.normalcolor.xaml
│ │ │ │ │ ├── aero2.normalcolor.xaml
│ │ │ │ │ ├── aero.normalcolor.xaml
│ │ │ │ │ ├── Classic
│ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ ├── Classic.Resources.xaml
│ │ │ │ │ │ │ ├── Classic.systemcolor.Graphics.xaml
│ │ │ │ │ │ │ └── Classic.systemcolor.Resources.xaml
│ │ │ │ │ │ ├── TableflowView.Classic.systemcolor.xaml
│ │ │ │ │ │ └── TableView.Classic.systemcolor.xaml
│ │ │ │ │ ├── classic.xaml
│ │ │ │ │ ├── Common
│ │ │ │ │ │ ├── Common.Resources.xaml
│ │ │ │ │ │ ├── Graphics.xaml
│ │ │ │ │ │ ├── TableflowView.GridElementTemplates.xaml
│ │ │ │ │ │ └── TableView.GridElementTemplates.xaml
│ │ │ │ │ ├── Controls
│ │ │ │ │ │ ├── FixedColumnSplitter.generic.xaml
│ │ │ │ │ │ └── TableViewScrollViewer.generic.xaml
│ │ │ │ │ ├── generic.xaml
│ │ │ │ │ ├── Luna
│ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ ├── Luna.homestead.Resources.xaml
│ │ │ │ │ │ │ ├── Luna.metallic.Resources.xaml
│ │ │ │ │ │ │ ├── Luna.normalcolor.Resources.xaml
│ │ │ │ │ │ │ ├── Luna.Resources.xaml
│ │ │ │ │ │ │ └── TableView.Luna.Graphics.xaml
│ │ │ │ │ │ ├── TableflowView.Luna.homestead.xaml
│ │ │ │ │ │ ├── TableflowView.Luna.metallic.xaml
│ │ │ │ │ │ ├── TableflowView.Luna.normalcolor.xaml
│ │ │ │ │ │ ├── TableView.Luna.homestead.xaml
│ │ │ │ │ │ ├── TableView.Luna.metallic.xaml
│ │ │ │ │ │ └── TableView.Luna.normalcolor.xaml
│ │ │ │ │ ├── luna.homestead.xaml
│ │ │ │ │ ├── luna.metallic.xaml
│ │ │ │ │ ├── luna.normalcolor.xaml
│ │ │ │ │ ├── Royale
│ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ ├── Royale.normalcolor.Resources.xaml
│ │ │ │ │ │ │ ├── Royale.Resources.xaml
│ │ │ │ │ │ │ └── TableView.Royale.Graphics.xaml
│ │ │ │ │ │ ├── TableflowView.Royale.normalcolor.xaml
│ │ │ │ │ │ └── TableView.Royale.normalcolor.xaml
│ │ │ │ │ ├── royale.normalcolor.xaml
│ │ │ │ │ ├── Windows7
│ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ ├── TableView.Windows7.Graphics.xaml
│ │ │ │ │ │ │ ├── Windows7.Controls.xaml
│ │ │ │ │ │ │ └── Windows7.Resources.xaml
│ │ │ │ │ │ ├── TableflowView.Windows7.xaml
│ │ │ │ │ │ └── TableView.Windows7.xaml
│ │ │ │ │ ├── Zune
│ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ ├── TableView.Zune.Graphics.xaml
│ │ │ │ │ │ │ ├── Zune.normalcolor.Resources.xaml
│ │ │ │ │ │ │ └── Zune.Resources.xaml
│ │ │ │ │ │ ├── TableflowView.Zune.normalcolor.xaml
│ │ │ │ │ │ └── TableView.Zune.normalcolor.xaml
│ │ │ │ │ └── zune.normalcolor.xaml
│ │ │ │ ├── UnboundColumn.cs
│ │ │ │ ├── Utils
│ │ │ │ │ ├── Collections
│ │ │ │ │ │ ├── EnumerableWrapper.cs
│ │ │ │ │ │ ├── IndexWeakHeapSort.cs
│ │ │ │ │ │ ├── ListChangedEventManager.cs
│ │ │ │ │ │ ├── ObservableHashList.cs
│ │ │ │ │ │ ├── ObservableList.cs
│ │ │ │ │ │ ├── ReadOnlyDictionary.cs
│ │ │ │ │ │ └── ReadOnlyObservableHashList.cs
│ │ │ │ │ ├── Data
│ │ │ │ │ │ ├── BoolDataStore.cs
│ │ │ │ │ │ ├── DataStore.cs
│ │ │ │ │ │ ├── ObjectDataStore.cs
│ │ │ │ │ │ ├── StringDataStore.cs
│ │ │ │ │ │ └── ValueTypeDataStore.cs
│ │ │ │ │ ├── Math
│ │ │ │ │ │ └── DoubleUtil.cs
│ │ │ │ │ ├── WeakEventHandler.cs
│ │ │ │ │ ├── Wpf
│ │ │ │ │ │ ├── DispatcherHelper.cs
│ │ │ │ │ │ ├── DragDrop
│ │ │ │ │ │ │ ├── DragDropHelper.cs
│ │ │ │ │ │ │ ├── DraggedElementAdorner.cs
│ │ │ │ │ │ │ ├── DragSourceManager.cs
│ │ │ │ │ │ │ └── IDropTarget.cs
│ │ │ │ │ │ ├── Markup
│ │ │ │ │ │ │ └── XceedResourceDictionary.cs
│ │ │ │ │ │ └── TreeHelper.cs
│ │ │ │ │ └── XmlSerialization
│ │ │ │ │ └── XmlSerializableBaseType.cs
│ │ │ │ ├── ValidateInputWrapper.cs
│ │ │ │ ├── ValidationRules
│ │ │ │ │ ├── CellContentBindingValidationRule.cs
│ │ │ │ │ ├── CellEditorErrorValidationRule.cs
│ │ │ │ │ ├── CellEditorValidationRule.cs
│ │ │ │ │ ├── CellValidationRule.cs
│ │ │ │ │ ├── EventCellValidationRule.cs
│ │ │ │ │ ├── FilterExpressionValidationRule.cs
│ │ │ │ │ ├── PassthroughCellValidationRule.cs
│ │ │ │ │ └── SourceDataConverterValidationRule.cs
│ │ │ │ ├── ViewChangedEventManager.cs
│ │ │ │ ├── Views
│ │ │ │ │ ├── ColumnStretchingManager.cs
│ │ │ │ │ ├── (ColumnVirtualization)
│ │ │ │ │ │ ├── ColumnVirtualizationManager.cs
│ │ │ │ │ │ ├── TableViewColumnVirtualizationManager.cs
│ │ │ │ │ │ ├── UpdateMeasureRequiredEventArgs.cs
│ │ │ │ │ │ ├── UpdateMeasureRequiredEventManager.cs
│ │ │ │ │ │ ├── VirtualizingFixedCellSubPanel.cs
│ │ │ │ │ │ └── VirtualizingUICellCollection.cs
│ │ │ │ │ ├── DataGridControlBackgroundBrushes.cs
│ │ │ │ │ ├── DataGridControlBackgroundBrushesResources.xaml
│ │ │ │ │ ├── DataGridControlBackgroundBrushesResources.xaml.cs
│ │ │ │ │ ├── DataGridScrollViewer.cs
│ │ │ │ │ ├── DictionaryTheme.cs
│ │ │ │ │ ├── (Enums)
│ │ │ │ │ │ ├── ColumnStretchModeEnum.cs
│ │ │ │ │ │ ├── DropMarkOrientationEnum.cs
│ │ │ │ │ │ ├── PassiveLayoutAxisEnum.cs
│ │ │ │ │ │ ├── SynchronizedScrollViewerPositionEnum.cs
│ │ │ │ │ │ └── ViewPropertyModeEnum.cs
│ │ │ │ │ ├── FixedCellPanel.cs
│ │ │ │ │ ├── FixedCellSubPanel.cs
│ │ │ │ │ ├── FixedColumnSplitter.cs
│ │ │ │ │ ├── IVirtualizingCellsHost.cs
│ │ │ │ │ ├── PassiveLayoutDecorator.cs
│ │ │ │ │ ├── ScrollingCellsDecorator.cs
│ │ │ │ │ ├── SynchronizedScrollViewer.cs
│ │ │ │ │ ├── (TableflowView)
│ │ │ │ │ │ ├── AnimatedDraggedElementAdorner.cs
│ │ │ │ │ │ ├── ColumnReorderingDragSourceManager.cs
│ │ │ │ │ │ ├── IAnimatedScrollInfo.cs
│ │ │ │ │ │ ├── LayoutedContainerInfo.cs
│ │ │ │ │ │ ├── LayoutedContainerInfoList.cs
│ │ │ │ │ │ ├── OffsetAnimation.cs
│ │ │ │ │ │ ├── PointAnimation.cs
│ │ │ │ │ │ ├── StickyContainerInfoComparer.cs
│ │ │ │ │ │ ├── StickyContainerInfo.cs
│ │ │ │ │ │ ├── StickyContainerInfoList.cs
│ │ │ │ │ │ ├── StickyContainerInfoReverseComparer.cs
│ │ │ │ │ │ ├── TableflowViewAnimationHelper.cs
│ │ │ │ │ │ ├── TableflowView.cs
│ │ │ │ │ │ ├── TableflowViewItemsHost.cs
│ │ │ │ │ │ ├── TableflowViewUIElementCollection.cs
│ │ │ │ │ │ └── ZOrderHelper.cs
│ │ │ │ │ ├── TableView.cs
│ │ │ │ │ ├── TableViewHeaderFooterPanel.cs
│ │ │ │ │ ├── TableViewItemsHost.cs
│ │ │ │ │ ├── TableViewScrollViewer.cs
│ │ │ │ │ ├── TargetViewAttribute.cs
│ │ │ │ │ ├── Theme.cs
│ │ │ │ │ ├── UICellCollection.cs
│ │ │ │ │ ├── UIViewBase.cs
│ │ │ │ │ ├── ViewBase.cs
│ │ │ │ │ └── ViewPropertyAttribute.cs
│ │ │ │ ├── VirtualizingCellCollectionChangedEventManager.cs
│ │ │ │ ├── VirtualizingCellCollection.cs
│ │ │ │ ├── VirtualizingStackPanel.cs
│ │ │ │ ├── VisibleColumnsUpdatingEventManager.cs
│ │ │ │ ├── WatermarkAdorner.cs
│ │ │ │ ├── Watermark.png
│ │ │ │ └── Xceed.Wpf.DataGrid.csproj
│ │ │ ├── Xceed.Wpf.Toolkit
│ │ │ │ ├── AssemblyVersionInfoCommon.cs
│ │ │ │ ├── AssemblyVersionInfo.cs
│ │ │ │ ├── AutoSelectTextBox
│ │ │ │ │ └── Implementation
│ │ │ │ │ ├── AutoSelectBehaviorEnum.cs
│ │ │ │ │ ├── AutoSelectTextBox.cs
│ │ │ │ │ └── QueryMoveFocusEventArgs.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── Xceed.Wpf.Toolkit.dll
│ │ │ │ │ └── Xceed.Wpf.Toolkit.pdb
│ │ │ │ ├── BusyIndicator
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ ├── BusyIndicator.cs
│ │ │ │ │ │ └── VisualStates.BusyIndicator.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── ButtonSpinner
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ ├── ButtonSpinner.cs
│ │ │ │ │ │ ├── SpinDirection.cs
│ │ │ │ │ │ ├── SpinEventArgs.cs
│ │ │ │ │ │ ├── Spinner.cs
│ │ │ │ │ │ └── ValidSpinDirections.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── Calculator
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ ├── CalculatorCommands.cs
│ │ │ │ │ │ └── Calculator.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── CalculatorUpDown
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ └── CalculatorUpDown.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── CheckComboBox
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ └── CheckComboBox.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── CheckListBox
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ └── CheckListBox.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── ChildWindow
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ ├── ChildWindow.cs
│ │ │ │ │ │ ├── WindowStartupLocation.cs
│ │ │ │ │ │ └── WindowState.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── Chromes
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ └── ButtonChrome.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── CollectionControl
│ │ │ │ │ ├── Images
│ │ │ │ │ │ └── Delete16.png
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ ├── CollectionControl.cs
│ │ │ │ │ │ ├── CollectionControlDialog.xaml
│ │ │ │ │ │ ├── CollectionControlDialog.xaml.cs
│ │ │ │ │ │ ├── Converters
│ │ │ │ │ │ │ └── NewItemTypesComboBoxConverter.cs
│ │ │ │ │ │ ├── ItemAddingEventArgs.cs
│ │ │ │ │ │ ├── ItemDeletingEventArgs.cs
│ │ │ │ │ │ ├── ItemEventArgs.cs
│ │ │ │ │ │ └── PrimitiveTypeCollectionControl.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── ColorCanvas
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ ├── ColorCanvas.cs
│ │ │ │ │ │ └── ColorSpectrumSlider.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── ColorPicker
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ ├── ColorItem.cs
│ │ │ │ │ │ └── ColorPicker.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── Core
│ │ │ │ │ ├── CancelRoutedEventArgs.cs
│ │ │ │ │ ├── Converters
│ │ │ │ │ │ ├── BorderThicknessToStrokeThicknessConverter.cs
│ │ │ │ │ │ ├── CalculatorMemoryToVisibilityConverter.cs
│ │ │ │ │ │ ├── CenterTitleConverter.cs
│ │ │ │ │ │ ├── ColorBlendConverter.cs
│ │ │ │ │ │ ├── ColorToSolidColorBrushConverter.cs
│ │ │ │ │ │ ├── InverseBoolConverter.cs
│ │ │ │ │ │ ├── ObjectTypeToNameConverter.cs
│ │ │ │ │ │ ├── RoundedValueConverter.cs
│ │ │ │ │ │ ├── SolidColorBrushToColorConverter.cs
│ │ │ │ │ │ ├── TimeFormatToDateTimeFormatConverter.cs
│ │ │ │ │ │ ├── VisibilityToBoolConverter.cs
│ │ │ │ │ │ ├── WindowContentBorderMarginConverter.cs
│ │ │ │ │ │ ├── WindowControlBackgroundConverter.cs
│ │ │ │ │ │ └── WizardPageButtonVisibilityConverter.cs
│ │ │ │ │ ├── ErrorMessages.cs
│ │ │ │ │ ├── ErrorMessages.resx
│ │ │ │ │ ├── IndexChangedEventArgs.cs
│ │ │ │ │ ├── IndexChangedEventHandler.cs
│ │ │ │ │ ├── Input
│ │ │ │ │ │ ├── InputValidationErrorEventArgs.cs
│ │ │ │ │ │ ├── IValidateInput.cs
│ │ │ │ │ │ ├── KeyModifierCollectionConverter.cs
│ │ │ │ │ │ ├── KeyModifierCollection.cs
│ │ │ │ │ │ └── KeyModifier.cs
│ │ │ │ │ ├── InvalidContentException.cs
│ │ │ │ │ ├── InvalidTemplateException.cs
│ │ │ │ │ ├── Media
│ │ │ │ │ │ ├── Animation
│ │ │ │ │ │ │ ├── AnimationRateConverter.cs
│ │ │ │ │ │ │ ├── AnimationRate.cs
│ │ │ │ │ │ │ ├── IterativeAnimationEquation.cs
│ │ │ │ │ │ │ ├── IterativeAnimationEquationDelegate.cs
│ │ │ │ │ │ │ ├── IterativeEquationConverter.cs
│ │ │ │ │ │ │ ├── PennerEquation.cs
│ │ │ │ │ │ │ └── PennerEquations.cs
│ │ │ │ │ │ └── WindowColors.cs
│ │ │ │ │ ├── Primitives
│ │ │ │ │ │ ├── CachedTextInfo.cs
│ │ │ │ │ │ ├── HsvColor.cs
│ │ │ │ │ │ ├── InputBase.cs
│ │ │ │ │ │ ├── MouseWheelActiveTriggerEnum.cs
│ │ │ │ │ │ ├── Selector.cs
│ │ │ │ │ │ ├── SelectorItem.cs
│ │ │ │ │ │ ├── ShapeBase.cs
│ │ │ │ │ │ ├── UpDownBase.cs
│ │ │ │ │ │ ├── ValueRangeTextBox.cs
│ │ │ │ │ │ ├── WindowContainer.cs
│ │ │ │ │ │ └── WindowControl.cs
│ │ │ │ │ ├── PropertyChangedEventArgs.cs
│ │ │ │ │ ├── PropertyChangedEventHandler.cs
│ │ │ │ │ ├── QueryTextFromValueEventArgs.cs
│ │ │ │ │ ├── QueryValueFromTextEventArgs.cs
│ │ │ │ │ ├── Themes
│ │ │ │ │ │ ├── Aero2
│ │ │ │ │ │ │ ├── SelectorItem.xaml
│ │ │ │ │ │ │ └── WindowControl.xaml
│ │ │ │ │ │ ├── Generic
│ │ │ │ │ │ │ ├── SelectorItem.xaml
│ │ │ │ │ │ │ └── WindowControl.xaml
│ │ │ │ │ │ └── ResourceKeys.cs
│ │ │ │ │ ├── UIElementAdorner.cs
│ │ │ │ │ ├── Utilities
│ │ │ │ │ │ ├── CalculatorUtilities.cs
│ │ │ │ │ │ ├── ColorUtilities.cs
│ │ │ │ │ │ ├── ContextMenuUtilities.cs
│ │ │ │ │ │ ├── DoubleHelper.cs
│ │ │ │ │ │ ├── EllipseHelper.cs
│ │ │ │ │ │ ├── FontUtilities.cs
│ │ │ │ │ │ ├── GeneralUtilities.cs
│ │ │ │ │ │ ├── KeyboardUtilities.cs
│ │ │ │ │ │ ├── ListUtilities.cs
│ │ │ │ │ │ ├── PointHelper.cs
│ │ │ │ │ │ ├── PropertyChangedExt.cs
│ │ │ │ │ │ ├── RectHelper.cs
│ │ │ │ │ │ ├── ReflectionHelper.cs
│ │ │ │ │ │ ├── ResourceHelper.cs
│ │ │ │ │ │ ├── RoutedEventHelper.cs
│ │ │ │ │ │ ├── Segment.cs
│ │ │ │ │ │ ├── TreeHelper.cs
│ │ │ │ │ │ ├── ValueChangeHelper.cs
│ │ │ │ │ │ ├── VisualTreeHelperEx.cs
│ │ │ │ │ │ ├── WeakEventListener.cs
│ │ │ │ │ │ └── WindowUtilities.cs
│ │ │ │ │ ├── VersionResourceDictionary.cs
│ │ │ │ │ └── WeakCollectionChangedWrapper.cs
│ │ │ │ ├── DateTimePicker
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ └── DateTimePicker.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── DateTimeUpDown
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ ├── DateTimeFormat.cs
│ │ │ │ │ │ ├── DateTimeInfo.cs
│ │ │ │ │ │ ├── DateTimeParser.cs
│ │ │ │ │ │ ├── DateTimePart.cs
│ │ │ │ │ │ └── DateTimeUpDown.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── DropDownButton
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ └── DropDownButton.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── Magnifier
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ ├── Converters
│ │ │ │ │ │ │ └── RadiusConverter.cs
│ │ │ │ │ │ ├── FrameType.cs
│ │ │ │ │ │ ├── MagnifierAdorner.cs
│ │ │ │ │ │ ├── Magnifier.cs
│ │ │ │ │ │ └── MagnifierManager.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── MaskedTextBox
│ │ │ │ │ └── Implementation
│ │ │ │ │ ├── AutoCompletingMaskEventArgs.cs
│ │ │ │ │ ├── InsertKeyModeEnum.cs
│ │ │ │ │ ├── MaskedTextBox.cs
│ │ │ │ │ └── MaskFormatEnum.cs
│ │ │ │ ├── MessageBox
│ │ │ │ │ ├── Icons
│ │ │ │ │ │ ├── Error48.png
│ │ │ │ │ │ ├── Information48.png
│ │ │ │ │ │ ├── Question48.png
│ │ │ │ │ │ └── Warning48.png
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ ├── MessageBox.cs
│ │ │ │ │ │ └── VisualStates.MessageBox.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── MultiLineTextEditor
│ │ │ │ │ ├── Images
│ │ │ │ │ │ └── Notes16.png
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ └── MultiLineTextEditor.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── NumericUpDown
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ ├── AllowedSpecialValuesEnum.cs
│ │ │ │ │ │ ├── ByteUpDown.cs
│ │ │ │ │ │ ├── CommonNumericUpDown.cs
│ │ │ │ │ │ ├── DecimalUpDown.cs
│ │ │ │ │ │ ├── DoubleUpDown.cs
│ │ │ │ │ │ ├── IntegerUpDown.cs
│ │ │ │ │ │ ├── LongUpDown.cs
│ │ │ │ │ │ ├── NumericUpDown.cs
│ │ │ │ │ │ ├── SByteUpDown.cs
│ │ │ │ │ │ ├── ShortUpDown.cs
│ │ │ │ │ │ ├── SingleUpDown.cs
│ │ │ │ │ │ ├── UIntegerUpDown.cs
│ │ │ │ │ │ ├── ULongUpDown.cs
│ │ │ │ │ │ └── UShortUpDown.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── BusyIndicator
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── ButtonSpinner
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── Calculator
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── CalculatorUpDown
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── CheckComboBox
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── CheckListBox
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── ChildWindow
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── Chromes
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── CollectionControl
│ │ │ │ │ │ ├── Implementation
│ │ │ │ │ │ │ ├── CollectionControlDialog.baml
│ │ │ │ │ │ │ ├── CollectionControlDialog.g.cs
│ │ │ │ │ │ │ └── CollectionControlDialog.g.i.cs
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── ColorCanvas
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── ColorPicker
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── Core
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2
│ │ │ │ │ │ │ ├── SelectorItem.baml
│ │ │ │ │ │ │ └── WindowControl.baml
│ │ │ │ │ │ └── Generic
│ │ │ │ │ │ ├── SelectorItem.baml
│ │ │ │ │ │ └── WindowControl.baml
│ │ │ │ │ ├── DateTimePicker
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── DateTimeUpDown
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── DropDownButton
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ │ │ ├── Magnifier
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── MessageBox
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── MultiLineTextEditor
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── NumericUpDown
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── Pie
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── PropertyGrid
│ │ │ │ │ │ ├── Implementation
│ │ │ │ │ │ │ └── Editors
│ │ │ │ │ │ │ ├── CollectionEditor.baml
│ │ │ │ │ │ │ ├── CollectionEditor.g.cs
│ │ │ │ │ │ │ └── CollectionEditor.g.i.cs
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── RichTextBoxFormatBar
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── SplitButton
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── Themes
│ │ │ │ │ │ ├── Aero
│ │ │ │ │ │ │ ├── Brushes_NormalColor.baml
│ │ │ │ │ │ │ └── Buttons_NormalColor.baml
│ │ │ │ │ │ ├── Aero2
│ │ │ │ │ │ │ ├── Brushes.baml
│ │ │ │ │ │ │ ├── Buttons.baml
│ │ │ │ │ │ │ ├── Common.baml
│ │ │ │ │ │ │ └── Glyphs.baml
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ ├── Aero.NormalColor.baml
│ │ │ │ │ │ ├── classic.baml
│ │ │ │ │ │ ├── Generic
│ │ │ │ │ │ │ ├── Brushes.baml
│ │ │ │ │ │ │ ├── Buttons.baml
│ │ │ │ │ │ │ ├── Common.baml
│ │ │ │ │ │ │ └── Glyphs.baml
│ │ │ │ │ │ ├── Generic.baml
│ │ │ │ │ │ ├── luna.homestead.baml
│ │ │ │ │ │ ├── luna.metallic.baml
│ │ │ │ │ │ ├── luna.normalcolor.baml
│ │ │ │ │ │ └── royale.normalcolor.baml
│ │ │ │ │ ├── TimePicker
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── WatermarkTextBox
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── Wizard
│ │ │ │ │ │ └── Themes
│ │ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ │ └── Generic.baml
│ │ │ │ │ ├── Xceed.Wpf.Toolkit.Core.ErrorMessages.resources
│ │ │ │ │ ├── Xceed.Wpf.Toolkit.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── Xceed.Wpf.Toolkit.csproj.GenerateResource.Cache
│ │ │ │ │ ├── Xceed.Wpf.Toolkit.dll
│ │ │ │ │ ├── Xceed.Wpf.Toolkit.g.resources
│ │ │ │ │ ├── Xceed.Wpf.Toolkit_MarkupCompile.cache
│ │ │ │ │ ├── Xceed.Wpf.Toolkit_MarkupCompile.i.cache
│ │ │ │ │ ├── Xceed.Wpf.Toolkit_MarkupCompile.lref
│ │ │ │ │ ├── Xceed.Wpf.Toolkit.pdb
│ │ │ │ │ └── Zoombox
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.baml
│ │ │ │ │ └── Generic.baml
│ │ │ │ ├── Obselete
│ │ │ │ │ └── MaskedTextBox
│ │ │ │ │ └── Implementation
│ │ │ │ │ └── MaskedTextBox.cs
│ │ │ │ ├── Panels
│ │ │ │ │ ├── AnimationPanel.cs
│ │ │ │ │ ├── AnimatorConverter.cs
│ │ │ │ │ ├── Animators.cs
│ │ │ │ │ ├── ChildEnteredEventArgs.cs
│ │ │ │ │ ├── ChildEnteredEventHandler.cs
│ │ │ │ │ ├── ChildEnteringEventArgs.cs
│ │ │ │ │ ├── ChildEnteringEventHandler.cs
│ │ │ │ │ ├── ChildExitedEventArgs.cs
│ │ │ │ │ ├── ChildExitedEventHandler.cs
│ │ │ │ │ ├── ChildExitingEventArgs.cs
│ │ │ │ │ ├── ChildExitingEventHandler.cs
│ │ │ │ │ ├── DoubleAnimator.cs
│ │ │ │ │ ├── IterativeAnimator.cs
│ │ │ │ │ ├── PanelBase.cs
│ │ │ │ │ ├── RandomPanel.cs
│ │ │ │ │ ├── ScrollHelper.cs
│ │ │ │ │ ├── SwitchPanel.cs
│ │ │ │ │ ├── SwitchPresenter.cs
│ │ │ │ │ ├── SwitchTemplate.cs
│ │ │ │ │ └── WrapPanel.cs
│ │ │ │ ├── Pie
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ ├── Pie.cs
│ │ │ │ │ │ └── PieModeEnum.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── PropertyGrid
│ │ │ │ │ ├── Images
│ │ │ │ │ │ ├── AdvancedProperties11.png
│ │ │ │ │ │ ├── Categorize16.png
│ │ │ │ │ │ ├── ClearFilter16.png
│ │ │ │ │ │ ├── Database11.png
│ │ │ │ │ │ ├── Inheritance11.png
│ │ │ │ │ │ ├── Local11.png
│ │ │ │ │ │ ├── Resource11.png
│ │ │ │ │ │ ├── SortAscending16.png
│ │ │ │ │ │ └── Style11.png
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ ├── Attributes
│ │ │ │ │ │ │ ├── CategoryOrderAttribute.cs
│ │ │ │ │ │ │ ├── ExpandableObjectAttribute.cs
│ │ │ │ │ │ │ ├── IItemsSource.cs
│ │ │ │ │ │ │ ├── ItemsSourceAttribute.cs
│ │ │ │ │ │ │ ├── NewItemTypesAttribute.cs
│ │ │ │ │ │ │ └── PropertyOrderAttribute.cs
│ │ │ │ │ │ ├── Commands
│ │ │ │ │ │ │ ├── PropertyGridCommands.cs
│ │ │ │ │ │ │ └── PropertyItemCommands.cs
│ │ │ │ │ │ ├── CommonPropertyExceptionValidationRule.cs
│ │ │ │ │ │ ├── ContainerHelperBase.cs
│ │ │ │ │ │ ├── Converters
│ │ │ │ │ │ │ ├── EditorTimeSpanConverter.cs
│ │ │ │ │ │ │ ├── ExpandableObjectMarginConverter.cs
│ │ │ │ │ │ │ ├── ListConverter.cs
│ │ │ │ │ │ │ └── SelectedObjectConverter.cs
│ │ │ │ │ │ ├── CustomPropertyItem.cs
│ │ │ │ │ │ ├── Definitions
│ │ │ │ │ │ │ ├── DefinitionBase.cs
│ │ │ │ │ │ │ ├── EditorDefinitionBase.cs
│ │ │ │ │ │ │ ├── EditorTemplateDefinition.cs
│ │ │ │ │ │ │ └── PropertyDefinitionBase.cs
│ │ │ │ │ │ ├── DescriptorPropertyDefinitionBase.cs
│ │ │ │ │ │ ├── DescriptorPropertyDefinition.cs
│ │ │ │ │ │ ├── EditorDefinition.cs
│ │ │ │ │ │ ├── Editors
│ │ │ │ │ │ │ ├── CheckBoxEditor.cs
│ │ │ │ │ │ │ ├── CollectionEditor.xaml
│ │ │ │ │ │ │ ├── CollectionEditor.xaml.cs
│ │ │ │ │ │ │ ├── ColorEditor.cs
│ │ │ │ │ │ │ ├── ComboBoxEditor.cs
│ │ │ │ │ │ │ ├── EnumComboBoxEditor.cs
│ │ │ │ │ │ │ ├── FontComboBoxEditor.cs
│ │ │ │ │ │ │ ├── ItemsSourceAttributeEditor.cs
│ │ │ │ │ │ │ ├── ITypeEditor.cs
│ │ │ │ │ │ │ ├── PrimitiveTypeCollectionEditor.cs
│ │ │ │ │ │ │ ├── TextBlockEditor.cs
│ │ │ │ │ │ │ ├── TextBoxEditor.cs
│ │ │ │ │ │ │ ├── TimeSpanEditor.cs
│ │ │ │ │ │ │ ├── TypeEditor.cs
│ │ │ │ │ │ │ └── UpDownEditors.cs
│ │ │ │ │ │ ├── FilterInfo.cs
│ │ │ │ │ │ ├── IPropertyContainer.cs
│ │ │ │ │ │ ├── ObjectContainerHelperBase.cs
│ │ │ │ │ │ ├── ObjectContainerHelper.cs
│ │ │ │ │ │ ├── PropertyDefinitionBaseCollection.cs
│ │ │ │ │ │ ├── PropertyDefinition.cs
│ │ │ │ │ │ ├── PropertyGrid.cs
│ │ │ │ │ │ ├── PropertyGridUtilities.cs
│ │ │ │ │ │ ├── PropertyItemBase.cs
│ │ │ │ │ │ ├── PropertyItemCollection.cs
│ │ │ │ │ │ ├── PropertyItem.cs
│ │ │ │ │ │ ├── PropertyItemsControl.cs
│ │ │ │ │ │ ├── StringConstants.cs
│ │ │ │ │ │ └── TargetPropertyType.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── RichTextBox
│ │ │ │ │ ├── Formatters
│ │ │ │ │ │ ├── ITextFormatter.cs
│ │ │ │ │ │ ├── PlainTextFormatter.cs
│ │ │ │ │ │ ├── RtfFormatter.cs
│ │ │ │ │ │ └── XamlFormatter.cs
│ │ │ │ │ └── RichTextBox.cs
│ │ │ │ ├── RichTextBoxFormatBar
│ │ │ │ │ ├── Images
│ │ │ │ │ │ ├── Bold16.png
│ │ │ │ │ │ ├── Bullets16.png
│ │ │ │ │ │ ├── CenterAlign16.png
│ │ │ │ │ │ ├── FontColorPicker16.png
│ │ │ │ │ │ ├── Italic16.png
│ │ │ │ │ │ ├── JustifyAlign16.png
│ │ │ │ │ │ ├── LeftAlign16.png
│ │ │ │ │ │ ├── Numbering16.png
│ │ │ │ │ │ ├── RightAlign16.png
│ │ │ │ │ │ ├── TextHighlightColorPicker16.png
│ │ │ │ │ │ └── Underline16.png
│ │ │ │ │ ├── IRichTextBoxFormatBar.cs
│ │ │ │ │ ├── RichTextBoxFormatBar.cs
│ │ │ │ │ ├── RichTextBoxFormatBarManager.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── sn.snk
│ │ │ │ ├── SplitButton
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ └── SplitButton.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── StylableWindow
│ │ │ │ │ └── Implementation
│ │ │ │ │ └── Converters
│ │ │ │ │ └── StylableWindowClippingBorderConverter.cs
│ │ │ │ ├── Themes
│ │ │ │ │ ├── Aero
│ │ │ │ │ │ ├── Brushes_NormalColor.xaml
│ │ │ │ │ │ └── Buttons_NormalColor.xaml
│ │ │ │ │ ├── Aero2
│ │ │ │ │ │ ├── Brushes.xaml
│ │ │ │ │ │ ├── Buttons.xaml
│ │ │ │ │ │ ├── Common.xaml
│ │ │ │ │ │ └── Glyphs.xaml
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ ├── Aero.NormalColor.xaml
│ │ │ │ │ ├── classic.xaml
│ │ │ │ │ ├── Generic
│ │ │ │ │ │ ├── Brushes.xaml
│ │ │ │ │ │ ├── Buttons.xaml
│ │ │ │ │ │ ├── Common.xaml
│ │ │ │ │ │ ├── Glyphs.xaml
│ │ │ │ │ │ └── Images
│ │ │ │ │ │ ├── close_hover.png
│ │ │ │ │ │ ├── close_inactive.png
│ │ │ │ │ │ ├── close_normal.png
│ │ │ │ │ │ ├── close_pressed.png
│ │ │ │ │ │ ├── close_rounded_hover.png
│ │ │ │ │ │ ├── close_rounded_inactive.png
│ │ │ │ │ │ ├── close_rounded_normal.png
│ │ │ │ │ │ ├── close_rounded_pressed.png
│ │ │ │ │ │ ├── close_toolwindow_hover.png
│ │ │ │ │ │ ├── close_toolwindow_inactive.png
│ │ │ │ │ │ ├── close_toolwindow_normal.png
│ │ │ │ │ │ ├── close_toolwindow_pressed.png
│ │ │ │ │ │ ├── maximize_disabled.png
│ │ │ │ │ │ ├── maximize_hover.png
│ │ │ │ │ │ ├── maximize_inactive.png
│ │ │ │ │ │ ├── maximize_normal.png
│ │ │ │ │ │ ├── maximize_pressed.png
│ │ │ │ │ │ ├── minimize_hover.png
│ │ │ │ │ │ ├── minimize_inactive.png
│ │ │ │ │ │ ├── minimize_normal.png
│ │ │ │ │ │ ├── minimize_pressed.png
│ │ │ │ │ │ ├── resize_grip.png
│ │ │ │ │ │ ├── restore_disabled.png
│ │ │ │ │ │ ├── restore_hover.png
│ │ │ │ │ │ ├── restore_inactive.png
│ │ │ │ │ │ ├── restore_normal.png
│ │ │ │ │ │ └── restore_pressed.png
│ │ │ │ │ ├── Generic.xaml
│ │ │ │ │ ├── luna.homestead.xaml
│ │ │ │ │ ├── luna.metallic.xaml
│ │ │ │ │ ├── luna.normalcolor.xaml
│ │ │ │ │ └── royale.normalcolor.xaml
│ │ │ │ ├── TimelinePanel
│ │ │ │ │ └── Implementation
│ │ │ │ │ ├── DateElement.cs
│ │ │ │ │ ├── OverlapBehavior.cs
│ │ │ │ │ └── TimelinePanel.cs
│ │ │ │ ├── TimePicker
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ ├── TimeFormat.cs
│ │ │ │ │ │ ├── TimeItem.cs
│ │ │ │ │ │ └── TimePicker.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── VisualStates.cs
│ │ │ │ ├── WatermarkTextBox
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ └── WatermarkTextBox.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── Wizard
│ │ │ │ │ ├── Implementation
│ │ │ │ │ │ ├── WizardCommands.cs
│ │ │ │ │ │ ├── Wizard.cs
│ │ │ │ │ │ ├── WizardPageButtonVisibility.cs
│ │ │ │ │ │ ├── WizardPage.cs
│ │ │ │ │ │ └── WizardPageType.cs
│ │ │ │ │ └── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── Xceed.Wpf.Toolkit.csproj
│ │ │ │ └── Zoombox
│ │ │ │ ├── Resources
│ │ │ │ │ ├── Zoom.cur
│ │ │ │ │ └── ZoomRelative.cur
│ │ │ │ ├── Themes
│ │ │ │ │ ├── Aero2.NormalColor.xaml
│ │ │ │ │ └── Generic.xaml
│ │ │ │ ├── Zoombox.cs
│ │ │ │ ├── ZoomboxCursors.cs
│ │ │ │ ├── ZoomboxViewChangedEventArgs.cs
│ │ │ │ ├── ZoomboxViewChangedEventHandler.cs
│ │ │ │ ├── ZoomboxViewConverter.cs
│ │ │ │ ├── ZoomboxView.cs
│ │ │ │ ├── ZoomboxViewException.cs
│ │ │ │ ├── ZoomboxViewFinderDisplay.cs
│ │ │ │ ├── ZoomboxViewKind.cs
│ │ │ │ ├── ZoomboxViewStack.cs
│ │ │ │ ├── ZoomboxViewStackMode.cs
│ │ │ │ └── ZoomboxZoomOn.cs
│ │ │ └── Xceed.Wpf.Toolkit.LiveExplorer
│ │ │ ├── app.config
│ │ │ ├── App.ico
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Xceed.Wpf.Toolkit.LiveExplorer.exe.config
│ │ │ │ ├── Xceed.Wpf.Toolkit.LiveExplorer.vshost.exe
│ │ │ │ └── Xceed.Wpf.Toolkit.LiveExplorer.vshost.exe.config
│ │ │ ├── CodeBox.cs
│ │ │ ├── CodeFiles
│ │ │ │ ├── AutoSelectTextboxView.xaml.cs.txt
│ │ │ │ ├── AutoSelectTextboxView.xaml.txt
│ │ │ │ ├── AvalonDockView.xaml.cs.txt
│ │ │ │ ├── AvalonDockView.xaml.txt
│ │ │ │ ├── BusyIndicatorCustomContentTemplateView.xaml.cs.txt
│ │ │ │ ├── BusyIndicatorCustomContentTemplateView.xaml.txt
│ │ │ │ ├── BusyIndicatorCustomContentView.xaml.cs.txt
│ │ │ │ ├── BusyIndicatorCustomContentView.xaml.txt
│ │ │ │ ├── BusyIndicatorView.xaml.cs.txt
│ │ │ │ ├── BusyIndicatorView.xaml.txt
│ │ │ │ ├── ButtonSpinnerView.xaml.cs.txt
│ │ │ │ ├── ButtonSpinnerView.xaml.txt
│ │ │ │ ├── CalculatorView.xaml.cs.txt
│ │ │ │ ├── CalculatorView.xaml.txt
│ │ │ │ ├── ChartAxisView.xaml.cs.txt
│ │ │ │ ├── ChartAxisView.xaml.txt
│ │ │ │ ├── ChartLegendView.xaml.cs.txt
│ │ │ │ ├── ChartLegendView.xaml.txt
│ │ │ │ ├── ChartSeriesBasicTypesView.xaml.cs.txt
│ │ │ │ ├── ChartSeriesBasicTypesView.xaml.txt
│ │ │ │ ├── ChartSeriesDataPointsBindingView.xaml.cs.txt
│ │ │ │ ├── ChartSeriesDataPointsBindingView.xaml.txt
│ │ │ │ ├── ChartStylingAxesGridView.xaml.cs.txt
│ │ │ │ ├── ChartStylingAxesGridView.xaml.txt
│ │ │ │ ├── ChartStylingColumnSeriesView.xaml.cs.txt
│ │ │ │ ├── ChartStylingColumnSeriesView.xaml.txt
│ │ │ │ ├── ChartStylingLineSeriesView.xaml.cs.txt
│ │ │ │ ├── ChartStylingLineSeriesView.xaml.txt
│ │ │ │ ├── ChartStylingPieSeriesView.xaml.cs.txt
│ │ │ │ ├── ChartStylingPieSeriesView.xaml.txt
│ │ │ │ ├── CheckListsView.xaml.cs.txt
│ │ │ │ ├── CheckListsView.xaml.txt
│ │ │ │ ├── ChildWindowView.xaml.cs.txt
│ │ │ │ ├── ChildWindowView.xaml.txt
│ │ │ │ ├── ColorView.xaml.cs.txt
│ │ │ │ ├── ColorView.xaml.txt
│ │ │ │ ├── DataGridView.xaml.cs.txt
│ │ │ │ ├── DataGridView.xaml.txt
│ │ │ │ ├── DateTimeView.xaml.cs.txt
│ │ │ │ ├── DateTimeView.xaml.txt
│ │ │ │ ├── DisplayLocalizationRes.Designer.cs.txt
│ │ │ │ ├── DropDownSplitButtonView.xaml.cs.txt
│ │ │ │ ├── DropDownSplitButtonView.xaml.txt
│ │ │ │ ├── ListBoxView.xaml.cs.txt
│ │ │ │ ├── ListBoxView.xaml.txt
│ │ │ │ ├── MagnifierView.xaml.cs.txt
│ │ │ │ ├── MagnifierView.xaml.txt
│ │ │ │ ├── MaskedTextboxView.xaml.cs.txt
│ │ │ │ ├── MaskedTextboxView.xaml.txt
│ │ │ │ ├── MultiColumnComboBoxView.xaml.cs.txt
│ │ │ │ ├── MultiColumnComboBoxView.xaml.txt
│ │ │ │ ├── MultiLineTextEditorView.xaml.cs.txt
│ │ │ │ ├── MultiLineTextEditorView.xaml.txt
│ │ │ │ ├── NumericView.xaml.cs.txt
│ │ │ │ ├── NumericView.xaml.txt
│ │ │ │ ├── PieChartView.xaml.cs.txt
│ │ │ │ ├── PieChartView.xaml.txt
│ │ │ │ ├── PieProgressView.xaml.cs.txt
│ │ │ │ ├── PieProgressView.xaml.txt
│ │ │ │ ├── PieView.xaml.cs.txt
│ │ │ │ ├── PieView.xaml.txt
│ │ │ │ ├── PileFlowPanelView.xaml.cs.txt
│ │ │ │ ├── PileFlowPanelView.xaml.txt
│ │ │ │ ├── PropertyGridAttributesView.xaml.cs.txt
│ │ │ │ ├── PropertyGridAttributesView.xaml.txt
│ │ │ │ ├── PropertyGridBindingToStructsView.xaml.cs.txt
│ │ │ │ ├── PropertyGridBindingToStructsView.xaml.txt
│ │ │ │ ├── PropertyGridCategoryOrderView.xaml.cs.txt
│ │ │ │ ├── PropertyGridCategoryOrderView.xaml.txt
│ │ │ │ ├── PropertyGridCustomEditorsView.xaml.cs.txt
│ │ │ │ ├── PropertyGridCustomEditorsView.xaml.txt
│ │ │ │ ├── PropertyGridCustomPropertyView.xaml.cs.txt
│ │ │ │ ├── PropertyGridCustomPropertyView.xaml.txt
│ │ │ │ ├── PropertyGridDefaultEditorsView.xaml.cs.txt
│ │ │ │ ├── PropertyGridDefaultEditorsView.xaml.txt
│ │ │ │ ├── PropertyGridDefinitionKeyView.xaml.cs.txt
│ │ │ │ ├── PropertyGridDefinitionKeyView.xaml.txt
│ │ │ │ ├── PropertyGridDisplayLocalizationView.xaml.cs.txt
│ │ │ │ ├── PropertyGridDisplayLocalizationView.xaml.txt
│ │ │ │ ├── PropertyGridEditorDefinitionsView.xaml.cs.txt
│ │ │ │ ├── PropertyGridEditorDefinitionsView.xaml.txt
│ │ │ │ ├── PropertyGridMultiSelectedObjectsView.xaml.cs.txt
│ │ │ │ ├── PropertyGridMultiSelectedObjectsView.xaml.txt
│ │ │ │ ├── PropertyGridPropertiesSourceView.xaml.cs.txt
│ │ │ │ ├── PropertyGridPropertiesSourceView.xaml.txt
│ │ │ │ ├── PropertyGridPropertiesView.xaml.cs.txt
│ │ │ │ ├── PropertyGridPropertiesView.xaml.txt
│ │ │ │ ├── PropertyGridPropertyItemStyleView.xaml.cs.txt
│ │ │ │ ├── PropertyGridPropertyItemStyleView.xaml.txt
│ │ │ │ ├── PropertyGridSelectedObjectView.xaml.cs.txt
│ │ │ │ ├── PropertyGridSelectedObjectView.xaml.txt
│ │ │ │ ├── PropertyGridSpecifyingPropertiesView.xaml.cs.txt
│ │ │ │ ├── PropertyGridSpecifyingPropertiesView.xaml.txt
│ │ │ │ ├── PropertyGridView.xaml.cs.txt
│ │ │ │ ├── PropertyGridView.xaml.txt
│ │ │ │ ├── RichTextboxView.xaml.cs.txt
│ │ │ │ ├── RichTextboxView.xaml.txt
│ │ │ │ ├── StylableWindowView.xaml.cs.txt
│ │ │ │ ├── StylableWindowView.xaml.txt
│ │ │ │ ├── SwitchPanelView.xaml.cs.txt
│ │ │ │ ├── SwitchPanelView.xaml.txt
│ │ │ │ ├── ThemingAvalonDockView.xaml.cs.txt
│ │ │ │ ├── ThemingAvalonDockView.xaml.txt
│ │ │ │ ├── ThemingCoreWPFView.xaml.cs.txt
│ │ │ │ ├── ThemingCoreWPFView.xaml.txt
│ │ │ │ ├── ThemingDataGridView.xaml.cs.txt
│ │ │ │ ├── ThemingDataGridView.xaml.txt
│ │ │ │ ├── ThemingExtendedToolkitView.xaml.cs.txt
│ │ │ │ ├── ThemingExtendedToolkitView.xaml.txt
│ │ │ │ ├── ThemingListBoxView.xaml.cs.txt
│ │ │ │ ├── ThemingListBoxView.xaml.txt
│ │ │ │ ├── TimelinePanelView.xaml.cs.txt
│ │ │ │ ├── TimelinePanelView.xaml.txt
│ │ │ │ ├── WatermarkTextboxView.xaml.cs.txt
│ │ │ │ ├── WatermarkTextboxView.xaml.txt
│ │ │ │ ├── WindowContainerView.xaml.cs.txt
│ │ │ │ ├── WindowContainerView.xaml.txt
│ │ │ │ ├── WizardView.xaml.cs.txt
│ │ │ │ ├── WizardView.xaml.txt
│ │ │ │ ├── ZoomboxView.xaml.cs.txt
│ │ │ │ └── ZoomboxView.xaml.txt
│ │ │ ├── Core
│ │ │ │ ├── CodeFormatting
│ │ │ │ │ ├── CSharpFormat.cs
│ │ │ │ │ └── XamlFormat.cs
│ │ │ │ ├── CSharpFormatter.cs
│ │ │ │ ├── LiveExplorerTreeViewItem.cs
│ │ │ │ └── XamlFormatter.cs
│ │ │ ├── DemoView.cs
│ │ │ ├── HomeView.xaml
│ │ │ ├── HomeView.xaml.cs
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── App.g.i.cs
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ │ ├── HomeView.g.i.cs
│ │ │ │ ├── MainWindow.g.i.cs
│ │ │ │ ├── Samples
│ │ │ │ │ ├── AvalonDock
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ └── AvalonDockView.g.i.cs
│ │ │ │ │ ├── BusyIndicator
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ ├── BusyIndicatorCustomContentTemplateView.g.i.cs
│ │ │ │ │ │ ├── BusyIndicatorCustomContentView.g.i.cs
│ │ │ │ │ │ └── BusyIndicatorView.g.i.cs
│ │ │ │ │ ├── Button
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ ├── ButtonSpinnerView.g.i.cs
│ │ │ │ │ │ └── DropDownSplitButtonView.g.i.cs
│ │ │ │ │ ├── Calculator
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ └── CalculatorView.g.i.cs
│ │ │ │ │ ├── Chart
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ ├── ChartAxisView.g.i.cs
│ │ │ │ │ │ ├── ChartLegendView.g.i.cs
│ │ │ │ │ │ ├── ChartSeriesBasicTypesView.g.i.cs
│ │ │ │ │ │ ├── ChartSeriesDataPointsBindingView.g.i.cs
│ │ │ │ │ │ ├── ChartStylingAxesGridView.g.i.cs
│ │ │ │ │ │ ├── ChartStylingColumnSeriesView.g.i.cs
│ │ │ │ │ │ ├── ChartStylingLineSeriesView.g.i.cs
│ │ │ │ │ │ └── ChartStylingPieSeriesView.g.i.cs
│ │ │ │ │ ├── CheckLists
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ └── CheckListsView.g.i.cs
│ │ │ │ │ ├── Color
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ └── ColorView.g.i.cs
│ │ │ │ │ ├── DataGrid
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ ├── DataGridView.g.i.cs
│ │ │ │ │ │ └── MultiColumnComboBoxView.g.i.cs
│ │ │ │ │ ├── DateTime
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ └── DateTimeView.g.i.cs
│ │ │ │ │ ├── ListBox
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ └── ListBoxView.g.i.cs
│ │ │ │ │ ├── Magnifier
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ └── MagnifierView.g.i.cs
│ │ │ │ │ ├── Numeric
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ └── NumericView.g.i.cs
│ │ │ │ │ ├── Panels
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ └── SwitchPanelView.g.i.cs
│ │ │ │ │ ├── Pie
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ ├── PieChartView.g.i.cs
│ │ │ │ │ │ ├── PieProgressView.g.i.cs
│ │ │ │ │ │ └── PieView.g.i.cs
│ │ │ │ │ ├── PileFlowPanel
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ └── PileFlowPanelView.g.i.cs
│ │ │ │ │ ├── PropertyGrid
│ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ └── LastNameUserControlEditor.g.i.cs
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ ├── PropertyGridAttributesView.g.i.cs
│ │ │ │ │ │ ├── PropertyGridBindingToStructsView.g.i.cs
│ │ │ │ │ │ ├── PropertyGridCategoryOrderView.g.i.cs
│ │ │ │ │ │ ├── PropertyGridCustomEditorsView.g.i.cs
│ │ │ │ │ │ ├── PropertyGridCustomPropertyView.g.i.cs
│ │ │ │ │ │ ├── PropertyGridDefaultEditorsView.g.i.cs
│ │ │ │ │ │ ├── PropertyGridDefinitionKeyView.g.i.cs
│ │ │ │ │ │ ├── PropertyGridDisplayLocalizationView.g.i.cs
│ │ │ │ │ │ ├── PropertyGridEditorDefinitionsView.g.i.cs
│ │ │ │ │ │ ├── PropertyGridMultiSelectedObjectsView.g.i.cs
│ │ │ │ │ │ ├── PropertyGridPropertiesSourceView.g.i.cs
│ │ │ │ │ │ ├── PropertyGridPropertiesView.g.i.cs
│ │ │ │ │ │ ├── PropertyGridPropertyItemStyleView.g.i.cs
│ │ │ │ │ │ ├── PropertyGridSelectedObjectView.g.i.cs
│ │ │ │ │ │ ├── PropertyGridSpecifyingPropertiesView.g.i.cs
│ │ │ │ │ │ └── PropertyGridView.g.i.cs
│ │ │ │ │ ├── Text
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ ├── AutoSelectTextboxView.g.i.cs
│ │ │ │ │ │ ├── MaskedTextboxView.g.i.cs
│ │ │ │ │ │ ├── MultiLineTextEditorView.g.i.cs
│ │ │ │ │ │ ├── RichTextboxView.g.i.cs
│ │ │ │ │ │ └── WatermarkTextboxView.g.i.cs
│ │ │ │ │ ├── Theming
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ ├── ThemingAvalonDockView.g.i.cs
│ │ │ │ │ │ ├── ThemingCoreWPFView.g.i.cs
│ │ │ │ │ │ ├── ThemingDataGridView.g.i.cs
│ │ │ │ │ │ ├── ThemingExtendedToolkitView.g.i.cs
│ │ │ │ │ │ └── ThemingListBoxView.g.i.cs
│ │ │ │ │ ├── TimelinePanel
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ └── TimelinePanelView.g.i.cs
│ │ │ │ │ ├── Window
│ │ │ │ │ │ ├── Resources
│ │ │ │ │ │ │ └── WindowModelEditor.g.i.cs
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ ├── ChildWindowView.g.i.cs
│ │ │ │ │ │ ├── StylableWindowView.g.i.cs
│ │ │ │ │ │ └── WindowContainerView.g.i.cs
│ │ │ │ │ ├── Wizard
│ │ │ │ │ │ └── Views
│ │ │ │ │ │ └── WizardView.g.i.cs
│ │ │ │ │ └── Zoombox
│ │ │ │ │ └── Views
│ │ │ │ │ └── ZoomboxView.g.i.cs
│ │ │ │ ├── Xceed.Wpf.Toolkit.LiveExplorer.csproj.FileListAbsolute.txt
│ │ │ │ ├── Xceed.Wpf.Toolkit.LiveExplorer_MarkupCompile.i.cache
│ │ │ │ └── Xceed.Wpf.Toolkit.LiveExplorer_MarkupCompile.i.lref
│ │ │ ├── Properties
│ │ │ │ ├── app.manifest
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── LiveExplorerScrollViewer.xaml
│ │ │ │ ├── TextBlockStyles.xaml
│ │ │ │ └── xceed_logo.png
│ │ │ ├── Samples
│ │ │ │ ├── AvalonDock
│ │ │ │ │ ├── Images
│ │ │ │ │ │ ├── address-book-open.png
│ │ │ │ │ │ ├── address-book--pencil.png
│ │ │ │ │ │ ├── alarm-clock-blue.png
│ │ │ │ │ │ ├── document.png
│ │ │ │ │ │ └── property-blue.png
│ │ │ │ │ └── Views
│ │ │ │ │ ├── AvalonDockView.xaml
│ │ │ │ │ └── AvalonDockView.xaml.cs
│ │ │ │ ├── BusyIndicator
│ │ │ │ │ ├── Converters
│ │ │ │ │ │ └── IntegerToTimespanConverter.cs
│ │ │ │ │ ├── Images
│ │ │ │ │ │ └── CdBurning32.png
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ └── Common.xaml
│ │ │ │ │ └── Views
│ │ │ │ │ ├── BusyIndicatorCustomContentTemplateView.xaml
│ │ │ │ │ ├── BusyIndicatorCustomContentTemplateView.xaml.cs
│ │ │ │ │ ├── BusyIndicatorCustomContentView.xaml
│ │ │ │ │ ├── BusyIndicatorCustomContentView.xaml.cs
│ │ │ │ │ ├── BusyIndicatorView.xaml
│ │ │ │ │ └── BusyIndicatorView.xaml.cs
│ │ │ │ ├── Button
│ │ │ │ │ └── Views
│ │ │ │ │ ├── ButtonSpinnerView.xaml
│ │ │ │ │ ├── ButtonSpinnerView.xaml.cs
│ │ │ │ │ ├── DropDownSplitButtonView.xaml
│ │ │ │ │ └── DropDownSplitButtonView.xaml.cs
│ │ │ │ ├── Calculator
│ │ │ │ │ └── Views
│ │ │ │ │ ├── CalculatorView.xaml
│ │ │ │ │ └── CalculatorView.xaml.cs
│ │ │ │ ├── Chart
│ │ │ │ │ ├── Converters
│ │ │ │ │ │ └── GraduationModeToComboBoxConverter.cs
│ │ │ │ │ ├── OpenSourceImages
│ │ │ │ │ │ ├── ChartAxis.png
│ │ │ │ │ │ ├── ChartBasicTypes.png
│ │ │ │ │ │ ├── ChartLegend.png
│ │ │ │ │ │ ├── ChartSeriesDataPointsBinding.png
│ │ │ │ │ │ ├── ChartStylingAxesGrid.png
│ │ │ │ │ │ ├── ChartStylingColumnSeries.png
│ │ │ │ │ │ ├── ChartStylingLineSeries.png
│ │ │ │ │ │ └── ChartStylingPieSeries.png
│ │ │ │ │ ├── Photo
│ │ │ │ │ │ ├── 1.bmp
│ │ │ │ │ │ ├── 2.bmp
│ │ │ │ │ │ ├── 3.bmp
│ │ │ │ │ │ ├── 4.bmp
│ │ │ │ │ │ ├── 5.bmp
│ │ │ │ │ │ └── 6.bmp
│ │ │ │ │ └── Views
│ │ │ │ │ ├── ChartAxisView.xaml
│ │ │ │ │ ├── ChartAxisView.xaml.cs
│ │ │ │ │ ├── ChartLegendView.xaml
│ │ │ │ │ ├── ChartLegendView.xaml.cs
│ │ │ │ │ ├── ChartSeriesBasicTypesView.xaml
│ │ │ │ │ ├── ChartSeriesBasicTypesView.xaml.cs
│ │ │ │ │ ├── ChartSeriesDataPointsBindingView.xaml
│ │ │ │ │ ├── ChartSeriesDataPointsBindingView.xaml.cs
│ │ │ │ │ ├── ChartStylingAxesGridView.xaml
│ │ │ │ │ ├── ChartStylingAxesGridView.xaml.cs
│ │ │ │ │ ├── ChartStylingColumnSeriesView.xaml
│ │ │ │ │ ├── ChartStylingColumnSeriesView.xaml.cs
│ │ │ │ │ ├── ChartStylingLineSeriesView.xaml
│ │ │ │ │ ├── ChartStylingLineSeriesView.xaml.cs
│ │ │ │ │ ├── ChartStylingPieSeriesView.xaml
│ │ │ │ │ └── ChartStylingPieSeriesView.xaml.cs
│ │ │ │ ├── CheckLists
│ │ │ │ │ └── Views
│ │ │ │ │ ├── CheckListsView.xaml
│ │ │ │ │ └── CheckListsView.xaml.cs
│ │ │ │ ├── Color
│ │ │ │ │ └── Views
│ │ │ │ │ ├── ColorView.xaml
│ │ │ │ │ └── ColorView.xaml.cs
│ │ │ │ ├── DataGrid
│ │ │ │ │ ├── Converters
│ │ │ │ │ │ └── FlagPathConverter.cs
│ │ │ │ │ ├── OpenSourceImages
│ │ │ │ │ │ └── MultiColumnsComboBox.png
│ │ │ │ │ ├── UniqueIDCellValidationRule.cs
│ │ │ │ │ └── Views
│ │ │ │ │ ├── DataGridView.xaml
│ │ │ │ │ ├── DataGridView.xaml.cs
│ │ │ │ │ ├── MultiColumnComboBoxView.xaml
│ │ │ │ │ └── MultiColumnComboBoxView.xaml.cs
│ │ │ │ ├── DateTime
│ │ │ │ │ ├── Converters
│ │ │ │ │ │ ├── CustomFormatToBoolConverter.cs
│ │ │ │ │ │ └── DateTimeToTimeSpanConverter.cs
│ │ │ │ │ └── Views
│ │ │ │ │ ├── DateTimeView.xaml
│ │ │ │ │ └── DateTimeView.xaml.cs
│ │ │ │ ├── ListBox
│ │ │ │ │ ├── Converters
│ │ │ │ │ │ └── BoxArtImageSourceConverter.cs
│ │ │ │ │ ├── OpenSourceImages
│ │ │ │ │ │ └── ListBox.png
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ └── Netflix_icon.png
│ │ │ │ │ └── Views
│ │ │ │ │ ├── ListBoxView.xaml
│ │ │ │ │ └── ListBoxView.xaml.cs
│ │ │ │ ├── Magnifier
│ │ │ │ │ ├── Converters
│ │ │ │ │ │ ├── ColorConverter.cs
│ │ │ │ │ │ └── VisibilityConverter.cs
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ └── SampleText.rtf
│ │ │ │ │ └── Views
│ │ │ │ │ ├── MagnifierView.xaml
│ │ │ │ │ └── MagnifierView.xaml.cs
│ │ │ │ ├── Numeric
│ │ │ │ │ └── Views
│ │ │ │ │ ├── NumericView.xaml
│ │ │ │ │ └── NumericView.xaml.cs
│ │ │ │ ├── Panels
│ │ │ │ │ ├── Converters
│ │ │ │ │ │ └── ComboBoxToVisibilityConverter.cs
│ │ │ │ │ ├── OpenSourceImages
│ │ │ │ │ │ ├── AnimatedTimelinePanel.png
│ │ │ │ │ │ ├── AutoStretchStackPanel.png
│ │ │ │ │ │ ├── CameraPanel.png
│ │ │ │ │ │ ├── Canvas.png
│ │ │ │ │ │ ├── Carousel.png
│ │ │ │ │ │ ├── DockPanel.png
│ │ │ │ │ │ ├── Grid.png
│ │ │ │ │ │ ├── PerspectivePanel.png
│ │ │ │ │ │ ├── RadialCanvas.png
│ │ │ │ │ │ ├── RelativeCanvas.png
│ │ │ │ │ │ ├── StackedStackPanel.png
│ │ │ │ │ │ └── StackPanel.png
│ │ │ │ │ └── Views
│ │ │ │ │ ├── SwitchPanelView.xaml
│ │ │ │ │ └── SwitchPanelView.xaml.cs
│ │ │ │ ├── Pie
│ │ │ │ │ ├── Converters
│ │ │ │ │ │ └── SliceLabelConverter.cs
│ │ │ │ │ └── Views
│ │ │ │ │ ├── PieChartView.xaml
│ │ │ │ │ ├── PieChartView.xaml.cs
│ │ │ │ │ ├── PieProgressView.xaml
│ │ │ │ │ ├── PieProgressView.xaml.cs
│ │ │ │ │ ├── PieView.xaml
│ │ │ │ │ └── PieView.xaml.cs
│ │ │ │ ├── PileFlowPanel
│ │ │ │ │ ├── Converters
│ │ │ │ │ │ └── FullNameStringConverter.cs
│ │ │ │ │ ├── OpenSourceImages
│ │ │ │ │ │ └── PileFlowPanel.png
│ │ │ │ │ └── Views
│ │ │ │ │ ├── PileFlowPanelView.xaml
│ │ │ │ │ └── PileFlowPanelView.xaml.cs
│ │ │ │ ├── PropertyGrid
│ │ │ │ │ ├── Converters
│ │ │ │ │ │ └── DimensionConverter.cs
│ │ │ │ │ ├── OpenSourceImages
│ │ │ │ │ │ ├── CustomProperty.xaml.txt
│ │ │ │ │ │ ├── DefinitionKey.cs.txt
│ │ │ │ │ │ ├── DefinitionKey.xaml.txt
│ │ │ │ │ │ ├── EditorDefinitions.xaml.txt
│ │ │ │ │ │ ├── Localization.png
│ │ │ │ │ │ ├── MultiSelectedObjects.png
│ │ │ │ │ │ ├── Properties.cs.txt
│ │ │ │ │ │ ├── PropertiesSource.cs.txt
│ │ │ │ │ │ ├── PropertiesSource.xaml.txt
│ │ │ │ │ │ └── Properties.xaml.txt
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ ├── LastNameUserControlEditor.xaml
│ │ │ │ │ │ ├── LastNameUserControlEditor.xaml.cs
│ │ │ │ │ │ └── woman.png
│ │ │ │ │ └── Views
│ │ │ │ │ ├── DisplayLocalizationRes.Designer.cs
│ │ │ │ │ ├── DisplayLocalizationRes.fr.resx
│ │ │ │ │ ├── DisplayLocalizationRes.resx
│ │ │ │ │ ├── PropertyGridAttributesView.xaml
│ │ │ │ │ ├── PropertyGridAttributesView.xaml.cs
│ │ │ │ │ ├── PropertyGridBindingToStructsView.xaml
│ │ │ │ │ ├── PropertyGridBindingToStructsView.xaml.cs
│ │ │ │ │ ├── PropertyGridCategoryOrderView.xaml
│ │ │ │ │ ├── PropertyGridCategoryOrderView.xaml.cs
│ │ │ │ │ ├── PropertyGridCustomEditorsView.xaml
│ │ │ │ │ ├── PropertyGridCustomEditorsView.xaml.cs
│ │ │ │ │ ├── PropertyGridCustomPropertyView.xaml
│ │ │ │ │ ├── PropertyGridCustomPropertyView.xaml.cs
│ │ │ │ │ ├── PropertyGridDefaultEditorsView.xaml
│ │ │ │ │ ├── PropertyGridDefaultEditorsView.xaml.cs
│ │ │ │ │ ├── PropertyGridDefinitionKeyView.xaml
│ │ │ │ │ ├── PropertyGridDefinitionKeyView.xaml.cs
│ │ │ │ │ ├── PropertyGridDisplayLocalizationView.xaml
│ │ │ │ │ ├── PropertyGridDisplayLocalizationView.xaml.cs
│ │ │ │ │ ├── PropertyGridEditorDefinitionsView.xaml
│ │ │ │ │ ├── PropertyGridEditorDefinitionsView.xaml.cs
│ │ │ │ │ ├── PropertyGridMultiSelectedObjectsView.xaml
│ │ │ │ │ ├── PropertyGridMultiSelectedObjectsView.xaml.cs
│ │ │ │ │ ├── PropertyGridPropertiesSourceView.xaml
│ │ │ │ │ ├── PropertyGridPropertiesSourceView.xaml.cs
│ │ │ │ │ ├── PropertyGridPropertiesView.xaml
│ │ │ │ │ ├── PropertyGridPropertiesView.xaml.cs
│ │ │ │ │ ├── PropertyGridPropertyItemStyleView.xaml
│ │ │ │ │ ├── PropertyGridPropertyItemStyleView.xaml.cs
│ │ │ │ │ ├── PropertyGridSelectedObjectView.xaml
│ │ │ │ │ ├── PropertyGridSelectedObjectView.xaml.cs
│ │ │ │ │ ├── PropertyGridSpecifyingPropertiesView.xaml
│ │ │ │ │ ├── PropertyGridSpecifyingPropertiesView.xaml.cs
│ │ │ │ │ ├── PropertyGridView.xaml
│ │ │ │ │ └── PropertyGridView.xaml.cs
│ │ │ │ ├── Text
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ └── PencilTool16.png
│ │ │ │ │ └── Views
│ │ │ │ │ ├── AutoSelectTextboxView.xaml
│ │ │ │ │ ├── AutoSelectTextboxView.xaml.cs
│ │ │ │ │ ├── MaskedTextboxView.xaml
│ │ │ │ │ ├── MaskedTextboxView.xaml.cs
│ │ │ │ │ ├── MultiLineTextEditorView.xaml
│ │ │ │ │ ├── MultiLineTextEditorView.xaml.cs
│ │ │ │ │ ├── RichTextboxView.xaml
│ │ │ │ │ ├── RichTextboxView.xaml.cs
│ │ │ │ │ ├── WatermarkTextboxView.xaml
│ │ │ │ │ └── WatermarkTextboxView.xaml.cs
│ │ │ │ ├── Theming
│ │ │ │ │ ├── Converters
│ │ │ │ │ │ └── FlagPathConverter.cs
│ │ │ │ │ ├── Images
│ │ │ │ │ │ ├── address-book-open.png
│ │ │ │ │ │ ├── address-book--pencil.png
│ │ │ │ │ │ ├── alarm-clock-blue.png
│ │ │ │ │ │ ├── document.png
│ │ │ │ │ │ ├── NoPictureA.jpg
│ │ │ │ │ │ ├── NoPictureB.jpg
│ │ │ │ │ │ ├── NoPictureC.jpg
│ │ │ │ │ │ ├── NoPictureD.jpg
│ │ │ │ │ │ ├── NoPicture.png
│ │ │ │ │ │ ├── property-blue.png
│ │ │ │ │ │ └── Working.png
│ │ │ │ │ ├── OpenSourceImages
│ │ │ │ │ │ ├── AvalonDockMetroDark.png
│ │ │ │ │ │ ├── AvalonDockMetroLight.png
│ │ │ │ │ │ ├── AvalonDockOffice2007Black.png
│ │ │ │ │ │ ├── AvalonDockOffice2007Blue.png
│ │ │ │ │ │ ├── AvalonDockOffice2007Silver.png
│ │ │ │ │ │ ├── CoreWPFControls.png
│ │ │ │ │ │ ├── DataGridControls.png
│ │ │ │ │ │ ├── ExtendedWPFToolkitControls.png
│ │ │ │ │ │ └── ListBoxControls.png
│ │ │ │ │ └── Views
│ │ │ │ │ ├── ThemingAvalonDockView.xaml
│ │ │ │ │ ├── ThemingAvalonDockView.xaml.cs
│ │ │ │ │ ├── ThemingCoreWPFView.xaml
│ │ │ │ │ ├── ThemingCoreWPFView.xaml.cs
│ │ │ │ │ ├── ThemingDataGridView.xaml
│ │ │ │ │ ├── ThemingDataGridView.xaml.cs
│ │ │ │ │ ├── ThemingExtendedToolkitView.xaml
│ │ │ │ │ ├── ThemingExtendedToolkitView.xaml.cs
│ │ │ │ │ ├── ThemingListBoxView.xaml
│ │ │ │ │ └── ThemingListBoxView.xaml.cs
│ │ │ │ ├── TimelinePanel
│ │ │ │ │ └── Views
│ │ │ │ │ ├── TimelinePanelView.xaml
│ │ │ │ │ └── TimelinePanelView.xaml.cs
│ │ │ │ ├── Window
│ │ │ │ │ ├── Converters
│ │ │ │ │ │ ├── IntToBoolConverter.cs
│ │ │ │ │ │ └── WindowStateToBoolConverter.cs
│ │ │ │ │ ├── Resources
│ │ │ │ │ │ ├── FancyStyles.xaml
│ │ │ │ │ │ ├── WindowModelEditor.xaml
│ │ │ │ │ │ ├── WindowModelEditor.xaml.cs
│ │ │ │ │ │ └── xceed_icon.png
│ │ │ │ │ └── Views
│ │ │ │ │ ├── ChildWindowView.xaml
│ │ │ │ │ ├── ChildWindowView.xaml.cs
│ │ │ │ │ ├── StylableWindowView.xaml
│ │ │ │ │ ├── StylableWindowView.xaml.cs
│ │ │ │ │ ├── WindowContainerView.xaml
│ │ │ │ │ └── WindowContainerView.xaml.cs
│ │ │ │ ├── Wizard
│ │ │ │ │ └── Views
│ │ │ │ │ ├── WizardView.xaml
│ │ │ │ │ └── WizardView.xaml.cs
│ │ │ │ └── Zoombox
│ │ │ │ ├── Converters
│ │ │ │ │ ├── PointConverter.cs
│ │ │ │ │ ├── RectConverter.cs
│ │ │ │ │ ├── SimpleConverter.cs
│ │ │ │ │ ├── ViewFinderConverter.cs
│ │ │ │ │ ├── ViewNameConverter.cs
│ │ │ │ │ └── ViewStackCountConverter.cs
│ │ │ │ ├── Resources
│ │ │ │ │ ├── Default.jpg
│ │ │ │ │ └── ZoomboxProperties.xml
│ │ │ │ └── Views
│ │ │ │ ├── ZoomboxView.xaml
│ │ │ │ └── ZoomboxView.xaml.cs
│ │ │ ├── Service References
│ │ │ │ └── NorthwindDataService
│ │ │ │ ├── Reference.cs
│ │ │ │ ├── Reference.datasvcmap
│ │ │ │ └── service.edmx
│ │ │ ├── sn.snk
│ │ │ └── Xceed.Wpf.Toolkit.LiveExplorer.csproj
│ │ ├── Xceed.Wpf.Toolkit.sln
│ │ └── Xceed.Wpf.Toolkit.suo
│ └── ExtendedWPFToolkitSolution_35
│ ├── Src
│ │ └── Xceed.Wpf.Toolkit
│ │ ├── AssemblyVersionInfoCommon.cs
│ │ ├── AssemblyVersionInfo.cs
│ │ ├── AutoSelectTextBox
│ │ │ └── Implementation
│ │ │ ├── AutoSelectBehaviorEnum.cs
│ │ │ ├── AutoSelectTextBox.cs
│ │ │ └── QueryMoveFocusEventArgs.cs
│ │ ├── BusyIndicator
│ │ │ ├── Implementation
│ │ │ │ ├── BusyIndicator.cs
│ │ │ │ └── VisualStates.BusyIndicator.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── ButtonSpinner
│ │ │ ├── Implementation
│ │ │ │ ├── ButtonSpinner.cs
│ │ │ │ ├── SpinDirection.cs
│ │ │ │ ├── SpinEventArgs.cs
│ │ │ │ ├── Spinner.cs
│ │ │ │ └── ValidSpinDirections.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── Calculator
│ │ │ ├── Implementation
│ │ │ │ ├── CalculatorCommands.cs
│ │ │ │ └── Calculator.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── CalculatorUpDown
│ │ │ ├── Implementation
│ │ │ │ └── CalculatorUpDown.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── CheckComboBox
│ │ │ ├── Implementation
│ │ │ │ └── CheckComboBox.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── CheckListBox
│ │ │ ├── Implementation
│ │ │ │ └── CheckListBox.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── ChildWindow
│ │ │ ├── Implementation
│ │ │ │ ├── ChildWindow.cs
│ │ │ │ ├── WindowStartupLocation.cs
│ │ │ │ └── WindowState.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── Chromes
│ │ │ ├── Implementation
│ │ │ │ └── ButtonChrome.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── CollectionControl
│ │ │ ├── Images
│ │ │ │ └── Delete16.png
│ │ │ ├── Implementation
│ │ │ │ ├── CollectionControl.cs
│ │ │ │ ├── CollectionControlDialog.xaml
│ │ │ │ ├── CollectionControlDialog.xaml.cs
│ │ │ │ ├── Converters
│ │ │ │ │ └── NewItemTypesComboBoxConverter.cs
│ │ │ │ ├── ItemAddingEventArgs.cs
│ │ │ │ ├── ItemDeletingEventArgs.cs
│ │ │ │ ├── ItemEventArgs.cs
│ │ │ │ └── PrimitiveTypeCollectionControl.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── ColorCanvas
│ │ │ ├── Implementation
│ │ │ │ ├── ColorCanvas.cs
│ │ │ │ └── ColorSpectrumSlider.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── ColorPicker
│ │ │ ├── Implementation
│ │ │ │ ├── ColorItem.cs
│ │ │ │ └── ColorPicker.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── Core
│ │ │ ├── CancelRoutedEventArgs.cs
│ │ │ ├── Converters
│ │ │ │ ├── BorderThicknessToStrokeThicknessConverter.cs
│ │ │ │ ├── CalculatorMemoryToVisibilityConverter.cs
│ │ │ │ ├── CenterTitleConverter.cs
│ │ │ │ ├── ColorBlendConverter.cs
│ │ │ │ ├── ColorToSolidColorBrushConverter.cs
│ │ │ │ ├── InverseBoolConverter.cs
│ │ │ │ ├── ObjectTypeToNameConverter.cs
│ │ │ │ ├── RoundedValueConverter.cs
│ │ │ │ ├── SolidColorBrushToColorConverter.cs
│ │ │ │ ├── TimeFormatToDateTimeFormatConverter.cs
│ │ │ │ ├── VisibilityToBoolConverter.cs
│ │ │ │ ├── WindowContentBorderMarginConverter.cs
│ │ │ │ ├── WindowControlBackgroundConverter.cs
│ │ │ │ └── WizardPageButtonVisibilityConverter.cs
│ │ │ ├── ErrorMessages.cs
│ │ │ ├── ErrorMessages.resx
│ │ │ ├── IndexChangedEventArgs.cs
│ │ │ ├── IndexChangedEventHandler.cs
│ │ │ ├── Input
│ │ │ │ ├── InputValidationErrorEventArgs.cs
│ │ │ │ ├── IValidateInput.cs
│ │ │ │ ├── KeyModifierCollectionConverter.cs
│ │ │ │ ├── KeyModifierCollection.cs
│ │ │ │ └── KeyModifier.cs
│ │ │ ├── InvalidContentException.cs
│ │ │ ├── InvalidTemplateException.cs
│ │ │ ├── Media
│ │ │ │ ├── Animation
│ │ │ │ │ ├── AnimationRateConverter.cs
│ │ │ │ │ ├── AnimationRate.cs
│ │ │ │ │ ├── IterativeAnimationEquation.cs
│ │ │ │ │ ├── IterativeAnimationEquationDelegate.cs
│ │ │ │ │ ├── IterativeEquationConverter.cs
│ │ │ │ │ ├── PennerEquation.cs
│ │ │ │ │ └── PennerEquations.cs
│ │ │ │ └── WindowColors.cs
│ │ │ ├── Primitives
│ │ │ │ ├── CachedTextInfo.cs
│ │ │ │ ├── HsvColor.cs
│ │ │ │ ├── InputBase.cs
│ │ │ │ ├── MouseWheelActiveTriggerEnum.cs
│ │ │ │ ├── Selector.cs
│ │ │ │ ├── SelectorItem.cs
│ │ │ │ ├── ShapeBase.cs
│ │ │ │ ├── UpDownBase.cs
│ │ │ │ ├── ValueRangeTextBox.cs
│ │ │ │ ├── WindowContainer.cs
│ │ │ │ └── WindowControl.cs
│ │ │ ├── PropertyChangedEventArgs.cs
│ │ │ ├── PropertyChangedEventHandler.cs
│ │ │ ├── QueryTextFromValueEventArgs.cs
│ │ │ ├── QueryValueFromTextEventArgs.cs
│ │ │ ├── Themes
│ │ │ │ ├── Aero2
│ │ │ │ │ ├── SelectorItem.xaml
│ │ │ │ │ └── WindowControl.xaml
│ │ │ │ ├── Generic
│ │ │ │ │ ├── SelectorItem.xaml
│ │ │ │ │ └── WindowControl.xaml
│ │ │ │ └── ResourceKeys.cs
│ │ │ ├── UIElementAdorner.cs
│ │ │ ├── Utilities
│ │ │ │ ├── CalculatorUtilities.cs
│ │ │ │ ├── ColorUtilities.cs
│ │ │ │ ├── ContextMenuUtilities.cs
│ │ │ │ ├── DoubleHelper.cs
│ │ │ │ ├── EllipseHelper.cs
│ │ │ │ ├── FontUtilities.cs
│ │ │ │ ├── GeneralUtilities.cs
│ │ │ │ ├── KeyboardUtilities.cs
│ │ │ │ ├── ListUtilities.cs
│ │ │ │ ├── PointHelper.cs
│ │ │ │ ├── PropertyChangedExt.cs
│ │ │ │ ├── RectHelper.cs
│ │ │ │ ├── ReflectionHelper.cs
│ │ │ │ ├── ResourceHelper.cs
│ │ │ │ ├── RoutedEventHelper.cs
│ │ │ │ ├── Segment.cs
│ │ │ │ ├── TreeHelper.cs
│ │ │ │ ├── ValueChangeHelper.cs
│ │ │ │ ├── VisualTreeHelperEx.cs
│ │ │ │ ├── WeakEventListener.cs
│ │ │ │ └── WindowUtilities.cs
│ │ │ ├── VersionResourceDictionary.cs
│ │ │ └── WeakCollectionChangedWrapper.cs
│ │ ├── DateTimePicker
│ │ │ ├── Implementation
│ │ │ │ └── DateTimePicker.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── DateTimeUpDown
│ │ │ ├── Implementation
│ │ │ │ ├── DateTimeFormat.cs
│ │ │ │ ├── DateTimeInfo.cs
│ │ │ │ ├── DateTimeParser.cs
│ │ │ │ ├── DateTimePart.cs
│ │ │ │ └── DateTimeUpDown.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── DropDownButton
│ │ │ ├── Implementation
│ │ │ │ └── DropDownButton.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── Magnifier
│ │ │ ├── Implementation
│ │ │ │ ├── Converters
│ │ │ │ │ └── RadiusConverter.cs
│ │ │ │ ├── FrameType.cs
│ │ │ │ ├── MagnifierAdorner.cs
│ │ │ │ ├── Magnifier.cs
│ │ │ │ └── MagnifierManager.cs
│ │ │ └── Themes
│ │ │ └── Generic.xaml
│ │ ├── MaskedTextBox
│ │ │ └── Implementation
│ │ │ ├── AutoCompletingMaskEventArgs.cs
│ │ │ ├── InsertKeyModeEnum.cs
│ │ │ ├── MaskedTextBox.cs
│ │ │ └── MaskFormatEnum.cs
│ │ ├── MessageBox
│ │ │ ├── Icons
│ │ │ │ ├── Error48.png
│ │ │ │ ├── Information48.png
│ │ │ │ ├── Question48.png
│ │ │ │ └── Warning48.png
│ │ │ ├── Implementation
│ │ │ │ ├── MessageBox.cs
│ │ │ │ └── VisualStates.MessageBox.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── MultiLineTextEditor
│ │ │ ├── Images
│ │ │ │ └── Notes16.png
│ │ │ ├── Implementation
│ │ │ │ └── MultiLineTextEditor.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── NumericUpDown
│ │ │ ├── Implementation
│ │ │ │ ├── AllowedSpecialValuesEnum.cs
│ │ │ │ ├── ByteUpDown.cs
│ │ │ │ ├── CommonNumericUpDown.cs
│ │ │ │ ├── DecimalUpDown.cs
│ │ │ │ ├── DoubleUpDown.cs
│ │ │ │ ├── IntegerUpDown.cs
│ │ │ │ ├── LongUpDown.cs
│ │ │ │ ├── NumericUpDown.cs
│ │ │ │ ├── SByteUpDown.cs
│ │ │ │ ├── ShortUpDown.cs
│ │ │ │ ├── SingleUpDown.cs
│ │ │ │ ├── UIntegerUpDown.cs
│ │ │ │ ├── ULongUpDown.cs
│ │ │ │ └── UShortUpDown.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── Obselete
│ │ │ └── MaskedTextBox
│ │ │ └── Implementation
│ │ │ └── MaskedTextBox.cs
│ │ ├── Panels
│ │ │ ├── AnimationPanel.cs
│ │ │ ├── AnimatorConverter.cs
│ │ │ ├── Animators.cs
│ │ │ ├── ChildEnteredEventArgs.cs
│ │ │ ├── ChildEnteredEventHandler.cs
│ │ │ ├── ChildEnteringEventArgs.cs
│ │ │ ├── ChildEnteringEventHandler.cs
│ │ │ ├── ChildExitedEventArgs.cs
│ │ │ ├── ChildExitedEventHandler.cs
│ │ │ ├── ChildExitingEventArgs.cs
│ │ │ ├── ChildExitingEventHandler.cs
│ │ │ ├── DoubleAnimator.cs
│ │ │ ├── IterativeAnimator.cs
│ │ │ ├── PanelBase.cs
│ │ │ ├── RandomPanel.cs
│ │ │ ├── ScrollHelper.cs
│ │ │ ├── SwitchPanel.cs
│ │ │ ├── SwitchPresenter.cs
│ │ │ ├── SwitchTemplate.cs
│ │ │ └── WrapPanel.cs
│ │ ├── Pie
│ │ │ ├── Implementation
│ │ │ │ ├── Pie.cs
│ │ │ │ └── PieModeEnum.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PropertyGrid
│ │ │ ├── Images
│ │ │ │ ├── AdvancedProperties11.png
│ │ │ │ ├── Categorize16.png
│ │ │ │ ├── ClearFilter16.png
│ │ │ │ ├── Database11.png
│ │ │ │ ├── Inheritance11.png
│ │ │ │ ├── Local11.png
│ │ │ │ ├── Resource11.png
│ │ │ │ ├── SortAscending16.png
│ │ │ │ └── Style11.png
│ │ │ ├── Implementation
│ │ │ │ ├── Attributes
│ │ │ │ │ ├── ExpandableObjectAttribute.cs
│ │ │ │ │ ├── IItemsSource.cs
│ │ │ │ │ ├── ItemsSourceAttribute.cs
│ │ │ │ │ ├── NewItemTypesAttribute.cs
│ │ │ │ │ └── PropertyOrderAttribute.cs
│ │ │ │ ├── Commands
│ │ │ │ │ ├── PropertyGridCommands.cs
│ │ │ │ │ └── PropertyItemCommands.cs
│ │ │ │ ├── CommonPropertyExceptionValidationRule.cs
│ │ │ │ ├── ContainerHelperBase.cs
│ │ │ │ ├── Converters
│ │ │ │ │ ├── EditorTimeSpanConverter.cs
│ │ │ │ │ ├── ExpandableObjectMarginConverter.cs
│ │ │ │ │ ├── ListConverter.cs
│ │ │ │ │ └── SelectedObjectConverter.cs
│ │ │ │ ├── CustomPropertyItem.cs
│ │ │ │ ├── Definitions
│ │ │ │ │ ├── DefinitionBase.cs
│ │ │ │ │ ├── EditorDefinitionBase.cs
│ │ │ │ │ ├── EditorTemplateDefinition.cs
│ │ │ │ │ └── PropertyDefinitionBase.cs
│ │ │ │ ├── DescriptorPropertyDefinitionBase.cs
│ │ │ │ ├── DescriptorPropertyDefinition.cs
│ │ │ │ ├── EditorDefinition.cs
│ │ │ │ ├── Editors
│ │ │ │ │ ├── CheckBoxEditor.cs
│ │ │ │ │ ├── CollectionEditor.xaml
│ │ │ │ │ ├── CollectionEditor.xaml.cs
│ │ │ │ │ ├── ColorEditor.cs
│ │ │ │ │ ├── ComboBoxEditor.cs
│ │ │ │ │ ├── EnumComboBoxEditor.cs
│ │ │ │ │ ├── FontComboBoxEditor.cs
│ │ │ │ │ ├── ItemsSourceAttributeEditor.cs
│ │ │ │ │ ├── ITypeEditor.cs
│ │ │ │ │ ├── PrimitiveTypeCollectionEditor.cs
│ │ │ │ │ ├── TextBlockEditor.cs
│ │ │ │ │ ├── TextBoxEditor.cs
│ │ │ │ │ ├── TimeSpanEditor.cs
│ │ │ │ │ ├── TypeEditor.cs
│ │ │ │ │ └── UpDownEditors.cs
│ │ │ │ ├── FilterInfo.cs
│ │ │ │ ├── IPropertyContainer.cs
│ │ │ │ ├── ObjectContainerHelperBase.cs
│ │ │ │ ├── ObjectContainerHelper.cs
│ │ │ │ ├── PropertyDefinitionBaseCollection.cs
│ │ │ │ ├── PropertyDefinition.cs
│ │ │ │ ├── PropertyGrid.cs
│ │ │ │ ├── PropertyGridUtilities.cs
│ │ │ │ ├── PropertyItemBase.cs
│ │ │ │ ├── PropertyItemCollection.cs
│ │ │ │ ├── PropertyItem.cs
│ │ │ │ ├── PropertyItemsControl.cs
│ │ │ │ ├── StringConstants.cs
│ │ │ │ └── TargetPropertyType.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── RichTextBox
│ │ │ ├── Formatters
│ │ │ │ ├── ITextFormatter.cs
│ │ │ │ ├── PlainTextFormatter.cs
│ │ │ │ ├── RtfFormatter.cs
│ │ │ │ └── XamlFormatter.cs
│ │ │ └── RichTextBox.cs
│ │ ├── RichTextBoxFormatBar
│ │ │ ├── Images
│ │ │ │ ├── Bold16.png
│ │ │ │ ├── Bullets16.png
│ │ │ │ ├── CenterAlign16.png
│ │ │ │ ├── FontColorPicker16.png
│ │ │ │ ├── Italic16.png
│ │ │ │ ├── JustifyAlign16.png
│ │ │ │ ├── LeftAlign16.png
│ │ │ │ ├── Numbering16.png
│ │ │ │ ├── RightAlign16.png
│ │ │ │ ├── TextHighlightColorPicker16.png
│ │ │ │ └── Underline16.png
│ │ │ ├── IRichTextBoxFormatBar.cs
│ │ │ ├── RichTextBoxFormatBar.cs
│ │ │ ├── RichTextBoxFormatBarManager.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── sn.snk
│ │ ├── SplitButton
│ │ │ ├── Implementation
│ │ │ │ └── SplitButton.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── StylableWindow
│ │ │ └── Implementation
│ │ │ └── Converters
│ │ │ └── StylableWindowClippingBorderConverter.cs
│ │ ├── Themes
│ │ │ ├── Aero
│ │ │ │ ├── Brushes_NormalColor.xaml
│ │ │ │ └── Buttons_NormalColor.xaml
│ │ │ ├── Aero2
│ │ │ │ ├── Brushes.xaml
│ │ │ │ ├── Buttons.xaml
│ │ │ │ ├── Common.xaml
│ │ │ │ └── Glyphs.xaml
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ ├── Aero.NormalColor.xaml
│ │ │ ├── classic.xaml
│ │ │ ├── Generic
│ │ │ │ ├── Brushes.xaml
│ │ │ │ ├── Buttons.xaml
│ │ │ │ ├── Common.xaml
│ │ │ │ ├── Glyphs.xaml
│ │ │ │ └── Images
│ │ │ │ ├── close_hover.png
│ │ │ │ ├── close_inactive.png
│ │ │ │ ├── close_normal.png
│ │ │ │ ├── close_pressed.png
│ │ │ │ ├── close_rounded_hover.png
│ │ │ │ ├── close_rounded_inactive.png
│ │ │ │ ├── close_rounded_normal.png
│ │ │ │ ├── close_rounded_pressed.png
│ │ │ │ ├── close_toolwindow_hover.png
│ │ │ │ ├── close_toolwindow_inactive.png
│ │ │ │ ├── close_toolwindow_normal.png
│ │ │ │ ├── close_toolwindow_pressed.png
│ │ │ │ ├── maximize_disabled.png
│ │ │ │ ├── maximize_hover.png
│ │ │ │ ├── maximize_inactive.png
│ │ │ │ ├── maximize_normal.png
│ │ │ │ ├── maximize_pressed.png
│ │ │ │ ├── minimize_hover.png
│ │ │ │ ├── minimize_inactive.png
│ │ │ │ ├── minimize_normal.png
│ │ │ │ ├── minimize_pressed.png
│ │ │ │ ├── resize_grip.png
│ │ │ │ ├── restore_disabled.png
│ │ │ │ ├── restore_hover.png
│ │ │ │ ├── restore_inactive.png
│ │ │ │ ├── restore_normal.png
│ │ │ │ └── restore_pressed.png
│ │ │ ├── Generic.xaml
│ │ │ ├── luna.homestead.xaml
│ │ │ ├── luna.metallic.xaml
│ │ │ ├── luna.normalcolor.xaml
│ │ │ └── royale.normalcolor.xaml
│ │ ├── TimelinePanel
│ │ │ └── Implementation
│ │ │ ├── DateElement.cs
│ │ │ ├── OverlapBehavior.cs
│ │ │ └── TimelinePanel.cs
│ │ ├── TimePicker
│ │ │ ├── Implementation
│ │ │ │ ├── TimeFormat.cs
│ │ │ │ ├── TimeItem.cs
│ │ │ │ └── TimePicker.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── VisualStates.cs
│ │ ├── WatermarkTextBox
│ │ │ ├── Implementation
│ │ │ │ └── WatermarkTextBox.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── Wizard
│ │ │ ├── Implementation
│ │ │ │ ├── WizardCommands.cs
│ │ │ │ ├── Wizard.cs
│ │ │ │ ├── WizardPageButtonVisibility.cs
│ │ │ │ ├── WizardPage.cs
│ │ │ │ └── WizardPageType.cs
│ │ │ └── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── Xceed.Wpf.Toolkit.csproj
│ │ └── Zoombox
│ │ ├── Resources
│ │ │ ├── Zoom.cur
│ │ │ └── ZoomRelative.cur
│ │ ├── Themes
│ │ │ ├── Aero2.NormalColor.xaml
│ │ │ └── Generic.xaml
│ │ ├── Zoombox.cs
│ │ ├── ZoomboxCursors.cs
│ │ ├── ZoomboxViewChangedEventArgs.cs
│ │ ├── ZoomboxViewChangedEventHandler.cs
│ │ ├── ZoomboxViewConverter.cs
│ │ ├── ZoomboxView.cs
│ │ ├── ZoomboxViewException.cs
│ │ ├── ZoomboxViewFinderDisplay.cs
│ │ ├── ZoomboxViewKind.cs
│ │ ├── ZoomboxViewStack.cs
│ │ ├── ZoomboxViewStackMode.cs
│ │ └── ZoomboxZoomOn.cs
│ ├── Xceed.Wpf.Toolkit.sln
│ └── Xceed.Wpf.Toolkit.suo
└── WPF仿360卫士9.0界面设计
└── WPF.DazzleUI
├── DazzleUI2.Demo
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── bin
│ │ └── Debug
│ │ ├── DazzleUI2.Demo.exe
│ │ ├── DazzleUI2.Demo.pdb
│ │ ├── DazzleUI2.Demo.vshost.exe
│ │ ├── DazzleUI2.Demo.vshost.exe.manifest
│ │ ├── WPF.DazzleUI2.dll
│ │ └── WPF.DazzleUI2.pdb
│ ├── DazzleUI2.Demo.csproj
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── App.g.cs
│ │ ├── App.g.i.cs
│ │ ├── DazzleUI2.Demo.csproj.FileListAbsolute.txt
│ │ ├── DazzleUI2.Demo.csproj.GenerateResource.Cache
│ │ ├── DazzleUI2.Demo.csprojResolveAssemblyReference.cache
│ │ ├── DazzleUI2.Demo.exe
│ │ ├── DazzleUI2.Demo.g.resources
│ │ ├── DazzleUI2.Demo_MarkupCompile.cache
│ │ ├── DazzleUI2.Demo_MarkupCompile.i.cache
│ │ ├── DazzleUI2.Demo.pdb
│ │ ├── DazzleUI2.Demo.Properties.Resources.resources
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── MainWindow.baml
│ │ ├── MainWindow.g.cs
│ │ ├── MainWindow.g.i.cs
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── Skin
│ ├── Bd
│ │ ├── background_mainwnd.png
│ │ ├── enter.png
│ │ ├── logo.png
│ │ └── mover.png
│ ├── Button
│ │ ├── mie.png
│ │ ├── mim.png
│ │ ├── min.png
│ │ ├── mme.png
│ │ ├── mmm.png
│ │ ├── mmn.png
│ │ ├── mse.png
│ │ ├── msm.png
│ │ ├── msn.png
│ │ ├── mxe.png
│ │ ├── mxm.png
│ │ ├── mxn.png
│ │ ├── ske.png
│ │ ├── skm.png
│ │ ├── skn.png
│ │ ├── xe.png
│ │ ├── xm.png
│ │ └── xn.png
│ ├── home.png
│ ├── Icon
│ │ ├── ico_dsmain.png
│ │ ├── ico_Examine.png
│ │ ├── ico_softmgr.png
│ │ ├── ico_SpeedupOpt.png
│ │ ├── ico_SysRepair.png
│ │ ├── ico_TraceCleaner.png
│ │ └── ico_VulRepair.png
│ ├── ldxf.png
│ ├── muma.png
│ ├── xtql.png
│ ├── xtxf.png
│ └── xtyh.png
├── WPF.DazzleUI2
│ ├── bin
│ │ └── Debug
│ │ ├── WPF.DazzleUI2.dll
│ │ └── WPF.DazzleUI2.pdb
│ ├── Controls
│ │ ├── DazzleButton.cs
│ │ ├── DazzleTabControl.cs
│ │ ├── DazzleTabItem.cs
│ │ └── DazzleWindow.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Themes
│ │ │ ├── DazzleButton.baml
│ │ │ ├── DazzleTabControl.baml
│ │ │ ├── DazzleTabItem.baml
│ │ │ ├── DazzleWindow.baml
│ │ │ └── Generic.baml
│ │ ├── WPF.DazzleUI2.csproj.FileListAbsolute.txt
│ │ ├── WPF.DazzleUI2.csproj.GenerateResource.Cache
│ │ ├── WPF.DazzleUI2.dll
│ │ ├── WPF.DazzleUI2.g.resources
│ │ ├── WPF.DazzleUI2_MarkupCompile.cache
│ │ ├── WPF.DazzleUI2_MarkupCompile.i.cache
│ │ ├── WPF.DazzleUI2_MarkupCompile.lref
│ │ ├── WPF.DazzleUI2.pdb
│ │ └── WPF.DazzleUI2.Properties.Resources.resources
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Themes
│ │ ├── DazzleButton.xaml
│ │ ├── DazzleTabControl.xaml
│ │ ├── DazzleTabItem.xaml
│ │ ├── DazzleWindow.xaml
│ │ └── Generic.xaml
│ ├── Util
│ │ └── WindowBehaviorHelper.cs
│ └── WPF.DazzleUI2.csproj
├── WPF.DazzleUI.sln
└── WPF.DazzleUI.suo
697 directories, 2802 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论