在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → HandyControl 一款开源WPF控件神器

HandyControl 一款开源WPF控件神器

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:12.79M
  • 下载次数:38
  • 浏览次数:865
  • 发布时间:2022-08-01
  • 实例类别:C#语言基础
  • 发 布 人:qqqqqqqq123334
  • 文件格式:.rar
  • 所需积分:5
 相关标签: HandyControl Control and dyc co

实例介绍

【实例简介】HandyControl 一款开源WPF控件神器

一款开源WPF控件神器


【实例截图】

from clipboard

【核心代码】

.
├── HandyControl-master
│   ├── CODE_OF_CONDUCT.md
│   ├── Installers
│   │   └── VS2019
│   │       ├── HandyControl_VS2019
│   │       │   ├── HandyControl_VS2019.csproj
│   │       │   ├── HandyControl_VS2019Package.cs
│   │       │   ├── License.txt
│   │       │   ├── Properties
│   │       │   │   └── AssemblyInfo.cs
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   ├── icon_100_100.png
│   │       │   ├── icon_300_300.png
│   │       │   ├── obj
│   │       │   │   ├── Debug
│   │       │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │   │   │   ├── HandyControl_VS2019.csproj.AssemblyReference.cache
│   │       │   │   │   └── TempPE
│   │       │   │   ├── HandyControl_VS2019.csproj.nuget.dgspec.json
│   │       │   │   ├── HandyControl_VS2019.csproj.nuget.g.props
│   │       │   │   ├── HandyControl_VS2019.csproj.nuget.g.targets
│   │       │   │   ├── project.assets.json
│   │       │   │   └── project.nuget.cache
│   │       │   └── source.extension.vsixmanifest
│   │       ├── HandyControl_VS2019.sln
│   │       ├── WpfApp
│   │       │   ├── App.xaml
│   │       │   ├── App.xaml.cs
│   │       │   ├── AssemblyInfo.cs
│   │       │   ├── MainWindow.xaml
│   │       │   ├── MainWindow.xaml.cs
│   │       │   ├── ProjectTemplate.csproj
│   │       │   ├── Properties
│   │       │   │   └── AssemblyInfo.cs
│   │       │   ├── WpfApp.csproj
│   │       │   ├── WpfApp.vstemplate
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       └── ProjectTemplates
│   │       │   │           └── CSharp
│   │       │   │               └── 1033
│   │       │   │                   └── WpfApp.zip
│   │       │   ├── icon.ico
│   │       │   ├── obj
│   │       │   │   └── Debug
│   │       │   │       ├── CSharp
│   │       │   │       │   └── 1033
│   │       │   │       │       └── WpfApp.zip
│   │       │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │   │       ├── TempPE
│   │       │   │       ├── WpfApp.csproj.AssemblyReference.cache
│   │       │   │       ├── WpfApp.csproj.CoreCompileInputs.cache
│   │       │   │       ├── WpfApp.csproj.FileListAbsolute.txt
│   │       │   │       ├── WpfApp.csproj.GenerateResource.cache
│   │       │   │       ├── WpfApp.csproj.VsixDeployedFileListAbsolute.txt
│   │       │   │       ├── WpfApp.dll
│   │       │   │       ├── WpfApp.pdb
│   │       │   │       ├── _EmptyResource.resources
│   │       │   │       └── _IsIncrementalBuild
│   │       │   └── packages.config
│   │       ├── WpfCoreApp
│   │       │   ├── App.xaml
│   │       │   ├── App.xaml.cs
│   │       │   ├── MainWindow.xaml
│   │       │   ├── MainWindow.xaml.cs
│   │       │   ├── ProjectTemplate.csproj
│   │       │   ├── Properties
│   │       │   │   └── AssemblyInfo.cs
│   │       │   ├── WpfCoreApp.csproj
│   │       │   ├── WpfCoreApp.vstemplate
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       └── ProjectTemplates
│   │       │   │           └── CSharp
│   │       │   │               └── 1033
│   │       │   │                   └── WpfCoreApp.zip
│   │       │   ├── icon.ico
│   │       │   └── obj
│   │       │       └── Debug
│   │       │           ├── CSharp
│   │       │           │   └── 1033
│   │       │           │       └── WpfCoreApp.zip
│   │       │           ├── DesignTimeResolveAssemblyReferences.cache
│   │       │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       │           ├── TempPE
│   │       │           ├── WpfCoreApp.csproj.AssemblyReference.cache
│   │       │           ├── WpfCoreApp.csproj.CoreCompileInputs.cache
│   │       │           ├── WpfCoreApp.csproj.FileListAbsolute.txt
│   │       │           ├── WpfCoreApp.csproj.GenerateResource.cache
│   │       │           ├── WpfCoreApp.csproj.VsixDeployedFileListAbsolute.txt
│   │       │           ├── WpfCoreApp.dll
│   │       │           ├── WpfCoreApp.pdb
│   │       │           ├── _EmptyResource.resources
│   │       │           └── _IsIncrementalBuild
│   │       └── packages
│   │           └── HandyControl.2.4.0
│   │               ├── HandyControl.2.4.0.nupkg
│   │               └── lib
│   │                   ├── net40
│   │                   │   ├── HandyControl.dll
│   │                   │   ├── HandyControl.pdb
│   │                   │   ├── HandyControl.xml
│   │                   │   ├── Microsoft.Windows.Shell.dll
│   │                   │   ├── Microsoft.Windows.Shell.pdb
│   │                   │   ├── en
│   │                   │   │   └── HandyControl.resources.dll
│   │                   │   ├── fa
│   │                   │   │   └── HandyControl.resources.dll
│   │                   │   └── fr
│   │                   │       └── HandyControl.resources.dll
│   │                   ├── net45
│   │                   │   ├── HandyControl.dll
│   │                   │   ├── HandyControl.pdb
│   │                   │   ├── HandyControl.xml
│   │                   │   ├── en
│   │                   │   │   └── HandyControl.resources.dll
│   │                   │   ├── fa
│   │                   │   │   └── HandyControl.resources.dll
│   │                   │   └── fr
│   │                   │       └── HandyControl.resources.dll
│   │                   ├── net462
│   │                   │   ├── HandyControl.dll
│   │                   │   ├── HandyControl.pdb
│   │                   │   ├── HandyControl.xml
│   │                   │   ├── en
│   │                   │   │   └── HandyControl.resources.dll
│   │                   │   ├── fa
│   │                   │   │   └── HandyControl.resources.dll
│   │                   │   └── fr
│   │                   │       └── HandyControl.resources.dll
│   │                   ├── net47
│   │                   │   ├── HandyControl.dll
│   │                   │   ├── HandyControl.pdb
│   │                   │   ├── HandyControl.xml
│   │                   │   ├── en
│   │                   │   │   └── HandyControl.resources.dll
│   │                   │   ├── fa
│   │                   │   │   └── HandyControl.resources.dll
│   │                   │   └── fr
│   │                   │       └── HandyControl.resources.dll
│   │                   ├── net48
│   │                   │   ├── HandyControl.dll
│   │                   │   ├── HandyControl.pdb
│   │                   │   ├── HandyControl.xml
│   │                   │   ├── en
│   │                   │   │   └── HandyControl.resources.dll
│   │                   │   ├── fa
│   │                   │   │   └── HandyControl.resources.dll
│   │                   │   └── fr
│   │                   │       └── HandyControl.resources.dll
│   │                   └── netcoreapp3.0
│   │                       ├── HandyControl.deps.json
│   │                       ├── HandyControl.dll
│   │                       ├── HandyControl.pdb
│   │                       ├── HandyControl.xml
│   │                       ├── en
│   │                       │   └── HandyControl.resources.dll
│   │                       ├── fa
│   │                       │   └── HandyControl.resources.dll
│   │                       └── fr
│   │                           └── HandyControl.resources.dll
│   ├── LICENSE
│   ├── README.md
│   ├── build
│   │   ├── build.cake
│   │   ├── build.nuspec
│   │   └── build.ps1
│   ├── doc
│   │   ├── _config.yml
│   │   ├── package-lock.json
│   │   ├── package.json
│   │   ├── scaffolds
│   │   │   ├── draft.md
│   │   │   ├── page.md
│   │   │   └── post.md
│   │   ├── source
│   │   │   ├── _posts
│   │   │   │   └── home.md
│   │   │   └── handycontrol
│   │   │       ├── attach
│   │   │       │   ├── backgroundSwitchElement
│   │   │       │   │   └── index.md
│   │   │       │   ├── borderElement
│   │   │       │   │   └── index.md
│   │   │       │   ├── dataGridAttach
│   │   │       │   │   └── index.md
│   │   │       │   ├── edgeElement
│   │   │       │   │   └── index.md
│   │   │       │   ├── iconElement
│   │   │       │   │   └── index.md
│   │   │       │   ├── iconSwitchElement
│   │   │       │   │   └── index.md
│   │   │       │   ├── index.md
│   │   │       │   ├── infoElement
│   │   │       │   │   └── index.md
│   │   │       │   ├── panelElement
│   │   │       │   │   └── index.md
│   │   │       │   ├── passwordBoxAttach
│   │   │       │   │   └── index.md
│   │   │       │   ├── rectangleAttach
│   │   │       │   │   └── index.md
│   │   │       │   ├── statusSwitchElement
│   │   │       │   │   └── index.md
│   │   │       │   ├── textBlockAttach
│   │   │       │   │   └── index.md
│   │   │       │   ├── tipElement
│   │   │       │   │   └── index.md
│   │   │       │   ├── titleElement
│   │   │       │   │   └── index.md
│   │   │       │   ├── visualElement
│   │   │       │   │   └── index.md
│   │   │       │   └── windowAttach
│   │   │       │       └── index.md
│   │   │       ├── basic_xaml
│   │   │       │   ├── behaviors
│   │   │       │   │   └── index.md
│   │   │       │   ├── brushes
│   │   │       │   │   └── index.md
│   │   │       │   ├── colors
│   │   │       │   │   └── index.md
│   │   │       │   ├── converters
│   │   │       │   │   └── index.md
│   │   │       │   ├── effects
│   │   │       │   │   └── index.md
│   │   │       │   ├── fonts
│   │   │       │   │   └── index.md
│   │   │       │   ├── geometries
│   │   │       │   │   └── index.md
│   │   │       │   ├── index.md
│   │   │       │   ├── paths
│   │   │       │   │   └── index.md
│   │   │       │   └── sizes
│   │   │       │       └── index.md
│   │   │       ├── data
│   │   │       │   ├── GrowlInfo
│   │   │       │   │   └── index.md
│   │   │       │   ├── InfoType
│   │   │       │   │   └── index.md
│   │   │       │   └── index.md
│   │   │       ├── extend_controls
│   │   │       │   ├── animationPath
│   │   │       │   │   └── index.md
│   │   │       │   ├── badge
│   │   │       │   │   └── index.md
│   │   │       │   ├── buttonGroup
│   │   │       │   │   └── index.md
│   │   │       │   ├── calendarWithClock
│   │   │       │   │   └── index.md
│   │   │       │   ├── card
│   │   │       │   │   └── index.md
│   │   │       │   ├── carousel
│   │   │       │   │   └── index.md
│   │   │       │   ├── chatBubble
│   │   │       │   │   └── index.md
│   │   │       │   ├── circlePanel
│   │   │       │   │   └── index.md
│   │   │       │   ├── circleProgressBar
│   │   │       │   │   └── index.md
│   │   │       │   ├── clock
│   │   │       │   │   └── index.md
│   │   │       │   ├── colorPicker
│   │   │       │   │   └── index.md
│   │   │       │   ├── comboBox
│   │   │       │   │   └── index.md
│   │   │       │   ├── compareSlider
│   │   │       │   │   └── index.md
│   │   │       │   ├── coverFlow
│   │   │       │   │   └── index.md
│   │   │       │   ├── coverView
│   │   │       │   │   └── index.md
│   │   │       │   ├── datePicker
│   │   │       │   │   └── index.md
│   │   │       │   ├── dateTimePicker
│   │   │       │   │   └── index.md
│   │   │       │   ├── dialog
│   │   │       │   │   └── index.md
│   │   │       │   ├── divider
│   │   │       │   │   └── index.md
│   │   │       │   ├── drawer
│   │   │       │   │   └── index.md
│   │   │       │   ├── flipClock
│   │   │       │   │   └── index.md
│   │   │       │   ├── floatingBlock
│   │   │       │   │   └── index.md
│   │   │       │   ├── gifImage
│   │   │       │   │   └── index.md
│   │   │       │   ├── glowWindow
│   │   │       │   │   └── index.md
│   │   │       │   ├── gotoTop
│   │   │       │   │   └── index.md
│   │   │       │   ├── gravatar
│   │   │       │   │   └── index.md
│   │   │       │   ├── grid
│   │   │       │   │   └── index.md
│   │   │       │   ├── growl
│   │   │       │   │   └── index.md
│   │   │       │   ├── honeycombPanel
│   │   │       │   │   └── index.md
│   │   │       │   ├── imageBlock
│   │   │       │   │   └── index.md
│   │   │       │   ├── imageBrowser
│   │   │       │   │   └── index.md
│   │   │       │   ├── imageViewer
│   │   │       │   │   └── index.md
│   │   │       │   ├── index.md
│   │   │       │   ├── loading
│   │   │       │   │   └── index.md
│   │   │       │   ├── magnifier
│   │   │       │   │   └── index.md
│   │   │       │   ├── messageBox
│   │   │       │   │   └── index.md
│   │   │       │   ├── notification
│   │   │       │   │   └── index.md
│   │   │       │   ├── notifyIcon
│   │   │       │   │   └── index.md
│   │   │       │   ├── numericUpDown
│   │   │       │   │   └── index.md
│   │   │       │   ├── outlineText
│   │   │       │   │   └── index.md
│   │   │       │   ├── pagination
│   │   │       │   │   └── index.md
│   │   │       │   ├── passwordBox
│   │   │       │   │   └── index.md
│   │   │       │   ├── pinBox
│   │   │       │   │   └── index.md
│   │   │       │   ├── popTip
│   │   │       │   │   └── index.md
│   │   │       │   ├── popupWindow
│   │   │       │   │   └── index.md
│   │   │       │   ├── previewSlider
│   │   │       │   │   └── index.md
│   │   │       │   ├── progressButton
│   │   │       │   │   └── index.md
│   │   │       │   ├── rangeSlider
│   │   │       │   │   └── index.md
│   │   │       │   ├── rate
│   │   │       │   │   └── index.md
│   │   │       │   ├── relativePanel
│   │   │       │   │   └── index.md
│   │   │       │   ├── runningBlock
│   │   │       │   │   └── index.md
│   │   │       │   ├── scrollViewer
│   │   │       │   │   └── index.md
│   │   │       │   ├── searchBar
│   │   │       │   │   └── index.md
│   │   │       │   ├── shield
│   │   │       │   │   └── index.md
│   │   │       │   ├── sideMenu
│   │   │       │   │   └── index.md
│   │   │       │   ├── simpleItemsControl
│   │   │       │   │   └── index.md
│   │   │       │   ├── simplePanel
│   │   │       │   │   └── index.md
│   │   │       │   ├── splitButton
│   │   │       │   │   └── index.md
│   │   │       │   ├── sprite
│   │   │       │   │   └── index.md
│   │   │       │   ├── stepBar
│   │   │       │   │   └── index.md
│   │   │       │   ├── tabControl
│   │   │       │   │   └── index.md
│   │   │       │   ├── tag
│   │   │       │   │   └── index.md
│   │   │       │   ├── textBox
│   │   │       │   │   └── index.md
│   │   │       │   ├── timeBar
│   │   │       │   │   └── index.md
│   │   │       │   ├── timePicker
│   │   │       │   │   └── index.md
│   │   │       │   ├── transfer
│   │   │       │   │   └── index.md
│   │   │       │   ├── transitioningContentControl
│   │   │       │   │   └── index.md
│   │   │       │   ├── waterfallPanel
│   │   │       │   │   └── index.md
│   │   │       │   ├── waveProgressBar
│   │   │       │   │   └── index.md
│   │   │       │   └── window
│   │   │       │       └── index.md
│   │   │       ├── index.md
│   │   │       ├── langs
│   │   │       │   └── index.md
│   │   │       ├── native_controls
│   │   │       │   ├── border
│   │   │       │   │   └── index.md
│   │   │       │   ├── button
│   │   │       │   │   └── index.md
│   │   │       │   ├── calendar
│   │   │       │   │   └── index.md
│   │   │       │   ├── checkBox
│   │   │       │   │   └── index.md
│   │   │       │   ├── comboBox
│   │   │       │   │   └── index.md
│   │   │       │   ├── contentControl
│   │   │       │   │   └── index.md
│   │   │       │   ├── contextMenu
│   │   │       │   │   └── index.md
│   │   │       │   ├── dataGrid
│   │   │       │   │   └── index.md
│   │   │       │   ├── datePicker
│   │   │       │   │   └── index.md
│   │   │       │   ├── expander
│   │   │       │   │   └── index.md
│   │   │       │   ├── flowDocument
│   │   │       │   │   └── index.md
│   │   │       │   ├── frame
│   │   │       │   │   └── index.md
│   │   │       │   ├── groupBox
│   │   │       │   │   └── index.md
│   │   │       │   ├── image
│   │   │       │   │   └── index.md
│   │   │       │   ├── index.md
│   │   │       │   ├── label
│   │   │       │   │   └── index.md
│   │   │       │   ├── listBox
│   │   │       │   │   └── index.md
│   │   │       │   ├── listView
│   │   │       │   │   └── index.md
│   │   │       │   ├── menu
│   │   │       │   │   └── index.md
│   │   │       │   ├── passwordBox
│   │   │       │   │   └── index.md
│   │   │       │   ├── progressBar
│   │   │       │   │   └── index.md
│   │   │       │   ├── radioButton
│   │   │       │   │   └── index.md
│   │   │       │   ├── richTextBox
│   │   │       │   │   └── index.md
│   │   │       │   ├── scrollViewer
│   │   │       │   │   └── index.md
│   │   │       │   ├── seperator
│   │   │       │   │   └── index.md
│   │   │       │   ├── slider
│   │   │       │   │   └── index.md
│   │   │       │   ├── statusBar
│   │   │       │   │   └── index.md
│   │   │       │   ├── tabControl
│   │   │       │   │   └── index.md
│   │   │       │   ├── textBlock
│   │   │       │   │   └── index.md
│   │   │       │   ├── textBox
│   │   │       │   │   └── index.md
│   │   │       │   ├── toggleButton
│   │   │       │   │   └── index.md
│   │   │       │   ├── toolBar
│   │   │       │   │   └── index.md
│   │   │       │   ├── toolTip
│   │   │       │   │   └── index.md
│   │   │       │   ├── treeView
│   │   │       │   │   └── index.md
│   │   │       │   └── window
│   │   │       │       └── index.md
│   │   │       ├── quick_start
│   │   │       │   └── index.md
│   │   │       ├── tnx
│   │   │       │   └── index.md
│   │   │       └── tools
│   │   │           ├── effect
│   │   │           │   └── index.md
│   │   │           ├── hatchBrushGenerator
│   │   │           │   └── index.md
│   │   │           ├── index.md
│   │   │           └── morphingAnimation
│   │   │               └── index.md
│   │   └── themes
│   │       └── next
│   │           ├── LICENSE.md
│   │           ├── README.md
│   │           ├── _config.yml
│   │           ├── bower.json
│   │           ├── crowdin.yml
│   │           ├── docs
│   │           │   ├── AGPL3.md
│   │           │   ├── ALGOLIA-SEARCH.md
│   │           │   ├── AUTHORS.md
│   │           │   ├── DATA-FILES.md
│   │           │   ├── INSTALLATION.md
│   │           │   ├── LEANCLOUD-COUNTER-SECURITY.md
│   │           │   ├── LICENSE.txt
│   │           │   ├── MATH.md
│   │           │   ├── UPDATE-FROM-5.1.X.md
│   │           │   ├── ru
│   │           │   │   ├── DATA-FILES.md
│   │           │   │   ├── INSTALLATION.md
│   │           │   │   ├── README.md
│   │           │   │   └── UPDATE-FROM-5.1.X.md
│   │           │   └── zh-CN
│   │           │       ├── ALGOLIA-SEARCH.md
│   │           │       ├── CODE_OF_CONDUCT.md
│   │           │       ├── CONTRIBUTING.md
│   │           │       ├── DATA-FILES.md
│   │           │       ├── INSTALLATION.md
│   │           │       ├── LEANCLOUD-COUNTER-SECURITY.md
│   │           │       ├── MATH.md
│   │           │       ├── README.md
│   │           │       └── UPDATE-FROM-5.1.X.md
│   │           ├── gulpfile.coffee
│   │           ├── languages
│   │           │   └── zh-CN.yml
│   │           ├── layout
│   │           │   ├── _custom
│   │           │   │   ├── head.swig
│   │           │   │   ├── header.swig
│   │           │   │   └── sidebar.swig
│   │           │   ├── _layout.swig
│   │           │   ├── _macro
│   │           │   │   ├── menu
│   │           │   │   │   ├── menu-badge.swig
│   │           │   │   │   └── menu-item.swig
│   │           │   │   ├── post-collapse.swig
│   │           │   │   ├── post.swig
│   │           │   │   └── sidebar.swig
│   │           │   ├── _partials
│   │           │   │   ├── comments.swig
│   │           │   │   ├── footer.swig
│   │           │   │   ├── github-banner.swig
│   │           │   │   ├── head
│   │           │   │   │   ├── external-fonts.swig
│   │           │   │   │   ├── head-unique.swig
│   │           │   │   │   └── head.swig
│   │           │   │   ├── header
│   │           │   │   │   ├── brand.swig
│   │           │   │   │   ├── index.swig
│   │           │   │   │   ├── menu.swig
│   │           │   │   │   └── sub-menu.swig
│   │           │   │   ├── page
│   │           │   │   │   ├── breadcrumb.swig
│   │           │   │   │   └── page-header.swig
│   │           │   │   ├── pagination.swig
│   │           │   │   ├── post
│   │           │   │   │   ├── post-copyright.swig
│   │           │   │   │   ├── post-related.swig
│   │           │   │   │   ├── reward.swig
│   │           │   │   │   └── wechat-subscriber.swig
│   │           │   │   ├── post-edit.swig
│   │           │   │   ├── search
│   │           │   │   │   ├── algolia-search.swig
│   │           │   │   │   ├── index.swig
│   │           │   │   │   ├── localsearch.swig
│   │           │   │   │   └── swiftype.swig
│   │           │   │   └── share
│   │           │   │       ├── add-this.swig
│   │           │   │       ├── baidushare.swig
│   │           │   │       └── likely.swig
│   │           │   ├── _scripts
│   │           │   │   ├── commons.swig
│   │           │   │   ├── exturl.swig
│   │           │   │   ├── next-boot.swig
│   │           │   │   ├── noscript.swig
│   │           │   │   ├── pages
│   │           │   │   │   └── post-details.swig
│   │           │   │   ├── schemes
│   │           │   │   │   ├── gemini.swig
│   │           │   │   │   ├── mist.swig
│   │           │   │   │   ├── muse.swig
│   │           │   │   │   └── pisces.swig
│   │           │   │   ├── scroll-cookie.swig
│   │           │   │   └── vendors.swig
│   │           │   ├── _third-party
│   │           │   │   ├── analytics
│   │           │   │   │   ├── analytics-with-widget.swig
│   │           │   │   │   ├── application-insights.swig
│   │           │   │   │   ├── baidu-analytics.swig
│   │           │   │   │   ├── busuanzi-counter.swig
│   │           │   │   │   ├── cnzz-analytics.swig
│   │           │   │   │   ├── facebook-sdk.swig
│   │           │   │   │   ├── firestore.swig
│   │           │   │   │   ├── google-analytics.swig
│   │           │   │   │   ├── growingio.swig
│   │           │   │   │   ├── index.swig
│   │           │   │   │   ├── lean-analytics.swig
│   │           │   │   │   ├── tencent-analytics.swig
│   │           │   │   │   ├── tencent-mta.swig
│   │           │   │   │   └── vkontakte-api.swig
│   │           │   │   ├── baidu-push.swig
│   │           │   │   ├── bookmark.swig
│   │           │   │   ├── chatra.swig
│   │           │   │   ├── comments
│   │           │   │   │   ├── changyan.swig
│   │           │   │   │   ├── disqus.swig
│   │           │   │   │   ├── disqusjs.swig
│   │           │   │   │   ├── gitalk.swig
│   │           │   │   │   ├── gitment.swig
│   │           │   │   │   ├── index.swig
│   │           │   │   │   ├── livere.swig
│   │           │   │   │   └── valine.swig
│   │           │   │   ├── copy-code.swig
│   │           │   │   ├── math
│   │           │   │   │   ├── index.swig
│   │           │   │   │   ├── katex.swig
│   │           │   │   │   └── mathjax.swig
│   │           │   │   ├── mermaid.swig
│   │           │   │   ├── needsharebutton.swig
│   │           │   │   ├── pangu.swig
│   │           │   │   ├── pdf.swig
│   │           │   │   ├── quicklink.swig
│   │           │   │   ├── rating.swig
│   │           │   │   ├── schedule.swig
│   │           │   │   ├── search
│   │           │   │   │   ├── algolia-search.swig
│   │           │   │   │   ├── index.swig
│   │           │   │   │   └── localsearch.swig
│   │           │   │   └── tidio.swig
│   │           │   ├── archive.swig
│   │           │   ├── category.swig
│   │           │   ├── index.swig
│   │           │   ├── page.swig
│   │           │   ├── post.swig
│   │           │   ├── schedule.swig
│   │           │   └── tag.swig
│   │           ├── package.json
│   │           ├── scripts
│   │           │   ├── filters
│   │           │   │   └── exturl.js
│   │           │   ├── helpers
│   │           │   │   ├── engine.js
│   │           │   │   └── next-url.js
│   │           │   ├── merge-configs.js
│   │           │   ├── merge.js
│   │           │   └── tags
│   │           │       ├── button.js
│   │           │       ├── center-quote.js
│   │           │       ├── exturl.js
│   │           │       ├── full-image.js
│   │           │       ├── group-pictures.js
│   │           │       ├── include-raw.js
│   │           │       ├── label.js
│   │           │       ├── mermaid.js
│   │           │       ├── note.js
│   │           │       ├── pdf.js
│   │           │       ├── tabs.js
│   │           │       └── video.js
│   │           ├── source
│   │           │   ├── css
│   │           │   │   ├── _common
│   │           │   │   │   ├── components
│   │           │   │   │   │   ├── back-to-top-sidebar.styl
│   │           │   │   │   │   ├── back-to-top.styl
│   │           │   │   │   │   ├── buttons.styl
│   │           │   │   │   │   ├── comments.styl
│   │           │   │   │   │   ├── components.styl
│   │           │   │   │   │   ├── footer
│   │           │   │   │   │   │   └── footer.styl
│   │           │   │   │   │   ├── header
│   │           │   │   │   │   │   ├── github-banner.styl
│   │           │   │   │   │   │   ├── header.styl
│   │           │   │   │   │   │   ├── headerband.styl
│   │           │   │   │   │   │   ├── menu.styl
│   │           │   │   │   │   │   ├── site-meta.styl
│   │           │   │   │   │   │   └── site-nav.styl
│   │           │   │   │   │   ├── highlight
│   │           │   │   │   │   │   ├── diff.styl
│   │           │   │   │   │   │   ├── highlight.styl
│   │           │   │   │   │   │   └── theme.styl
│   │           │   │   │   │   ├── pages
│   │           │   │   │   │   │   ├── archive.styl
│   │           │   │   │   │   │   ├── breadcrumb.styl
│   │           │   │   │   │   │   ├── categories.styl
│   │           │   │   │   │   │   ├── pages.styl
│   │           │   │   │   │   │   ├── post-detail.styl
│   │           │   │   │   │   │   ├── schedule.styl
│   │           │   │   │   │   │   └── tag-cloud.styl
│   │           │   │   │   │   ├── pagination.styl
│   │           │   │   │   │   ├── post
│   │           │   │   │   │   │   ├── post-button.styl
│   │           │   │   │   │   │   ├── post-collapse.styl
│   │           │   │   │   │   │   ├── post-copyright.styl
│   │           │   │   │   │   │   ├── post-eof.styl
│   │           │   │   │   │   │   ├── post-expand.styl
│   │           │   │   │   │   │   ├── post-gallery.styl
│   │           │   │   │   │   │   ├── post-meta.styl
│   │           │   │   │   │   │   ├── post-nav.styl
│   │           │   │   │   │   │   ├── post-reading_progress.styl
│   │           │   │   │   │   │   ├── post-reward.styl
│   │           │   │   │   │   │   ├── post-rtl.styl
│   │           │   │   │   │   │   ├── post-tags.styl
│   │           │   │   │   │   │   ├── post-title.styl
│   │           │   │   │   │   │   ├── post-type.styl
│   │           │   │   │   │   │   ├── post-widgets.styl
│   │           │   │   │   │   │   └── post.styl
│   │           │   │   │   │   ├── rainbow.styl
│   │           │   │   │   │   ├── scrollbar.styl
│   │           │   │   │   │   ├── sidebar
│   │           │   │   │   │   │   ├── sidebar-author-links.styl
│   │           │   │   │   │   │   ├── sidebar-author.styl
│   │           │   │   │   │   │   ├── sidebar-blogroll.styl
│   │           │   │   │   │   │   ├── sidebar-button.styl
│   │           │   │   │   │   │   ├── sidebar-dimmer.styl
│   │           │   │   │   │   │   ├── sidebar-nav.styl
│   │           │   │   │   │   │   ├── sidebar-toc.styl
│   │           │   │   │   │   │   ├── sidebar-toggle.styl
│   │           │   │   │   │   │   ├── sidebar.styl
│   │           │   │   │   │   │   └── site-state.styl
│   │           │   │   │   │   ├── tags
│   │           │   │   │   │   │   ├── blockquote-center.styl
│   │           │   │   │   │   │   ├── full-image.styl
│   │           │   │   │   │   │   ├── group-pictures.styl
│   │           │   │   │   │   │   ├── label.styl
│   │           │   │   │   │   │   ├── note.styl
│   │           │   │   │   │   │   ├── pdf.styl
│   │           │   │   │   │   │   ├── tabs.styl
│   │           │   │   │   │   │   └── tags.styl
│   │           │   │   │   │   └── third-party
│   │           │   │   │   │       ├── algolia-search.styl
│   │           │   │   │   │       ├── copy-code.styl
│   │           │   │   │   │       ├── gitalk.styl
│   │           │   │   │   │       ├── gitment.styl
│   │           │   │   │   │       ├── han.styl
│   │           │   │   │   │       ├── localsearch.styl
│   │           │   │   │   │       ├── math.styl
│   │           │   │   │   │       ├── needsharebutton.styl
│   │           │   │   │   │       ├── related-posts.styl
│   │           │   │   │   │       └── third-party.styl
│   │           │   │   │   ├── outline
│   │           │   │   │   │   └── outline.styl
│   │           │   │   │   └── scaffolding
│   │           │   │   │       ├── base.styl
│   │           │   │   │       ├── helpers.styl
│   │           │   │   │       ├── mobile.styl
│   │           │   │   │       ├── normalize.styl
│   │           │   │   │       ├── scaffolding.styl
│   │           │   │   │       └── tables.styl
│   │           │   │   ├── _custom
│   │           │   │   │   └── custom.styl
│   │           │   │   ├── _mixins
│   │           │   │   │   ├── Gemini.styl
│   │           │   │   │   ├── Mist.styl
│   │           │   │   │   ├── Muse.styl
│   │           │   │   │   ├── Pisces.styl
│   │           │   │   │   ├── base.styl
│   │           │   │   │   └── custom.styl
│   │           │   │   ├── _schemes
│   │           │   │   │   ├── Gemini
│   │           │   │   │   │   └── index.styl
│   │           │   │   │   ├── Mist
│   │           │   │   │   │   ├── _base.styl
│   │           │   │   │   │   ├── _header.styl
│   │           │   │   │   │   ├── _logo.styl
│   │           │   │   │   │   ├── _menu.styl
│   │           │   │   │   │   ├── _posts-expanded.styl
│   │           │   │   │   │   ├── _search.styl
│   │           │   │   │   │   ├── index.styl
│   │           │   │   │   │   ├── outline
│   │           │   │   │   │   │   └── outline.styl
│   │           │   │   │   │   └── sidebar
│   │           │   │   │   │       └── sidebar-blogroll.styl
│   │           │   │   │   ├── Muse
│   │           │   │   │   │   ├── _layout.styl
│   │           │   │   │   │   ├── _logo.styl
│   │           │   │   │   │   ├── _menu.styl
│   │           │   │   │   │   ├── _search.styl
│   │           │   │   │   │   ├── index.styl
│   │           │   │   │   │   └── sidebar
│   │           │   │   │   │       └── sidebar-blogroll.styl
│   │           │   │   │   └── Pisces
│   │           │   │   │       ├── _brand.styl
│   │           │   │   │       ├── _layout.styl
│   │           │   │   │       ├── _menu.styl
│   │           │   │   │       ├── _sidebar.styl
│   │           │   │   │       ├── _sub-menu.styl
│   │           │   │   │       └── index.styl
│   │           │   │   ├── _variables
│   │           │   │   │   ├── Gemini.styl
│   │           │   │   │   ├── Mist.styl
│   │           │   │   │   ├── Muse.styl
│   │           │   │   │   ├── Pisces.styl
│   │           │   │   │   ├── base.styl
│   │           │   │   │   └── custom.styl
│   │           │   │   └── main.styl
│   │           │   ├── fonts
│   │           │   ├── images
│   │           │   │   ├── algolia_logo.svg
│   │           │   │   ├── apple-touch-icon-HandyOrg.png
│   │           │   │   ├── avatar.gif
│   │           │   │   ├── cc-by-nc-nd.svg
│   │           │   │   ├── cc-by-nc-sa.svg
│   │           │   │   ├── cc-by-nc.svg
│   │           │   │   ├── cc-by-nd.svg
│   │           │   │   ├── cc-by-sa.svg
│   │           │   │   ├── cc-by.svg
│   │           │   │   ├── cc-zero.svg
│   │           │   │   ├── favicon-16x16-HandyOrg.png
│   │           │   │   ├── favicon-32x32-HandyOrg.png
│   │           │   │   ├── loading.gif
│   │           │   │   ├── logo.svg
│   │           │   │   ├── placeholder.gif
│   │           │   │   ├── quote-l.svg
│   │           │   │   ├── quote-r.svg
│   │           │   │   └── searchicon.png
│   │           │   ├── js
│   │           │   │   ├── affix.js
│   │           │   │   ├── algolia-search.js
│   │           │   │   ├── exturl.js
│   │           │   │   ├── js.cookie.js
│   │           │   │   ├── motion.js
│   │           │   │   ├── next-boot.js
│   │           │   │   ├── post-details.js
│   │           │   │   ├── schemes
│   │           │   │   │   ├── muse.js
│   │           │   │   │   └── pisces.js
│   │           │   │   ├── scroll-cookie.js
│   │           │   │   ├── scrollspy.js
│   │           │   │   └── utils.js
│   │           │   └── lib
│   │           │       ├── jquery
│   │           │       │   └── index.js
│   │           │       └── velocity
│   │           │           ├── velocity.js
│   │           │           ├── velocity.min.js
│   │           │           ├── velocity.ui.js
│   │           │           └── velocity.ui.min.js
│   │           └── test
│   │               ├── helpers.js
│   │               └── intern.js
│   └── src
│       ├── Core_GE30
│       │   ├── HandyControlDemo_Core_GE30
│       │   │   └── HandyControlDemo_Core_GE30.csproj
│       │   └── HandyControl_Core_GE30
│       │       └── HandyControl_Core_GE30.csproj
│       ├── HandyControl.sln
│       ├── HandyControl_Core_GE30.sln
│       ├── HandyControl_Net_40.sln
│       ├── HandyControl_Net_GE45.sln
│       ├── Net_40
│       │   ├── HandyControlDemo_Net_40
│       │   │   └── HandyControlDemo_Net_40.csproj
│       │   └── HandyControl_Net_40
│       │       ├── HandyControl_Net_40.csproj
│       │       └── Themes
│       │           └── Styles
│       │               ├── Base
│       │               │   ├── ComboBoxBaseStyle.xaml
│       │               │   └── TreeViewBaseStyle.xaml
│       │               ├── DataGrid.xaml
│       │               ├── ListView.xaml
│       │               ├── MessageBox.xaml
│       │               └── Window.xaml
│       ├── Net_GE45
│       │   ├── HandyControlDemo_Net_GE45
│       │   │   ├── HandyControlDemo_Net_GE45.csproj
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   └── obj
│       │   │       └── Debug-Net45
│       │   │           ├── Avatar.baml
│       │   │           ├── Avatar.g.cs
│       │   │           ├── Avatar.g.i.cs
│       │   │           ├── Basic.baml
│       │   │           ├── BlogsView.g.cs
│       │   │           ├── BlogsView.g.i.cs
│       │   │           ├── Brushes.baml
│       │   │           ├── Colors.baml
│       │   │           ├── ColorsDark.baml
│       │   │           ├── ContributorsView.g.cs
│       │   │           ├── ContributorsView.g.i.cs
│       │   │           ├── DesignTimeResolveAssemblyReferences.cache
│       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │           ├── Fonts.baml
│       │   │           ├── GeneratedInternalTypeHelper.g.cs
│       │   │           ├── GeneratedInternalTypeHelper.g.i.cs
│       │   │           ├── Geometries.baml
│       │   │           ├── HandyControlDemo_Content.g.cs
│       │   │           ├── HandyControlDemo_Content.g.i.cs
│       │   │           ├── HandyControlDemo_Net_GE45.csproj.AssemblyReference.cache
│       │   │           ├── NativeCommonWindow.g.cs
│       │   │           ├── NativeCommonWindow.g.i.cs
│       │   │           ├── NavigationWindow.g.cs
│       │   │           ├── NavigationWindow.g.i.cs
│       │   │           ├── PracticalDemo.baml
│       │   │           ├── PracticalDemo.g.cs
│       │   │           ├── PracticalDemo.g.i.cs
│       │   │           ├── ProjectsView.g.cs
│       │   │           ├── ProjectsView.g.i.cs
│       │   │           ├── SkinDark.baml
│       │   │           ├── SkinDefault.baml
│       │   │           ├── TempPE
│       │   │           ├── Theme.baml
│       │   │           ├── WebsitesView.g.cs
│       │   │           └── WebsitesView.g.i.cs
│       │   └── HandyControl_Net_GE45
│       │       ├── HandyControl_Net_GE45.csproj
│       │       ├── bin
│       │       │   └── Debug
│       │       └── obj
│       │           └── Debug-Net45
│       │               ├── BaseStyle.baml
│       │               ├── Basic.baml
│       │               ├── Brushes.baml
│       │               ├── ButtonBaseBaseStyle.baml
│       │               ├── CheckBox.baml
│       │               ├── Colors.baml
│       │               ├── ColorsDark.baml
│       │               ├── ColorsViolet.baml
│       │               ├── ContentControl.baml
│       │               ├── ContextMenu.baml
│       │               ├── ContextMenuBaseStyle.baml
│       │               ├── DesignTimeResolveAssemblyReferences.cache
│       │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │               ├── Effects.baml
│       │               ├── Expander.baml
│       │               ├── FlowDocument.baml
│       │               ├── Fonts.baml
│       │               ├── Frame.baml
│       │               ├── GeneratedInternalTypeHelper.g.cs
│       │               ├── GeneratedInternalTypeHelper.g.i.cs
│       │               ├── Geometries.baml
│       │               ├── GridSplitter.baml
│       │               ├── GroupBox.baml
│       │               ├── HandyControl_MarkupCompile.cache
│       │               ├── HandyControl_MarkupCompile.lref
│       │               ├── HandyControl_Net_GE45.csproj.AssemblyReference.cache
│       │               ├── Image.baml
│       │               ├── Label.baml
│       │               ├── ListBox.baml
│       │               ├── Menu.baml
│       │               ├── NavigationWindow.baml
│       │               ├── Paths.baml
│       │               ├── Separator.baml
│       │               ├── SeparatorBaseStyle.baml
│       │               ├── Sizes.baml
│       │               ├── SkinDark.baml
│       │               ├── SkinDefault.baml
│       │               ├── SkinViolet.baml
│       │               ├── StatusBar.baml
│       │               ├── StatusBarBaseStyle.baml
│       │               ├── Style.baml
│       │               ├── TempPE
│       │               ├── TextBlock.baml
│       │               ├── TextBlockBaseStyle.baml
│       │               ├── ToolBar.baml
│       │               ├── ToolTip.baml
│       │               └── TreeView.baml
│       └── Shared
│           ├── HandyControlDemo_Code
│           │   ├── DemoHelper.cs
│           │   ├── HandyControlDemo_Code.csproj
│           │   ├── bin
│           │   │   └── Debug
│           │   └── obj
│           │       └── Debug-Net45
│           │           ├── DesignTimeResolveAssemblyReferences.cache
│           │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           │           ├── HandyControlDemo_Code.csproj.AssemblyReference.cache
│           │           └── TempPE
│           ├── HandyControlDemo_Shared
│           │   ├── App.xaml
│           │   ├── App.xaml.cs
│           │   ├── Data
│           │   │   ├── AppConfig.cs
│           │   │   ├── DemoInfo.json
│           │   │   ├── Enum
│           │   │   │   └── DemoType.cs
│           │   │   ├── GlobalData.cs
│           │   │   ├── MessageToken.cs
│           │   │   ├── MessageToken.tt
│           │   │   ├── Model
│           │   │   │   ├── AvatarModel.cs
│           │   │   │   ├── CardModel.cs
│           │   │   │   ├── ChatInfoModel.cs
│           │   │   │   ├── CoverViewDemoModel.cs
│           │   │   │   ├── DemoDataModel.cs
│           │   │   │   ├── DemoInfoModel.cs
│           │   │   │   ├── DemoItemModel.cs
│           │   │   │   ├── StepBarDemoModel.cs
│           │   │   │   └── TabControlDemoModel.cs
│           │   │   └── SideMenuConfig.json
│           │   ├── HandyControlDemo_Shared.projitems
│           │   ├── HandyControlDemo_Shared.shproj
│           │   ├── HandyControlDemo_Shared.shproj.user
│           │   ├── MainWindow.xaml
│           │   ├── MainWindow.xaml.cs
│           │   ├── Properties
│           │   │   ├── App.config
│           │   │   ├── AssemblyInfo.cs
│           │   │   └── Langs
│           │   │       ├── Lang.Designer.cs
│           │   │       ├── Lang.en.resx
│           │   │       ├── Lang.fa.resx
│           │   │       ├── Lang.fr.resx
│           │   │       ├── Lang.ko-KR.resx
│           │   │       ├── Lang.resx
│           │   │       ├── Lang.ru.resx
│           │   │       ├── Lang.tr.resx
│           │   │       ├── LangDecorator.cs
│           │   │       ├── LangProvider.cs
│           │   │       └── LangProvider.tt
│           │   ├── Resources
│           │   │   ├── DemoTheme.cs
│           │   │   ├── Img
│           │   │   │   ├── 1.jpg
│           │   │   │   ├── 2.jpg
│           │   │   │   ├── 3.jpg
│           │   │   │   ├── 4.jpg
│           │   │   │   ├── 5.jpg
│           │   │   │   ├── Album
│           │   │   │   │   ├── 1.jpg
│           │   │   │   │   ├── 10.jpg
│           │   │   │   │   ├── 2.jpg
│           │   │   │   │   ├── 3.jpg
│           │   │   │   │   ├── 4.jpg
│           │   │   │   │   ├── 5.jpg
│           │   │   │   │   ├── 6.jpg
│           │   │   │   │   ├── 7.jpg
│           │   │   │   │   ├── 8.jpg
│           │   │   │   │   └── 9.jpg
│           │   │   │   ├── Avatar
│           │   │   │   │   ├── avatar1.png
│           │   │   │   │   ├── avatar2.png
│           │   │   │   │   ├── avatar3.png
│           │   │   │   │   ├── avatar4.png
│           │   │   │   │   ├── avatar5.png
│           │   │   │   │   └── avatar6.png
│           │   │   │   ├── Chat
│           │   │   │   │   ├── chat_back1.jpg
│           │   │   │   │   └── chat_back2.jpg
│           │   │   │   ├── Cover.png
│           │   │   │   ├── Dance.png
│           │   │   │   ├── DevOps
│           │   │   │   │   ├── DevOps-Boards.png
│           │   │   │   │   ├── DevOps-Overview.png
│           │   │   │   │   ├── DevOps-Pipelines.png
│           │   │   │   │   ├── DevOps-Repos.png
│           │   │   │   │   └── DevOps-TestPlans.png
│           │   │   │   ├── Flag
│           │   │   │   │   ├── cn.png
│           │   │   │   │   ├── en.png
│           │   │   │   │   ├── fa.png
│           │   │   │   │   ├── fr.png
│           │   │   │   │   ├── ko-KR.png
│           │   │   │   │   ├── ru.png
│           │   │   │   │   └── tr.png
│           │   │   │   ├── LeftMainContent
│           │   │   │   │   ├── Animation_16x.png
│           │   │   │   │   ├── BorderElement_16x.png
│           │   │   │   │   ├── Brush_16x.png
│           │   │   │   │   ├── Bubble_16xLG.png
│           │   │   │   │   ├── ButtonClick_16x.png
│           │   │   │   │   ├── ButtonGroup_16x.png
│           │   │   │   │   ├── Calendar_16x.png
│           │   │   │   │   ├── Carousel_16x.png
│           │   │   │   │   ├── CheckBox_16x.png
│           │   │   │   │   ├── ColorPalette_16x.png
│           │   │   │   │   ├── ColorWheel_16x.png
│           │   │   │   │   ├── ComboBox_16x.png
│           │   │   │   │   ├── ContextMenu_16x.png
│           │   │   │   │   ├── DataGenerator_16x.png
│           │   │   │   │   ├── DataGrid_16x.png
│           │   │   │   │   ├── DatePicker_16x.png
│           │   │   │   │   ├── DetailDataView_16x.png
│           │   │   │   │   ├── Dialog_16x.png
│           │   │   │   │   ├── DotLarge_16x.png
│           │   │   │   │   ├── DottedSplitter_16x.png
│           │   │   │   │   ├── Dynamic_16x.png
│           │   │   │   │   ├── Effects_16x.png
│           │   │   │   │   ├── Ellipsis_16x.png
│           │   │   │   │   ├── Expander_16x.png
│           │   │   │   │   ├── FlipVertical_16x.png
│           │   │   │   │   ├── Flow_16x.png
│           │   │   │   │   ├── GoToTop_16x.png
│           │   │   │   │   ├── GridPane_16x.png
│           │   │   │   │   ├── GroupBox_16x.png
│           │   │   │   │   ├── HandyControl.png
│           │   │   │   │   ├── HoverMenu_16x.png
│           │   │   │   │   ├── ImageBrowser_16x.png
│           │   │   │   │   ├── ImageStack_16x.png
│           │   │   │   │   ├── Label_16x.png
│           │   │   │   │   ├── LinearCarousel_16x.png
│           │   │   │   │   ├── ListBox_16x.png
│           │   │   │   │   ├── ListView_16x.png
│           │   │   │   │   ├── Loading_Blue_16x.png
│           │   │   │   │   ├── MainMenuControl_16x.png
│           │   │   │   │   ├── Message_16x.png
│           │   │   │   │   ├── NotificationHub_16x.png
│           │   │   │   │   ├── NumericListBox_16x.png
│           │   │   │   │   ├── OutlinedRectangleTool_16x.png
│           │   │   │   │   ├── Paginator_16x.png
│           │   │   │   │   ├── Panel_16x.png
│           │   │   │   │   ├── PasswordBox_16x.png
│           │   │   │   │   ├── Path_16x.png
│           │   │   │   │   ├── PolygonHexagon_16x.png
│           │   │   │   │   ├── PopupCursor_16x.png
│           │   │   │   │   ├── Procedure_16x.png
│           │   │   │   │   ├── ProgressBar_16x.png
│           │   │   │   │   ├── ProgressButton_16x.png
│           │   │   │   │   ├── RadioButton_16x.png
│           │   │   │   │   ├── RepeatButton_16x.png
│           │   │   │   │   ├── RichTextBox_16x.png
│           │   │   │   │   ├── ScrollBox_16x.png
│           │   │   │   │   ├── Search_16x.png
│           │   │   │   │   ├── Shield_16x.png
│           │   │   │   │   ├── Slider_16x.png
│           │   │   │   │   ├── SortAscending_grey_16x.png
│           │   │   │   │   ├── SplitButton_16x.png
│           │   │   │   │   ├── SplitterControl_16x.png
│           │   │   │   │   ├── Star.png
│           │   │   │   │   ├── TabPage_16x.png
│           │   │   │   │   ├── Tag_16x.png
│           │   │   │   │   ├── TextBlock_16x.png
│           │   │   │   │   ├── TextBox_16x.png
│           │   │   │   │   ├── TimePicker_16x.png
│           │   │   │   │   ├── Time_color_16x.png
│           │   │   │   │   ├── Timeline_16x.png
│           │   │   │   │   ├── Toggle_16x.png
│           │   │   │   │   ├── ToolBar_16x.png
│           │   │   │   │   ├── Transfer_16x.png
│           │   │   │   │   ├── TransformRelative_16x.png
│           │   │   │   │   ├── TransitioningContentControl_16x.png
│           │   │   │   │   ├── TreeView_16x.png
│           │   │   │   │   ├── User_16x.png
│           │   │   │   │   ├── VSO_Card_16x.png
│           │   │   │   │   ├── View_Portrait_16x.png
│           │   │   │   │   ├── WPFFlowDocument_16x.png
│           │   │   │   │   ├── WindowScreenshot_16x.png
│           │   │   │   │   ├── WindowsForm_16x.png
│           │   │   │   │   ├── brackets_Square_16xLG.png
│           │   │   │   │   ├── frame_16xLG.png
│           │   │   │   │   └── thumbs_up.png
│           │   │   │   ├── QQ
│           │   │   │   │   ├── 1.gif
│           │   │   │   │   ├── 10.gif
│           │   │   │   │   ├── 2.gif
│           │   │   │   │   ├── 3.gif
│           │   │   │   │   ├── 4.gif
│           │   │   │   │   ├── 5.gif
│           │   │   │   │   ├── 6.gif
│           │   │   │   │   ├── 7.gif
│           │   │   │   │   ├── 8.gif
│           │   │   │   │   └── 9.gif
│           │   │   │   ├── b1.jpg
│           │   │   │   ├── b2.jpg
│           │   │   │   ├── car_chase.gif
│           │   │   │   ├── cloud.png
│           │   │   │   ├── icon-white.ico
│           │   │   │   ├── icon.ico
│           │   │   │   ├── qq_group_1.jpg
│           │   │   │   ├── qq_group_2.jpg
│           │   │   │   └── under_construction.gif
│           │   │   ├── Registry.txt
│           │   │   ├── Themes
│           │   │   │   ├── Basic
│           │   │   │   │   ├── Basic.xaml
│           │   │   │   │   ├── Brushes.xaml
│           │   │   │   │   ├── Colors
│           │   │   │   │   │   ├── Colors.xaml
│           │   │   │   │   │   └── ColorsDark.xaml
│           │   │   │   │   ├── Converters.xaml
│           │   │   │   │   ├── Fonts.xaml
│           │   │   │   │   └── Geometries.xaml
│           │   │   │   ├── SkinDark.xaml
│           │   │   │   ├── SkinDefault.xaml
│           │   │   │   ├── Styles
│           │   │   │   │   └── Style.xaml
│           │   │   │   └── Theme.xaml
│           │   │   └── fabric-icons.ttf
│           │   ├── Service
│           │   │   └── Data
│           │   │       └── DataService.cs
│           │   ├── Tools
│           │   │   ├── Converter
│           │   │   │   ├── HatchBrushConverter.cs
│           │   │   │   ├── String2BrushConverter.cs
│           │   │   │   └── StringRepeatConverter.cs
│           │   │   ├── Extension
│           │   │   │   └── LangExtension.cs
│           │   │   └── Helper
│           │   │       ├── AssemblyHelper.cs
│           │   │       ├── CommonHelper.cs
│           │   │       └── Win32Helper.cs
│           │   ├── UserControl
│           │   │   ├── Basic
│           │   │   │   ├── Avatar.xaml
│           │   │   │   ├── Avatar.xaml.cs
│           │   │   │   ├── ChatBox.xaml
│           │   │   │   ├── ChatBox.xaml.cs
│           │   │   │   ├── IFull.cs
│           │   │   │   ├── InteractiveDialog.xaml
│           │   │   │   ├── InteractiveDialog.xaml.cs
│           │   │   │   ├── TextDialog.xaml
│           │   │   │   ├── TextDialog.xaml.cs
│           │   │   │   ├── TextDialogWithTimer.xaml
│           │   │   │   └── TextDialogWithTimer.xaml.cs
│           │   │   ├── Controls
│           │   │   │   ├── AnimationPathDemoCtl.xaml
│           │   │   │   ├── AnimationPathDemoCtl.xaml.cs
│           │   │   │   ├── BadgeDemoCtl.xaml
│           │   │   │   ├── BadgeDemoCtl.xaml.cs
│           │   │   │   ├── ButtonGroupDemoCtl.xaml
│           │   │   │   ├── ButtonGroupDemoCtl.xaml.cs
│           │   │   │   ├── CalendarWithClockDemoCtl.xaml
│           │   │   │   ├── CalendarWithClockDemoCtl.xaml.cs
│           │   │   │   ├── CardDemoCtl.xaml
│           │   │   │   ├── CardDemoCtl.xaml.cs
│           │   │   │   ├── CarouselDemoCtl.xaml
│           │   │   │   ├── CarouselDemoCtl.xaml.cs
│           │   │   │   ├── ChatBubbleDemoCtl.xaml
│           │   │   │   ├── ChatBubbleDemoCtl.xaml.cs
│           │   │   │   ├── CirclePanelDemoCtl.xaml
│           │   │   │   ├── CirclePanelDemoCtl.xaml.cs
│           │   │   │   ├── ClockDemoCtl.xaml
│           │   │   │   ├── ClockDemoCtl.xaml.cs
│           │   │   │   ├── ColorPickerDemoCtl.xaml
│           │   │   │   ├── ColorPickerDemoCtl.xaml.cs
│           │   │   │   ├── ComboBoxDemoCtl.xaml
│           │   │   │   ├── ComboBoxDemoCtl.xaml.cs
│           │   │   │   ├── CompareSliderDemoCtl.xaml
│           │   │   │   ├── CompareSliderDemoCtl.xaml.cs
│           │   │   │   ├── CoverFlowDemoCtl.xaml
│           │   │   │   ├── CoverFlowDemoCtl.xaml.cs
│           │   │   │   ├── CoverViewDemoCtl.xaml
│           │   │   │   ├── CoverViewDemoCtl.xaml.cs
│           │   │   │   ├── DatePickerDemoCtl.xaml
│           │   │   │   ├── DatePickerDemoCtl.xaml.cs
│           │   │   │   ├── DateTimePickerDemoCtl.xaml
│           │   │   │   ├── DateTimePickerDemoCtl.xaml.cs
│           │   │   │   ├── DialogDemoCtl.xaml
│           │   │   │   ├── DialogDemoCtl.xaml.cs
│           │   │   │   ├── DividerDemoCtl.xaml
│           │   │   │   ├── DividerDemoCtl.xaml.cs
│           │   │   │   ├── DrawerDemoCtl.xaml
│           │   │   │   ├── DrawerDemoCtl.xaml.cs
│           │   │   │   ├── FlipClockDemoCtl.xaml
│           │   │   │   ├── FlipClockDemoCtl.xaml.cs
│           │   │   │   ├── FloatingBlockDemoCtl.xaml
│           │   │   │   ├── FloatingBlockDemoCtl.xaml.cs
│           │   │   │   ├── GifImageDemoCtl.xaml
│           │   │   │   ├── GifImageDemoCtl.xaml.cs
│           │   │   │   ├── GotoTopDemoCtl.xaml
│           │   │   │   ├── GotoTopDemoCtl.xaml.cs
│           │   │   │   ├── GravatarDemoCtl.xaml
│           │   │   │   ├── GravatarDemoCtl.xaml.cs
│           │   │   │   ├── GridDemoCtl.xaml
│           │   │   │   ├── GridDemoCtl.xaml.cs
│           │   │   │   ├── GrowlDemoCtl.xaml
│           │   │   │   ├── GrowlDemoCtl.xaml.cs
│           │   │   │   ├── HoneycombPanelDemoCtl.xaml
│           │   │   │   ├── HoneycombPanelDemoCtl.xaml.cs
│           │   │   │   ├── ImageBlockDemoCtl.xaml
│           │   │   │   ├── ImageBlockDemoCtl.xaml.cs
│           │   │   │   ├── ImageBrowserDemoCtl.xaml
│           │   │   │   ├── ImageBrowserDemoCtl.xaml.cs
│           │   │   │   ├── LoadingDemoCtl.xaml
│           │   │   │   ├── LoadingDemoCtl.xaml.cs
│           │   │   │   ├── MagnifierDemoCtl.xaml
│           │   │   │   ├── MagnifierDemoCtl.xaml.cs
│           │   │   │   ├── NotificationDemoCtl.xaml
│           │   │   │   ├── NotificationDemoCtl.xaml.cs
│           │   │   │   ├── NotifyIconDemoCtl.xaml
│           │   │   │   ├── NotifyIconDemoCtl.xaml.cs
│           │   │   │   ├── NumericUpDownDemoCtl.xaml
│           │   │   │   ├── NumericUpDownDemoCtl.xaml.cs
│           │   │   │   ├── OutlineTextDemoCtl.xaml
│           │   │   │   ├── OutlineTextDemoCtl.xaml.cs
│           │   │   │   ├── PaginationDemoCtl.xaml
│           │   │   │   ├── PaginationDemoCtl.xaml.cs
│           │   │   │   ├── PasswordBoxDemoCtl.xaml
│           │   │   │   ├── PasswordBoxDemoCtl.xaml.cs
│           │   │   │   ├── PinBoxDemoCtl.xaml
│           │   │   │   ├── PinBoxDemoCtl.xaml.cs
│           │   │   │   ├── PoptipDemoCtl.xaml
│           │   │   │   ├── PoptipDemoCtl.xaml.cs
│           │   │   │   ├── PreviewSliderDemoCtl.xaml
│           │   │   │   ├── PreviewSliderDemoCtl.xaml.cs
│           │   │   │   ├── ProgressBarDemoCtl.xaml
│           │   │   │   ├── ProgressBarDemoCtl.xaml.cs
│           │   │   │   ├── ProgressButtonDemoCtl.xaml
│           │   │   │   ├── ProgressButtonDemoCtl.xaml.cs
│           │   │   │   ├── RangeSliderDemoCtl.xaml
│           │   │   │   ├── RangeSliderDemoCtl.xaml.cs
│           │   │   │   ├── RateDemoCtl.xaml
│           │   │   │   ├── RateDemoCtl.xaml.cs
│           │   │   │   ├── RelativePanelDemoCtl.xaml
│           │   │   │   ├── RelativePanelDemoCtl.xaml.cs
│           │   │   │   ├── RunningBlockDemoCtl.xaml
│           │   │   │   ├── RunningBlockDemoCtl.xaml.cs
│           │   │   │   ├── ScreenshotDemoCtl.xaml
│           │   │   │   ├── ScreenshotDemoCtl.xaml.cs
│           │   │   │   ├── ScrollViewerDemoCtl.xaml
│           │   │   │   ├── ScrollViewerDemoCtl.xaml.cs
│           │   │   │   ├── SearchBarDemoCtl.xaml
│           │   │   │   ├── SearchBarDemoCtl.xaml.cs
│           │   │   │   ├── ShieldDemoCtl.xaml
│           │   │   │   ├── ShieldDemoCtl.xaml.cs
│           │   │   │   ├── SideMenuDemoCtl.xaml
│           │   │   │   ├── SideMenuDemoCtl.xaml.cs
│           │   │   │   ├── SplitButtonDemoCtl.xaml
│           │   │   │   ├── SplitButtonDemoCtl.xaml.cs
│           │   │   │   ├── SpriteDemoCtl.xaml
│           │   │   │   ├── SpriteDemoCtl.xaml.cs
│           │   │   │   ├── StepBarDemoCtl.xaml
│           │   │   │   ├── StepBarDemoCtl.xaml.cs
│           │   │   │   ├── TabControlDemoCtl.xaml
│           │   │   │   ├── TabControlDemoCtl.xaml.cs
│           │   │   │   ├── TagDemoCtl.xaml
│           │   │   │   ├── TagDemoCtl.xaml.cs
│           │   │   │   ├── TextBoxDemoCtl.xaml
│           │   │   │   ├── TextBoxDemoCtl.xaml.cs
│           │   │   │   ├── TimeBarDemoCtl.xaml
│           │   │   │   ├── TimeBarDemoCtl.xaml.cs
│           │   │   │   ├── TimePickerDemoCtl.xaml
│           │   │   │   ├── TimePickerDemoCtl.xaml.cs
│           │   │   │   ├── TransferDemoCtl.xaml
│           │   │   │   ├── TransferDemoCtl.xaml.cs
│           │   │   │   ├── TransitioningContentControlDemoCtl.xaml
│           │   │   │   ├── TransitioningContentControlDemoCtl.xaml.cs
│           │   │   │   ├── WaterfallPanelDemoCtl.xaml
│           │   │   │   ├── WaterfallPanelDemoCtl.xaml.cs
│           │   │   │   ├── WindowDemoCtl.xaml
│           │   │   │   └── WindowDemoCtl.xaml.cs
│           │   │   ├── Main
│           │   │   │   ├── AppNotification.xaml
│           │   │   │   ├── AppNotification.xaml.cs
│           │   │   │   ├── AppSprite.xaml
│           │   │   │   ├── AppSprite.xaml.cs
│           │   │   │   ├── BlogsView.xaml
│           │   │   │   ├── BlogsView.xaml.cs
│           │   │   │   ├── ContributorsView.xaml
│           │   │   │   ├── ContributorsView.xaml.cs
│           │   │   │   ├── LeftMainContent.xaml
│           │   │   │   ├── LeftMainContent.xaml.cs
│           │   │   │   ├── MainContent.xaml
│           │   │   │   ├── MainContent.xaml.cs
│           │   │   │   ├── NoUserContent.xaml
│           │   │   │   ├── NoUserContent.xaml.cs
│           │   │   │   ├── PracticalDemo.cs
│           │   │   │   ├── PracticalDemo.xaml
│           │   │   │   ├── ProjectsView.xaml
│           │   │   │   ├── ProjectsView.xaml.cs
│           │   │   │   ├── QQGroupView.xaml
│           │   │   │   ├── QQGroupView.xaml.cs
│           │   │   │   ├── UnderConstruction.xaml
│           │   │   │   ├── UnderConstruction.xaml.cs
│           │   │   │   ├── WebsitesView.xaml
│           │   │   │   └── WebsitesView.xaml.cs
│           │   │   ├── Practical
│           │   │   │   ├── Login.xaml
│           │   │   │   └── Login.xaml.cs
│           │   │   ├── Styles
│           │   │   │   ├── BorderDemoCtl.xaml
│           │   │   │   ├── BorderDemoCtl.xaml.cs
│           │   │   │   ├── BrushDemoCtl.xaml
│           │   │   │   ├── BrushDemoCtl.xaml.cs
│           │   │   │   ├── ButtonDemoCtl.xaml
│           │   │   │   ├── ButtonDemoCtl.xaml.cs
│           │   │   │   ├── CalendarDemoCtl.xaml
│           │   │   │   ├── CalendarDemoCtl.xaml.cs
│           │   │   │   ├── CheckBoxDemoCtl.xaml
│           │   │   │   ├── CheckBoxDemoCtl.xaml.cs
│           │   │   │   ├── DataGridDemoCtl.xaml
│           │   │   │   ├── DataGridDemoCtl.xaml.cs
│           │   │   │   ├── ExpanderDemoCtl.xaml
│           │   │   │   ├── ExpanderDemoCtl.xaml.cs
│           │   │   │   ├── FlowDocumentDemoCtl.xaml
│           │   │   │   ├── FlowDocumentDemoCtl.xaml.cs
│           │   │   │   ├── FrameDemoCtl.xaml
│           │   │   │   ├── FrameDemoCtl.xaml.cs
│           │   │   │   ├── GroupBoxDemoCtl.xaml
│           │   │   │   ├── GroupBoxDemoCtl.xaml.cs
│           │   │   │   ├── LabelDemoCtl.xaml
│           │   │   │   ├── LabelDemoCtl.xaml.cs
│           │   │   │   ├── ListBoxDemoCtl.xaml
│           │   │   │   ├── ListBoxDemoCtl.xaml.cs
│           │   │   │   ├── ListViewDemoCtl.xaml
│           │   │   │   ├── ListViewDemoCtl.xaml.cs
│           │   │   │   ├── MenuDemoCtl.xaml
│           │   │   │   ├── MenuDemoCtl.xaml.cs
│           │   │   │   ├── NativeComboBoxDemoCtl.xaml
│           │   │   │   ├── NativeComboBoxDemoCtl.xaml.cs
│           │   │   │   ├── NativeDatePickerDemoCtl.xaml
│           │   │   │   ├── NativeDatePickerDemoCtl.xaml.cs
│           │   │   │   ├── NativePasswordBoxDemoCtl.xaml
│           │   │   │   ├── NativePasswordBoxDemoCtl.xaml.cs
│           │   │   │   ├── NativeProgressBarDemoCtl.xaml
│           │   │   │   ├── NativeProgressBarDemoCtl.xaml.cs
│           │   │   │   ├── NativeScrollViewerDemoCtl.xaml
│           │   │   │   ├── NativeScrollViewerDemoCtl.xaml.cs
│           │   │   │   ├── NativeTabControlDemoCtl.xaml
│           │   │   │   ├── NativeTabControlDemoCtl.xaml.cs
│           │   │   │   ├── NativeTextBoxDemoCtl.xaml
│           │   │   │   ├── NativeTextBoxDemoCtl.xaml.cs
│           │   │   │   ├── NativeWindowDemoCtl.xaml
│           │   │   │   ├── NativeWindowDemoCtl.xaml.cs
│           │   │   │   ├── RadioButtonDemoCtl.xaml
│           │   │   │   ├── RadioButtonDemoCtl.xaml.cs
│           │   │   │   ├── RepeatButtonDemoCtl.xaml
│           │   │   │   ├── RepeatButtonDemoCtl.xaml.cs
│           │   │   │   ├── RichTextBoxDemoCtl.xaml
│           │   │   │   ├── RichTextBoxDemoCtl.xaml.cs
│           │   │   │   ├── SliderDemoCtl.xaml
│           │   │   │   ├── SliderDemoCtl.xaml.cs
│           │   │   │   ├── TextBlockDemoCtl.xaml
│           │   │   │   ├── TextBlockDemoCtl.xaml.cs
│           │   │   │   ├── ToggleButtonDemoCtl.xaml
│           │   │   │   ├── ToggleButtonDemoCtl.xaml.cs
│           │   │   │   ├── ToolBarDemoCtl.xaml
│           │   │   │   ├── ToolBarDemoCtl.xaml.cs
│           │   │   │   ├── TreeViewDemoCtl.xaml
│           │   │   │   └── TreeViewDemoCtl.xaml.cs
│           │   │   └── Tools
│           │   │       ├── EffectsDemoCtl.xaml
│           │   │       ├── EffectsDemoCtl.xaml.cs
│           │   │       ├── GeometryAnimationDemoCtl.xaml
│           │   │       ├── GeometryAnimationDemoCtl.xaml.cs
│           │   │       ├── HatchBrushGeneratorDemoCtl.xaml
│           │   │       └── HatchBrushGeneratorDemoCtl.xaml.cs
│           │   ├── ViewModel
│           │   │   ├── Basic
│           │   │   │   ├── ChatBoxViewModel.cs
│           │   │   │   └── InteractiveDialogViewModel.cs
│           │   │   ├── Common
│           │   │   │   └── ComboBoxDemoViewModel.cs
│           │   │   ├── Controls
│           │   │   │   ├── BadgeDemoViewModel.cs
│           │   │   │   ├── CardDemoViewModel.cs
│           │   │   │   ├── CoverViewModel.cs
│           │   │   │   ├── DialogDemoViewModel.cs
│           │   │   │   ├── GrowlDemoViewModel.cs
│           │   │   │   ├── ImageBrowserDemoViewModel.cs
│           │   │   │   ├── NotificationDemoViewModel.cs
│           │   │   │   ├── NotifyIconDemoViewModel.cs
│           │   │   │   ├── PaginationDemoViewModel.cs
│           │   │   │   ├── SearchBarDemoViewModel.cs
│           │   │   │   ├── SideMenuDemoViewModel.cs
│           │   │   │   ├── SplitButtonDemoViewModel.cs
│           │   │   │   ├── SpriteDemoViewModel.cs
│           │   │   │   ├── StepBarDemoViewModel.cs
│           │   │   │   ├── TabControlDemoViewModel.cs
│           │   │   │   └── WindowDemoViewModel.cs
│           │   │   ├── DemoViewModelBase!1.cs
│           │   │   ├── Main
│           │   │   │   ├── ItemsDisplayViewModel.cs
│           │   │   │   ├── MainViewModel.cs
│           │   │   │   └── NoUserViewModel.cs
│           │   │   └── ViewModelLocator.cs
│           │   └── Window
│           │       ├── AboutWindow.xaml
│           │       ├── AboutWindow.xaml.cs
│           │       ├── BlurWindow.xaml
│           │       ├── BlurWindow.xaml.cs
│           │       ├── CommonWindow.xaml
│           │       ├── CommonWindow.xaml.cs
│           │       ├── CustomNonClientAreaWindow.xaml
│           │       ├── CustomNonClientAreaWindow.xaml.cs
│           │       ├── DialogDemoWindow.xaml
│           │       ├── DialogDemoWindow.xaml.cs
│           │       ├── GlowWindow.xaml
│           │       ├── GlowWindow.xaml.cs
│           │       ├── GrowlDemoWindow.xaml
│           │       ├── GrowlDemoWindow.xaml.cs
│           │       ├── NativeCommonWindow.xaml
│           │       ├── NativeCommonWindow.xaml.cs
│           │       ├── NavigationWindow.xaml
│           │       ├── NavigationWindow.xaml.cs
│           │       ├── NoNonClientAreaDragableWindow.xaml
│           │       └── NoNonClientAreaDragableWindow.xaml.cs
│           └── HandyControl_Shared
│               ├── Collections
│               │   └── ManualObservableCollection!1.cs
│               ├── Controls
│               │   ├── Attach
│               │   │   ├── BackgroundSwitchElement.cs
│               │   │   ├── BorderElement.cs
│               │   │   ├── DataGridAttach.cs
│               │   │   ├── DropDownElement.cs
│               │   │   ├── EdgeElement.cs
│               │   │   ├── IconElement.cs
│               │   │   ├── IconSwitchElement.cs
│               │   │   ├── InfoElement.cs
│               │   │   ├── MenuTopLineAttach.cs
│               │   │   ├── PanelElement.cs
│               │   │   ├── PasswordBoxAttach.cs
│               │   │   ├── RectangleAttach.cs
│               │   │   ├── StatusSwitchElement.cs
│               │   │   ├── TextBlockAttach.cs
│               │   │   ├── TipElement.cs
│               │   │   ├── TitleElement.cs
│               │   │   ├── VisualElement.cs
│               │   │   └── WindowAttach.cs
│               │   ├── Base
│               │   │   ├── AdornerElement.cs
│               │   │   ├── HeaderedSelectableItem.cs
│               │   │   ├── HeaderedSimpleItemsControl.cs
│               │   │   ├── IGravatarGenerator.cs
│               │   │   ├── ISelectable.cs
│               │   │   ├── ISingleOpen.cs
│               │   │   ├── RegularItemsControl.cs
│               │   │   ├── SelectableItem.cs
│               │   │   └── SimpleItemsControl.cs
│               │   ├── Block
│               │   │   ├── FloatingBlock.cs
│               │   │   ├── RunningBlock.cs
│               │   │   └── ToggleBlock.cs
│               │   ├── Button
│               │   │   ├── ContextMenuButton.cs
│               │   │   ├── ContextMenuToggleButton.cs
│               │   │   ├── ProgressButton.cs
│               │   │   └── SplitButton.cs
│               │   ├── ColorPicker
│               │   │   ├── ColorDropper.cs
│               │   │   └── ColorPicker.cs
│               │   ├── Cover
│               │   │   ├── CoverFlow
│               │   │   │   ├── CoverFlow.cs
│               │   │   │   └── CoverFlowItem.cs
│               │   │   └── CoverView
│               │   │       ├── CoverView.cs
│               │   │       ├── CoverViewContent.cs
│               │   │       └── CoverViewItem.cs
│               │   ├── Growl
│               │   │   ├── Growl.cs
│               │   │   └── GrowlWindow.cs
│               │   ├── Image
│               │   │   ├── GifImage.cs
│               │   │   ├── ImageBlock.cs
│               │   │   └── ImageViewer.cs
│               │   ├── Input
│               │   │   ├── ComboBox.cs
│               │   │   ├── DatePicker.cs
│               │   │   ├── DateTimePicker.cs
│               │   │   ├── IDataInput.cs
│               │   │   ├── NumericUpDown.cs
│               │   │   ├── PasswordBox.cs
│               │   │   ├── PinBox.cs
│               │   │   ├── SearchBar.cs
│               │   │   ├── TextBox.cs
│               │   │   ├── TimePicker.cs
│               │   │   └── WatermarkTextBox.cs
│               │   ├── Internal
│               │   │   └── InternalCanvas.cs
│               │   ├── Loading
│               │   │   ├── LoadingBase.cs
│               │   │   ├── LoadingCircle.cs
│               │   │   └── LoadingLine.cs
│               │   ├── Other
│               │   │   ├── AnimationPath.cs
│               │   │   ├── Badge.cs
│               │   │   ├── ButtonGroup.cs
│               │   │   ├── Card.cs
│               │   │   ├── Carousel.cs
│               │   │   ├── ChatBubble.cs
│               │   │   ├── Dialog.cs
│               │   │   ├── Divider.cs
│               │   │   ├── Drawer.cs
│               │   │   ├── GotoTop.cs
│               │   │   ├── Gravatar.cs
│               │   │   ├── Magnifier.cs
│               │   │   ├── Notification.cs
│               │   │   ├── NotifyIcon.cs
│               │   │   ├── Pagination.cs
│               │   │   ├── Poptip.cs
│               │   │   ├── ScrollViewer.cs
│               │   │   ├── Shield.cs
│               │   │   ├── Sprite.cs
│               │   │   └── TransitioningContentControl.cs
│               │   ├── Panel
│               │   │   ├── CirclePanel.cs
│               │   │   ├── Grid
│               │   │   │   ├── Col.cs
│               │   │   │   └── Row.cs
│               │   │   ├── HoneycombPanel.cs
│               │   │   ├── RelativePanel.cs
│               │   │   ├── SimplePanel.cs
│               │   │   └── WaterfallPanel.cs
│               │   ├── ProgressBar
│               │   │   ├── CircleProgressBar.cs
│               │   │   └── WaveProgressBar.cs
│               │   ├── Rate
│               │   │   ├── Rate.cs
│               │   │   └── RateItem.cs
│               │   ├── Screenshot
│               │   │   ├── Screenshot.cs
│               │   │   └── ScreenshotWindow.cs
│               │   ├── SideMenu
│               │   │   ├── SideMenu.cs
│               │   │   └── SideMenuItem.cs
│               │   ├── Slider
│               │   │   ├── CompareSlider
│               │   │   │   ├── CompareSlider.cs
│               │   │   │   └── CompareTrack.cs
│               │   │   ├── PreviewSlider.cs
│               │   │   └── RangeSlider
│               │   │       ├── RangeSlider.cs
│               │   │       ├── RangeThumb.cs
│               │   │       ├── RangeTrack.cs
│               │   │       └── TwoWayRangeBase.cs
│               │   ├── StepBar
│               │   │   ├── StepBar.cs
│               │   │   └── StepBarItem.cs
│               │   ├── TabControl
│               │   │   ├── TabControl.cs
│               │   │   ├── TabItem.cs
│               │   │   └── TabPanel.cs
│               │   ├── Tag
│               │   │   ├── Tag.cs
│               │   │   └── TagPanel.cs
│               │   ├── Text
│               │   │   ├── OutlineText.cs
│               │   │   └── SimpleText.cs
│               │   ├── Time
│               │   │   ├── CalendarWithClock.cs
│               │   │   ├── Clock
│               │   │   │   ├── Clock.cs
│               │   │   │   ├── ClockBase.cs
│               │   │   │   ├── ClockRadioButton.cs
│               │   │   │   └── ListClock.cs
│               │   │   ├── FlipClock
│               │   │   │   ├── FlipClock.cs
│               │   │   │   └── FlipNumber.cs
│               │   │   └── TimeBar
│               │   │       ├── SpeTextBlock.cs
│               │   │       └── TimeBar.cs
│               │   ├── Transfer
│               │   │   ├── Transfer.cs
│               │   │   ├── TransferGroup.cs
│               │   │   └── TransferItem.cs
│               │   └── Window
│               │       ├── BlurWindow.cs
│               │       ├── GlowWindow.cs
│               │       ├── ImageBrowser.cs
│               │       ├── MessageBox.cs
│               │       ├── PopupWindow.cs
│               │       └── Window.cs
│               ├── Data
│               │   ├── Args
│               │   │   ├── CancelRoutedEventArgs.cs
│               │   │   ├── FunctionEventArgs!1.cs
│               │   │   ├── KeyboardHookEventArgs.cs
│               │   │   └── MouseHookEventArgs.cs
│               │   ├── ColorRange.cs
│               │   ├── DisposableObject.cs
│               │   ├── Enum
│               │   │   ├── BadgeStatus.cs
│               │   │   ├── ChatMessageType.cs
│               │   │   ├── ChatRoleType.cs
│               │   │   ├── ColLayoutStatus.cs
│               │   │   ├── DrawerShowMode.cs
│               │   │   ├── ExpandMode.cs
│               │   │   ├── HatchStyle.cs
│               │   │   ├── HitMode.cs
│               │   │   ├── ImageCodecFlags.cs
│               │   │   ├── InfoType.cs
│               │   │   ├── IpType.cs
│               │   │   ├── MouseHookMessageType.cs
│               │   │   ├── NotifyIconInfoType.cs
│               │   │   ├── PlacementType.cs
│               │   │   ├── ResultType.cs
│               │   │   ├── ShowAnimation.cs
│               │   │   ├── SideMenuItemRole.cs
│               │   │   ├── SkinType.cs
│               │   │   ├── StepStatus.cs
│               │   │   ├── StrokePosition.cs
│               │   │   ├── TextType.cs
│               │   │   ├── TipPlacement.cs
│               │   │   ├── TitleAlignment.cs
│               │   │   └── TransitionMode.cs
│               │   ├── EnumDataProvider.cs
│               │   ├── Gif
│               │   │   ├── GPStream.cs
│               │   │   ├── GifFrameDimension.cs
│               │   │   ├── GifImageInfo.cs
│               │   │   ├── GifPropertyItem.cs
│               │   │   └── GifPropertyItemInternal.cs
│               │   ├── GlowWindow
│               │   │   ├── ChangeScope.cs
│               │   │   ├── GlowBitmap.cs
│               │   │   ├── GlowBitmapPart.cs
│               │   │   ├── GlowDrawingContext.cs
│               │   │   └── GlowEdge.cs
│               │   ├── GrowlInfo.cs
│               │   ├── HandyControlConfig.cs
│               │   ├── HwndWrapper.cs
│               │   ├── ImageCodecInfo.cs
│               │   ├── MessageBoxInfo.cs
│               │   ├── Operation
│               │   │   ├── OperationResult!1.cs
│               │   │   └── OperationResult.cs
│               │   ├── ResourceToken.cs
│               │   ├── SystemVersionInfo.cs
│               │   └── ValueBoxes.cs
│               ├── Expression
│               │   ├── Drawing
│               │   │   ├── BezierCurveFlattener.cs
│               │   │   ├── CommonExtensions.cs
│               │   │   ├── ExceptionStringTable.cs
│               │   │   ├── GeometryHelper.cs
│               │   │   ├── MarchLocation.cs
│               │   │   ├── MarchStopReason.cs
│               │   │   ├── MathHelper.cs
│               │   │   ├── PathFigureHelper.cs
│               │   │   ├── PathGeometryHelper.cs
│               │   │   ├── PathSegmentData.cs
│               │   │   ├── PathSegmentHelper.cs
│               │   │   ├── PolylineData.cs
│               │   │   ├── PolylineHelper.cs
│               │   │   ├── RandomEngine.cs
│               │   │   └── SimpleSegment.cs
│               │   ├── Media
│               │   │   ├── ArcGeometrySource.cs
│               │   │   ├── DrawingPropertyChangedEventArgs.cs
│               │   │   ├── DrawingPropertyMetadata.cs
│               │   │   ├── DrawingPropertyMetadataOptions.cs
│               │   │   ├── GeometryEffect.cs
│               │   │   ├── GeometryEffectConverter.cs
│               │   │   ├── GeometrySource!1.cs
│               │   │   ├── IArcGeometrySourceParameters.cs
│               │   │   ├── IGeometrySource.cs
│               │   │   ├── IGeometrySourceExtensions.cs
│               │   │   ├── IGeometrySourceParameters.cs
│               │   │   ├── IShape.cs
│               │   │   ├── InvalidateGeometryReasons.cs
│               │   │   ├── SketchGeometryEffect.cs
│               │   │   └── UnitType.cs
│               │   └── Shapes
│               │       ├── Arc.cs
│               │       └── PrimitiveShape.cs
│               ├── HandyControl_Shared.projitems
│               ├── HandyControl_Shared.shproj
│               ├── Interactivity
│               │   ├── AdornerContainer.cs
│               │   ├── AttachableCollection!1.cs
│               │   ├── Behavior
│               │   │   ├── Behavior!1.cs
│               │   │   ├── Behavior.cs
│               │   │   ├── BehaviorCollection.cs
│               │   │   ├── FluidMoveBehavior.cs
│               │   │   ├── FluidMoveBehaviorBase.cs
│               │   │   ├── MouseDragElementBehavior.cs
│               │   │   └── MouseDragElementBehaviorEx.cs
│               │   ├── Commands
│               │   │   ├── CloseWindowCommand.cs
│               │   │   ├── ControlCommands.cs
│               │   │   ├── OpenLinkCommand.cs
│               │   │   ├── PushMainWindow2TopCommand.cs
│               │   │   ├── ScreenshotCommand.cs
│               │   │   ├── ShutdownAppCommand.cs
│               │   │   └── StartScreenshotCommand.cs
│               │   ├── DefaultTriggerAttribute.cs
│               │   ├── EventToCommand.cs
│               │   ├── EventTrigger.cs
│               │   ├── EventTriggerBase!1.cs
│               │   ├── EventTriggerBase.cs
│               │   ├── ExceptionStringTable.cs
│               │   ├── ExtendedVisualStateManager.cs
│               │   ├── FluidMoveScope.cs
│               │   ├── IAttachedObject.cs
│               │   ├── IEventArgsConverter.cs
│               │   ├── Interaction.cs
│               │   ├── InvokeCommandAction.cs
│               │   ├── NameResolvedEventArgs.cs
│               │   ├── NameResolver.cs
│               │   ├── PreviewInvokeEventArgs.cs
│               │   ├── RoutedEventTrigger.cs
│               │   ├── TagType.cs
│               │   ├── TransitionEffect.cs
│               │   ├── TriggerAction!1.cs
│               │   ├── TriggerAction.cs
│               │   ├── TriggerActionCollection.cs
│               │   ├── TriggerBase.cs
│               │   ├── TriggerCollection.cs
│               │   └── TypeConstraintAttribute.cs
│               ├── Media
│               │   ├── Animation
│               │   │   ├── DiscreteGeometryKeyFrame.cs
│               │   │   ├── EasingGeometryKeyFrame.cs
│               │   │   ├── GeometryAnimation.cs
│               │   │   ├── GeometryAnimationBase.cs
│               │   │   ├── GeometryAnimationUsingKeyFrames.cs
│               │   │   ├── GeometryKeyFrame.cs
│               │   │   ├── GeometryKeyFrameCollection.cs
│               │   │   ├── LinearGeometryKeyFrame.cs
│               │   │   ├── ResolvedKeyFrameEntry.cs
│               │   │   └── SplineGeometryKeyFrame.cs
│               │   └── Effects
│               │       ├── BlendEffectBox.cs
│               │       ├── BrightnessEffect.cs
│               │       ├── ColorComplementEffect.cs
│               │       ├── ColorMatrixEffect.cs
│               │       ├── ContrastEffect.cs
│               │       ├── EffectBase.cs
│               │       └── GrayScaleEffect.cs
│               ├── Properties
│               │   ├── CoreAssemblyInfo.cs
│               │   ├── Langs
│               │   │   ├── Lang.Designer.cs
│               │   │   ├── Lang.en.resx
│               │   │   ├── Lang.fa.resx
│               │   │   ├── Lang.fr.resx
│               │   │   ├── Lang.ko-KR.resx
│               │   │   ├── Lang.resx
│               │   │   ├── Lang.ru.resx
│               │   │   ├── Lang.tr.resx
│               │   │   ├── LangProvider.cs
│               │   │   └── LangProvider.tt
│               │   └── NetAssemblyInfo.cs
│               ├── Resources
│               │   ├── Effects
│               │   │   ├── BrightnessEffect.fx
│               │   │   ├── BrightnessEffect.ps
│               │   │   ├── ColorComplementEffect.fx
│               │   │   ├── ColorComplementEffect.ps
│               │   │   ├── ColorMatrixEffect.fx
│               │   │   ├── ColorMatrixEffect.ps
│               │   │   ├── ContrastEffect.fx
│               │   │   ├── ContrastEffect.ps
│               │   │   ├── GrayScaleEffect.fx
│               │   │   └── GrayScaleEffect.ps
│               │   ├── Images
│               │   │   └── GlowWindow
│               │   │       ├── bottom.png
│               │   │       ├── bottomleft.png
│               │   │       ├── bottomright.png
│               │   │       ├── cornerbottomleft.png
│               │   │       ├── cornerbottomright.png
│               │   │       ├── cornertopleft.png
│               │   │       ├── cornertopright.png
│               │   │       ├── left.png
│               │   │       ├── leftbottom.png
│               │   │       ├── lefttop.png
│               │   │       ├── right.png
│               │   │       ├── rightbottom.png
│               │   │       ├── righttop.png
│               │   │       ├── top.png
│               │   │       ├── topleft.png
│               │   │       └── topright.png
│               │   └── dropper.cur
│               ├── Themes
│               │   ├── Basic
│               │   │   ├── Basic.xaml
│               │   │   ├── Behaviors.xaml
│               │   │   ├── Brushes.xaml
│               │   │   ├── Colors
│               │   │   │   ├── Colors.xaml
│               │   │   │   ├── ColorsDark.xaml
│               │   │   │   └── ColorsViolet.xaml
│               │   │   ├── Converters.xaml
│               │   │   ├── Effects.xaml
│               │   │   ├── Fonts.xaml
│               │   │   ├── Geometries.xaml
│               │   │   ├── Paths.xaml
│               │   │   └── Sizes.xaml
│               │   ├── SkinDark.xaml
│               │   ├── SkinDefault.xaml
│               │   ├── SkinViolet.xaml
│               │   ├── Styles
│               │   │   ├── Badge.xaml
│               │   │   ├── Base
│               │   │   │   ├── BadgeBaseStyle.xaml
│               │   │   │   ├── BaseStyle.xaml
│               │   │   │   ├── ButtonBaseBaseStyle.xaml
│               │   │   │   ├── ButtonBaseStyle.xaml
│               │   │   │   ├── ButtonGroupBaseStyle.xaml
│               │   │   │   ├── CardBaseStyle.xaml
│               │   │   │   ├── ChatBubbleBaseStyle.xaml
│               │   │   │   ├── CheckBoxBaseStyle.xaml
│               │   │   │   ├── ColorPickerBaseStyle.xaml
│               │   │   │   ├── ComboBoxBaseStyle.xaml
│               │   │   │   ├── ContextMenuBaseStyle.xaml
│               │   │   │   ├── CoverFlowBaseStyle.xaml
│               │   │   │   ├── CoverViewBaseStyle.xaml
│               │   │   │   ├── DatePickerBaseStyle.xaml
│               │   │   │   ├── DateTimePickerBaseStyle.xaml
│               │   │   │   ├── DialogBaseStyle.xaml
│               │   │   │   ├── DividerBaseStyle.xaml
│               │   │   │   ├── DrawerBaseStyle.xaml
│               │   │   │   ├── ExpanderBaseStyle.xaml
│               │   │   │   ├── FlowDocumentBaseStyle.xaml
│               │   │   │   ├── FrameBaseStyle.xaml
│               │   │   │   ├── GotoTopBaseStyle.xaml
│               │   │   │   ├── GravatarBaseStyle.xaml
│               │   │   │   ├── GroupBoxBaseStyle.xaml
│               │   │   │   ├── LabelBaseStyle.xaml
│               │   │   │   ├── ListBoxBaseStyle.xaml
│               │   │   │   ├── LoadingBaseStyle.xaml
│               │   │   │   ├── LoadingCircleBaseStyle.xaml
│               │   │   │   ├── LoadingLineBaseStyle.xaml
│               │   │   │   ├── MagnifierBaseStyle.xaml
│               │   │   │   ├── MenuBaseStyle.xaml
│               │   │   │   ├── NavigationWindowBaseStyle.xaml
│               │   │   │   ├── NumericUpDownBaseStyle.xaml
│               │   │   │   ├── PasswordBoxBaseStyle.xaml
│               │   │   │   ├── PinBoxBaseStyle.xaml
│               │   │   │   ├── PoptipBaseStyle.xaml
│               │   │   │   ├── ProgressBarBaseStyle.xaml
│               │   │   │   ├── ProgressButtonBaseStyle.xaml
│               │   │   │   ├── RadioButtonBaseStyle.xaml
│               │   │   │   ├── RateBaseStyle.xaml
│               │   │   │   ├── RepeatButtonBaseStyle.xaml
│               │   │   │   ├── RunningBlockBaseStyle.xaml
│               │   │   │   ├── ScrollViewerBaseStyle.xaml
│               │   │   │   ├── SearchBarBaseStyle.xaml
│               │   │   │   ├── SeparatorBaseStyle.xaml
│               │   │   │   ├── ShieldBaseStyle.xaml
│               │   │   │   ├── SideMenuBaseStyle.xaml
│               │   │   │   ├── SliderBaseStyle.xaml
│               │   │   │   ├── SplitButtonBaseStyle.xaml
│               │   │   │   ├── StatusBarBaseStyle.xaml
│               │   │   │   ├── StepBarBaseStyle.xaml
│               │   │   │   ├── TabControlBaseStyle.xaml
│               │   │   │   ├── TagBaseStyle.xaml
│               │   │   │   ├── TextBlockBaseStyle.xaml
│               │   │   │   ├── TextBoxBaseStyle.xaml
│               │   │   │   ├── TimePickerBaseStyle.xaml
│               │   │   │   ├── ToggleBlockBaseStyle.xaml
│               │   │   │   ├── ToggleButtonBaseStyle.xaml
│               │   │   │   ├── ToolBarBaseStyle.xaml
│               │   │   │   ├── ToolTipBaseStyle.xaml
│               │   │   │   ├── TransferBaseStyle.xaml
│               │   │   │   └── TreeViewBaseStyle.xaml
│               │   │   ├── BlendEffectBox.xaml
│               │   │   ├── Border.xaml
│               │   │   ├── Button.xaml
│               │   │   ├── ButtonGroup.xaml
│               │   │   ├── Calendar.xaml
│               │   │   ├── CalendarWithClock.xaml
│               │   │   ├── Card.xaml
│               │   │   ├── Carousel.xaml
│               │   │   ├── ChatBubble.xaml
│               │   │   ├── CheckBox.xaml
│               │   │   ├── Clock.xaml
│               │   │   ├── Col.xaml
│               │   │   ├── ColorPicker.xaml
│               │   │   ├── ComboBox.xaml
│               │   │   ├── ContentControl.xaml
│               │   │   ├── ContextMenu.xaml
│               │   │   ├── CoverFlow.xaml
│               │   │   ├── CoverView.xaml
│               │   │   ├── DataGrid.xaml
│               │   │   ├── DatePicker.xaml
│               │   │   ├── DateTimePicker.xaml
│               │   │   ├── Dialog.xaml
│               │   │   ├── Divider.xaml
│               │   │   ├── Drawer.xaml
│               │   │   ├── Expander.xaml
│               │   │   ├── FlipClock.xaml
│               │   │   ├── FloatingBlock.xaml
│               │   │   ├── FlowDocument.xaml
│               │   │   ├── Frame.xaml
│               │   │   ├── GotoTop.xaml
│               │   │   ├── Gravatar.xaml
│               │   │   ├── GridSplitter.xaml
│               │   │   ├── GroupBox.xaml
│               │   │   ├── Growl.xaml
│               │   │   ├── Image.xaml
│               │   │   ├── ImageViewer.xaml
│               │   │   ├── Label.xaml
│               │   │   ├── ListBox.xaml
│               │   │   ├── ListView.xaml
│               │   │   ├── Loading.xaml
│               │   │   ├── Magnifier.xaml
│               │   │   ├── Menu.xaml
│               │   │   ├── MessageBox.xaml
│               │   │   ├── NavigationWindow.xaml
│               │   │   ├── Notification.xaml
│               │   │   ├── NumericUpDown.xaml
│               │   │   ├── Pagination.xaml
│               │   │   ├── PasswordBox.xaml
│               │   │   ├── PinBox.xaml
│               │   │   ├── Poptip.xaml
│               │   │   ├── PopupWindow.xaml
│               │   │   ├── ProgressBar.xaml
│               │   │   ├── ProgressButton.xaml
│               │   │   ├── RadioButton.xaml
│               │   │   ├── Rate.xaml
│               │   │   ├── Rectangle.xaml
│               │   │   ├── RepeatButton.xaml
│               │   │   ├── RichTextBox.xaml
│               │   │   ├── RunningBlock.xaml
│               │   │   ├── Screenshot.xaml
│               │   │   ├── ScrollViewer.xaml
│               │   │   ├── SearchBar.xaml
│               │   │   ├── Separator.xaml
│               │   │   ├── Shield.xaml
│               │   │   ├── SideMenu.xaml
│               │   │   ├── SimpleItemsControl.xaml
│               │   │   ├── Slider.xaml
│               │   │   ├── SplitButton.xaml
│               │   │   ├── Sprite.xaml
│               │   │   ├── StatusBar.xaml
│               │   │   ├── StepBar.xaml
│               │   │   ├── Style.xaml
│               │   │   ├── TabControl.xaml
│               │   │   ├── Tag.xaml
│               │   │   ├── TextBlock.xaml
│               │   │   ├── TextBox.xaml
│               │   │   ├── TimeBar.xaml
│               │   │   ├── TimePicker.xaml
│               │   │   ├── ToggleBlock.xaml
│               │   │   ├── ToggleButton.xaml
│               │   │   ├── ToolBar.xaml
│               │   │   ├── ToolTip.xaml
│               │   │   ├── Transfer.xaml
│               │   │   ├── TransitioningContentControl.xaml
│               │   │   ├── TreeView.xaml
│               │   │   └── Window.xaml
│               │   ├── Theme.cs
│               │   └── Theme.xaml
│               └── Tools
│                   ├── Converter
│                   │   ├── Boolean2BooleanReConverter.cs
│                   │   ├── Boolean2StrConverter.cs
│                   │   ├── Boolean2VisibilityReConverter.cs
│                   │   ├── BooleanArr2VisibilityConverter.cs
│                   │   ├── BorderCircularClipConverter.cs
│                   │   ├── BorderCircularConverter.cs
│                   │   ├── BorderClipConverter.cs
│                   │   ├── ColLayoutConverter.cs
│                   │   ├── Color2ChannelAConverter.cs
│                   │   ├── Color2HexStrConverter.cs
│                   │   ├── CornerRadiusSplitConverter.cs
│                   │   ├── Double2GridLengthConverter.cs
│                   │   ├── DoubleMinConverter.cs
│                   │   ├── Int2StrConverter.cs
│                   │   ├── Long2FileSizeConverter.cs
│                   │   ├── Number2PercentageConverter.cs
│                   │   ├── Object2BooleanConverter.cs
│                   │   ├── Object2VisibilityConverter.cs
│                   │   ├── RectangleCircularConverter.cs
│                   │   ├── String2VisibilityConverter.cs
│                   │   ├── String2VisibilityReConverter.cs
│                   │   ├── ThicknessSplitConverter.cs
│                   │   └── TreeViewItemMarginConverter.cs
│                   ├── Extension
│                   │   ├── ColLayout.cs
│                   │   ├── ColorExtension.cs
│                   │   ├── DependencyObjectExtension.cs
│                   │   ├── DialogExtension.cs
│                   │   ├── EnumerableExtension.cs
│                   │   ├── FrameworkElementExtension.cs
│                   │   ├── GeometryExtension.cs
│                   │   ├── LangExtension.cs
│                   │   ├── StringExtension.cs
│                   │   ├── UIElementExtension.cs
│                   │   └── ValueExtension.cs
│                   ├── Generator
│                   │   ├── GithubGravatarGenerator.cs
│                   │   └── HatchBrushGenerator.cs
│                   ├── GifImageAnimator.cs
│                   ├── GlobalShortcut.cs
│                   ├── Helper
│                   │   ├── AnimationHelper.cs
│                   │   ├── ArithmeticHelper.cs
│                   │   ├── ColorHelper.cs
│                   │   ├── ConfigHelper.cs
│                   │   ├── DesignerHelper.cs
│                   │   ├── DpiHelper.cs
│                   │   ├── IconHelper.cs
│                   │   ├── ResourceHelper.cs
│                   │   ├── ScreenHelper.cs
│                   │   ├── SecurityHelper.cs
│                   │   ├── SingleOpenHelper.cs
│                   │   ├── TokenizerHelper.cs
│                   │   ├── ValidateHelper.cs
│                   │   ├── VisualHelper.cs
│                   │   └── WindowHelper.cs
│                   ├── Hook
│                   │   ├── ClipboardHook.cs
│                   │   ├── KeyboardHook.cs
│                   │   ├── MouseHook.cs
│                   │   └── SystemMenuHook.cs
│                   ├── Interop
│                   │   ├── Handle
│                   │   │   ├── BitmapHandle.cs
│                   │   │   ├── CommonHandles.cs
│                   │   │   ├── HandleCollector.cs
│                   │   │   ├── IconHandle.cs
│                   │   │   ├── SafeFileMappingHandle.cs
│                   │   │   └── WpfSafeHandle.cs
│                   │   ├── InteropMethods.cs
│                   │   └── InteropValues.cs
│                   ├── Pool
│                   │   ├── IPool!1.cs
│                   │   ├── SimplePool!1.cs
│                   │   └── SynchronizedPool!1.cs
│                   ├── Queue
│                   │   └── Deque!1.cs
│                   ├── RegularJudgment.cs
│                   ├── RegularPatterns.cs
│                   └── StyleSelector
│                       ├── ButtonGroupItemStyleSelector.cs
│                       └── TabItemCapsuleStyleSelector.cs
└── 好例子网_HandyControl-master.rar

413 directories, 1670 files



实例下载地址

HandyControl 一款开源WPF控件神器

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警