在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → WPF深入浅出书上全部实例源码,非常详细.rar

WPF深入浅出书上全部实例源码,非常详细.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:29.34M
  • 下载次数:13
  • 浏览次数:68
  • 发布时间:2021-11-27
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
WPF深入浅出,全书,全手工,敲代码,只为制作更全更清楚,学习蓝本。
【实例截图】
【核心代码】
4744302542898929257.rar
└── 深入浅出WPF_Example
├── BindingADO.NET
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── BindingADO.NET.exe
│   │   ├── BindingADO.NET.pdb
│   │   ├── BindingADO.NET.vshost.exe
│   │   └── BindingADO.NET.vshost.exe.manifest
│   ├── BindingADO.NET.csproj
│   ├── BindingListView.xaml
│   ├── BindingListView.xaml.cs
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── BindingADO.NET.csproj.FileListAbsolute.txt
│   │   ├── BindingADO.NET.csproj.GenerateResource.Cache
│   │   ├── BindingADO.NET.exe
│   │   ├── BindingADO.NET.g.resources
│   │   ├── BindingADO.NET_MarkupCompile.cache
│   │   ├── BindingADO.NET_MarkupCompile.i.cache
│   │   ├── BindingADO.NET.pdb
│   │   ├── BindingADO.NET.Properties.Resources.resources
│   │   ├── BindingListView.baml
│   │   ├── BindingListView.g.cs
│   │   ├── BindingListView.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   └── TempPE
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── BindingDataContext
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── BindingDataContext.exe
│   │   └── BindingDataContext.pdb
│   ├── BindingDataContext.csproj
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── BindingDataContext.csproj.FileListAbsolute.txt
│   │   ├── BindingDataContext.csproj.GenerateResource.Cache
│   │   ├── BindingDataContext.csprojResolveAssemblyReference.cache
│   │   ├── BindingDataContext.exe
│   │   ├── BindingDataContext.g.resources
│   │   ├── BindingDataContext_MarkupCompile.cache
│   │   ├── BindingDataContext_MarkupCompile.i.cache
│   │   ├── BindingDataContext_MarkupCompile.lref
│   │   ├── BindingDataContext.pdb
│   │   ├── BindingDataContext.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   └── TempPE
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── Student.cs
├── BindingItemsSource
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── BindingItemsSource.exe
│   │   ├── BindingItemsSource.pdb
│   │   ├── BindingItemsSource.vshost.exe
│   │   └── BindingItemsSource.vshost.exe.manifest
│   ├── BindingItemsSource.csproj
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── BindingItemsSource.csproj.FileListAbsolute.txt
│   │   ├── BindingItemsSource.csproj.GenerateResource.Cache
│   │   ├── BindingItemsSource.exe
│   │   ├── BindingItemsSource.g.resources
│   │   ├── BindingItemsSource_MarkupCompile.cache
│   │   ├── BindingItemsSource_MarkupCompile.i.cache
│   │   ├── BindingItemsSource.pdb
│   │   ├── BindingItemsSource.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   └── TempPE
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── BindingLinq
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── BindingLinq.exe
│   │   ├── BindingLinq.pdb
│   │   ├── BindingLinq.vshost.exe
│   │   └── BindingLinq.vshost.exe.manifest
│   ├── BindingLinq.csproj
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── BindingLinq.csproj.FileListAbsolute.txt
│   │   ├── BindingLinq.csproj.GenerateResource.Cache
│   │   ├── BindingLinq.exe
│   │   ├── BindingLinq.g.resources
│   │   ├── BindingLinq_MarkupCompile.cache
│   │   ├── BindingLinq_MarkupCompile.i.cache
│   │   ├── BindingLinq.pdb
│   │   ├── BindingLinq.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   └── TempPE
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── BindingObjectDataProvider
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── BindingObjectDataProvider.exe
│   │   ├── BindingObjectDataProvider.pdb
│   │   ├── BindingObjectDataProvider.vshost.exe
│   │   └── BindingObjectDataProvider.vshost.exe.manifest
│   ├── BindingObjectDataProvider.csproj
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── BindingObjectDataProvider.csproj.FileListAbsolute.txt
│   │   ├── BindingObjectDataProvider.csproj.GenerateResource.Cache
│   │   ├── BindingObjectDataProvider.exe
│   │   ├── BindingObjectDataProvider.g.resources
│   │   ├── BindingObjectDataProvider_MarkupCompile.cache
│   │   ├── BindingObjectDataProvider_MarkupCompile.i.cache
│   │   ├── BindingObjectDataProvider.pdb
│   │   ├── BindingObjectDataProvider.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   └── TempPE
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── BindingPathSourceNull
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── BindingPathSourceNull.exe
│   │   ├── BindingPathSourceNull.pdb
│   │   ├── BindingPathSourceNull.vshost.exe
│   │   └── BindingPathSourceNull.vshost.exe.manifest
│   ├── BindingPathSourceNull.csproj
│   ├── Example2.xaml
│   ├── Example2.xaml.cs
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── BindingPathSourceNull.csproj.FileListAbsolute.txt
│   │   ├── BindingPathSourceNull.csproj.GenerateResource.Cache
│   │   ├── BindingPathSourceNull.csprojResolveAssemblyReference.cache
│   │   ├── BindingPathSourceNull.exe
│   │   ├── BindingPathSourceNull.g.resources
│   │   ├── BindingPathSourceNull_MarkupCompile.cache
│   │   ├── BindingPathSourceNull_MarkupCompile.i.cache
│   │   ├── BindingPathSourceNull.pdb
│   │   ├── BindingPathSourceNull.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Example2.baml
│   │   ├── Example2.g.cs
│   │   ├── Example2.g.i.cs
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   └── TempPE
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── BindingRelativeSource
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── BindingRelativeSource.exe
│   │   ├── BindingRelativeSource.pdb
│   │   ├── BindingRelativeSource.vshost.exe
│   │   └── BindingRelativeSource.vshost.exe.manifest
│   ├── BindingRelativeSource.csproj
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── BindingRelativeSource.csproj.FileListAbsolute.txt
│   │   ├── BindingRelativeSource.csproj.GenerateResource.Cache
│   │   ├── BindingRelativeSource.exe
│   │   ├── BindingRelativeSource.g.resources
│   │   ├── BindingRelativeSource_MarkupCompile.cache
│   │   ├── BindingRelativeSource_MarkupCompile.i.cache
│   │   ├── BindingRelativeSource.pdb
│   │   ├── BindingRelativeSource.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   └── TempPE
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── BindingValidationConverter
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── BindingValidationConverter.exe
│   │   ├── BindingValidationConverter.pdb
│   │   ├── BindingValidationConverter.vshost.exe
│   │   └── BindingValidationConverter.vshost.exe.manifest
│   ├── BindingConverter.xaml
│   ├── BindingConverter.xaml.cs
│   ├── BindingValidationConverter.csproj
│   ├── Icon
│   │   ├── Bomber.png
│   │   └── Fighter.png
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── BindingConverter.baml
│   │   ├── BindingConverter.g.cs
│   │   ├── BindingConverter.g.i.cs
│   │   ├── BindingValidationConverter_Content.g.i.cs
│   │   ├── BindingValidationConverter.csproj.FileListAbsolute.txt
│   │   ├── BindingValidationConverter.csproj.GenerateResource.Cache
│   │   ├── BindingValidationConverter.exe
│   │   ├── BindingValidationConverter.g.resources
│   │   ├── BindingValidationConverter_MarkupCompile.cache
│   │   ├── BindingValidationConverter_MarkupCompile.i.cache
│   │   ├── BindingValidationConverter_MarkupCompile.lref
│   │   ├── BindingValidationConverter.pdb
│   │   ├── BindingValidationConverter.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   └── TempPE
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── BindingXML
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BindingXML.exe
│   │   │   ├── BindingXML.pdb
│   │   │   ├── BindingXML.vshost.exe
│   │   │   └── BindingXML.vshost.exe.manifest
│   │   └── Release
│   ├── BindingXML.csproj
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── BindingXML_Content.g.i.cs
│   │   ├── BindingXML.csproj.FileListAbsolute.txt
│   │   ├── BindingXML.csproj.GenerateResource.Cache
│   │   ├── BindingXML.exe
│   │   ├── BindingXML.g.resources
│   │   ├── BindingXML_MarkupCompile.cache
│   │   ├── BindingXML_MarkupCompile.i.cache
│   │   ├── BindingXML.pdb
│   │   ├── BindingXML.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── TempPE
│   │   ├── Window1.g.i.cs
│   │   ├── XMLSource.baml
│   │   ├── XMLSource.g.cs
│   │   └── XMLSource.g.i.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── RowData.xml
│   ├── XMLSource.xaml
│   └── XMLSource.xaml.cs
├── Binding例子
│   ├── Address.cs
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Binding例子.exe
│   │   │   ├── Binding例子.pdb
│   │   │   ├── Binding例子.vshost.exe
│   │   │   └── Binding例子.vshost.exe.manifest
│   │   └── Release
│   ├── Binding例子.csproj
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── Binding例子.csproj.FileListAbsolute.txt
│   │   ├── Binding例子.csproj.GenerateResource.Cache
│   │   ├── Binding例子.csprojResolveAssemblyReference.cache
│   │   ├── Binding例子.exe
│   │   ├── Binding例子.g.resources
│   │   ├── Binding例子_MarkupCompile.cache
│   │   ├── Binding例子_MarkupCompile.i.cache
│   │   ├── Binding例子.pdb
│   │   ├── Binding例子.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── Student.cs
├── CommandPrameterExample
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── CommandPrameterExample.exe
│   │   ├── CommandPrameterExample.pdb
│   │   ├── CommandPrameterExample.vshost.exe
│   │   └── CommandPrameterExample.vshost.exe.manifest
│   ├── CommandPrameterExample.csproj
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── CommandPrameterExample.csproj.FileListAbsolute.txt
│   │   ├── CommandPrameterExample.csproj.GenerateResource.Cache
│   │   ├── CommandPrameterExample.exe
│   │   ├── CommandPrameterExample.g.resources
│   │   ├── CommandPrameterExample_MarkupCompile.cache
│   │   ├── CommandPrameterExample_MarkupCompile.i.cache
│   │   ├── CommandPrameterExample.pdb
│   │   ├── CommandPrameterExample.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   └── TempPE
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── DataTempleteExample
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── DataTempleteExample.exe
│   │   │   ├── DataTempleteExample.pdb
│   │   │   └── DataTempleteExample.vshost.exe
│   │   └── Release
│   ├── CarDetailView.xaml
│   ├── CarDetailView.xaml.cs
│   ├── CarListItemView.xaml
│   ├── CarListItemView.xaml.cs
│   ├── DataTempleteExample-事件驱动.csproj
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── CarDetailView.baml
│   │   ├── CarDetailView.g.cs
│   │   ├── CarDetailView.g.i.cs
│   │   ├── CarListItemView.baml
│   │   ├── CarListItemView.g.cs
│   │   ├── CarListItemView.g.i.cs
│   │   ├── DataTempleteExample_Content.g.i.cs
│   │   ├── DataTempleteExample.csproj.FileListAbsolute.txt
│   │   ├── DataTempleteExample.csproj.GenerateResource.Cache
│   │   ├── DataTempleteExample.csprojResolveAssemblyReference.cache
│   │   ├── DataTempleteExample.exe
│   │   ├── DataTempleteExample.g.resources
│   │   ├── DataTempleteExample_MarkupCompile.cache
│   │   ├── DataTempleteExample_MarkupCompile.i.cache
│   │   ├── DataTempleteExample_MarkupCompile.lref
│   │   ├── DataTempleteExample.pdb
│   │   ├── DataTempleteExample.Properties.Resources.resources
│   │   ├── DataTempleteExample-事件驱动.csproj.FileListAbsolute.txt
│   │   ├── DataTempleteExample-事件驱动.csproj.GenerateResource.Cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   └── TempPE
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── Resource
│   ├── Images
│   │   ├── 大切.jpg
│   │   ├── 奔驰.jpg
│   │   ├── 奥迪.jpg
│   │   ├── 宾利.jpg
│   │   └── 雷克萨斯.jpg
│   └── logo
│   └── logo.png
├── DataTempleteExample-数据驱动
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── DataTempleteExample-数据驱动.exe
│   │   │   ├── DataTempleteExample-数据驱动.pdb
│   │   │   └── DataTempleteExample-数据驱动.vshost.exe
│   │   └── Release
│   ├── DataTempleteExample-数据驱动.csproj
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── CarDetailView.g.i.cs
│   │   ├── CarListItemView.g.i.cs
│   │   ├── DataTempleteExample-数据驱动_Content.g.i.cs
│   │   ├── DataTempleteExample-数据驱动.csproj.FileListAbsolute.txt
│   │   ├── DataTempleteExample-数据驱动.csproj.GenerateResource.Cache
│   │   ├── DataTempleteExample-数据驱动.exe
│   │   ├── DataTempleteExample-数据驱动.g.resources
│   │   ├── DataTempleteExample-数据驱动_MarkupCompile.cache
│   │   ├── DataTempleteExample-数据驱动_MarkupCompile.i.cache
│   │   ├── DataTempleteExample-数据驱动_MarkupCompile.lref
│   │   ├── DataTempleteExample-数据驱动.pdb
│   │   ├── DataTempleteExample_数据驱动.Properties.Resources.resources
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   └── TempPE
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── Resource
│   ├── Images
│   │   ├── 大切.jpg
│   │   ├── 奔驰.jpg
│   │   ├── 奥迪.jpg
│   │   ├── 宾利.jpg
│   │   └── 雷克萨斯.jpg
│   └── logo
│   └── logo.png
├── Extended WPF Toolkit
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── de
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── es
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── Extended WPF Toolkit.exe
│   │   │   ├── Extended WPF Toolkit.pdb
│   │   │   ├── fr
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── hu
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── it
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── mindscape.wpfelements.dll
│   │   │   ├── mindscape.wpfelements.xml
│   │   │   ├── pt-BR
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── ro
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── ru
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── sv
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── Xceed.Wpf.AvalonDock.dll
│   │   │   ├── Xceed.Wpf.AvalonDock.Themes.Aero.dll
│   │   │   ├── Xceed.Wpf.AvalonDock.Themes.Metro.dll
│   │   │   ├── Xceed.Wpf.AvalonDock.Themes.VS2010.dll
│   │   │   ├── Xceed.Wpf.DataGrid.dll
│   │   │   ├── Xceed.Wpf.Toolkit.dll
│   │   │   └── zh-Hans
│   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   └── Release
│   ├── ExpressionBlueTheme.cs
│   ├── Extended WPF Toolkit.csproj
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Extended WPF Toolkit.csproj.FileListAbsolute.txt
│   │   ├── Extended WPF Toolkit.csproj.GenerateResource.Cache
│   │   ├── Extended WPF Toolkit.csprojResolveAssemblyReference.cache
│   │   ├── Extended WPF Toolkit.exe
│   │   ├── extended wpf toolkit.exe.licenses
│   │   ├── Extended WPF Toolkit.g.resources
│   │   ├── Extended WPF Toolkit_MarkupCompile.cache
│   │   ├── Extended WPF Toolkit_MarkupCompile.i.cache
│   │   ├── Extended WPF Toolkit.pdb
│   │   ├── Extended_WPF_Toolkit.Properties.Resources.resources
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   └── TempPE
│   ├── packages.config
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Licenses.licx
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── ItemsControlPanelTemplate
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── ItemsControlPanelTemplate.exe
│   │   ├── ItemsControlPanelTemplate.pdb
│   │   ├── ItemsControlPanelTemplate.vshost.exe
│   │   └── ItemsControlPanelTemplate.vshost.exe.manifest
│   ├── Data.xml
│   ├── ItemsControlPanelTemplate.csproj
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── ItemsControlPanelTemplate_Content.g.i.cs
│   │   ├── ItemsControlPanelTemplate.csproj.FileListAbsolute.txt
│   │   ├── ItemsControlPanelTemplate.csproj.GenerateResource.Cache
│   │   ├── ItemsControlPanelTemplate.csprojResolveAssemblyReference.cache
│   │   ├── ItemsControlPanelTemplate.exe
│   │   ├── ItemsControlPanelTemplate.g.resources
│   │   ├── ItemsControlPanelTemplate_MarkupCompile.cache
│   │   ├── ItemsControlPanelTemplate_MarkupCompile.i.cache
│   │   ├── ItemsControlPanelTemplate.pdb
│   │   ├── ItemsControlPanelTemplate.Properties.Resources.resources
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   └── TempPE
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── MultiBindingExample
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── MultiBindingExample.exe
│   │   ├── MultiBindingExample.pdb
│   │   ├── MultiBindingExample.vshost.exe
│   │   └── MultiBindingExample.vshost.exe.manifest
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── MultiBindingExample.csproj
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── MultiBindingExample.csproj.FileListAbsolute.txt
│   │   ├── MultiBindingExample.csproj.GenerateResource.Cache
│   │   ├── MultiBindingExample.exe
│   │   ├── MultiBindingExample.g.resources
│   │   ├── MultiBindingExample_MarkupCompile.cache
│   │   ├── MultiBindingExample_MarkupCompile.i.cache
│   │   ├── MultiBindingExample.pdb
│   │   ├── MultiBindingExample.Properties.Resources.resources
│   │   └── TempPE
│   └── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── packages
│   ├── Extended.Wpf.Toolkit.2.5
│   │   ├── Extended.Wpf.Toolkit.2.5.nupkg
│   │   ├── lib
│   │   │   ├── net35
│   │   │   │   ├── WPFToolkit.dll
│   │   │   │   └── Xceed.Wpf.Toolkit.dll
│   │   │   └── net40
│   │   │   ├── de
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── es
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── fr
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── hu
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── it
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── pt-BR
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── ro
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── ru
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── sv
│   │   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   │   ├── Xceed.Wpf.AvalonDock.dll
│   │   │   ├── Xceed.Wpf.AvalonDock.Themes.Aero.dll
│   │   │   ├── Xceed.Wpf.AvalonDock.Themes.Metro.dll
│   │   │   ├── Xceed.Wpf.AvalonDock.Themes.VS2010.dll
│   │   │   ├── Xceed.Wpf.DataGrid.dll
│   │   │   ├── Xceed.Wpf.Toolkit.dll
│   │   │   └── zh-Hans
│   │   │   └── Xceed.Wpf.AvalonDock.resources.dll
│   │   └── tools
│   │   └── install.ps1
│   └── repositories.config
├── ResourceExample
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── mindscape.wpfelements.dll
│   │   │   ├── mindscape.wpfelements.xml
│   │   │   ├── ResourceExample.exe
│   │   │   ├── ResourceExample.pdb
│   │   │   ├── ResourceExample.vshost.exe
│   │   │   └── ResourceExample.vshost.exe.manifest
│   │   └── Release
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── ResourceExample.csproj.FileListAbsolute.txt
│   │   ├── ResourceExample.csproj.GenerateResource.Cache
│   │   ├── ResourceExample.csprojResolveAssemblyReference.cache
│   │   ├── ResourceExample.exe
│   │   ├── resourceexample.exe.licenses
│   │   ├── ResourceExample.g.resources
│   │   ├── ResourceExample_MarkupCompile.cache
│   │   ├── ResourceExample_MarkupCompile.i.cache
│   │   ├── ResourceExample.pdb
│   │   ├── ResourceExample.Properties.Resources.resources
│   │   └── TempPE
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Licenses.licx
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── ResourceExample.csproj
├── StaticResourceDynamicResource
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── StaticResourceDynamicResource.exe
│   │   ├── StaticResourceDynamicResource.pdb
│   │   ├── StaticResourceDynamicResource.vshost.exe
│   │   └── StaticResourceDynamicResource.vshost.exe.manifest
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── StaticResourceDynamicResource.csproj.FileListAbsolute.txt
│   │   ├── StaticResourceDynamicResource.csproj.GenerateResource.Cache
│   │   ├── StaticResourceDynamicResource.exe
│   │   ├── StaticResourceDynamicResource.g.resources
│   │   ├── StaticResourceDynamicResource_MarkupCompile.cache
│   │   ├── StaticResourceDynamicResource_MarkupCompile.i.cache
│   │   ├── StaticResourceDynamicResource.pdb
│   │   ├── StaticResourceDynamicResource.Properties.Resources.resources
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── StaticResourceDynamicResource.csproj
├── StyleDataTrigger
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── StyleDataTrigger.exe
│   │   ├── StyleDataTrigger.pdb
│   │   ├── StyleDataTrigger.vshost.exe
│   │   └── StyleDataTrigger.vshost.exe.manifest
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── StyleDataTrigger.csproj.FileListAbsolute.txt
│   │   ├── StyleDataTrigger.csproj.GenerateResource.Cache
│   │   ├── StyleDataTrigger.csprojResolveAssemblyReference.cache
│   │   ├── StyleDataTrigger.exe
│   │   ├── StyleDataTrigger.g.resources
│   │   ├── StyleDataTrigger_MarkupCompile.cache
│   │   ├── StyleDataTrigger_MarkupCompile.i.cache
│   │   ├── StyleDataTrigger_MarkupCompile.lref
│   │   ├── StyleDataTrigger.pdb
│   │   ├── StyleDataTrigger.Properties.Resources.resources
│   │   └── TempPE
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── StyleDataTrigger.csproj
├── StyleEventTrigger
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── StyleEventTrigger.exe
│   │   ├── StyleEventTrigger.pdb
│   │   ├── StyleEventTrigger.vshost.exe
│   │   └── StyleEventTrigger.vshost.exe.manifest
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── StyleEventTrigger.csproj.FileListAbsolute.txt
│   │   ├── StyleEventTrigger.csproj.GenerateResource.Cache
│   │   ├── StyleEventTrigger.csprojResolveAssemblyReference.cache
│   │   ├── StyleEventTrigger.exe
│   │   ├── StyleEventTrigger.g.resources
│   │   ├── StyleEventTrigger_MarkupCompile.cache
│   │   ├── StyleEventTrigger_MarkupCompile.i.cache
│   │   ├── StyleEventTrigger.pdb
│   │   ├── StyleEventTrigger.Properties.Resources.resources
│   │   └── TempPE
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── StyleEventTrigger.csproj
├── StyleMultiDataTrigger
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── StyleMultiDataTrigger.exe
│   │   ├── StyleMultiDataTrigger.pdb
│   │   ├── StyleMultiDataTrigger.vshost.exe
│   │   └── StyleMultiDataTrigger.vshost.exe.manifest
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── StyleMultiDataTrigger.csproj.FileListAbsolute.txt
│   │   ├── StyleMultiDataTrigger.csproj.GenerateResource.Cache
│   │   ├── StyleMultiDataTrigger.csprojResolveAssemblyReference.cache
│   │   ├── StyleMultiDataTrigger.exe
│   │   ├── StyleMultiDataTrigger.g.resources
│   │   ├── StyleMultiDataTrigger_MarkupCompile.cache
│   │   ├── StyleMultiDataTrigger_MarkupCompile.i.cache
│   │   ├── StyleMultiDataTrigger.pdb
│   │   ├── StyleMultiDataTrigger.Properties.Resources.resources
│   │   └── TempPE
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── StyleMultiDataTrigger.csproj
├── StyleTrigger
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── StyleTrigger.exe
│   │   ├── StyleTrigger.pdb
│   │   ├── StyleTrigger.vshost.exe
│   │   └── StyleTrigger.vshost.exe.manifest
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── StyleTrigger.csproj.FileListAbsolute.txt
│   │   ├── StyleTrigger.csproj.GenerateResource.Cache
│   │   ├── StyleTrigger.csprojResolveAssemblyReference.cache
│   │   ├── StyleTrigger.exe
│   │   ├── StyleTrigger.g.resources
│   │   ├── StyleTrigger_MarkupCompile.cache
│   │   ├── StyleTrigger_MarkupCompile.i.cache
│   │   ├── StyleTrigger.pdb
│   │   ├── StyleTrigger.Properties.Resources.resources
│   │   └── TempPE
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── StyleTrigger.csproj
├── WpfControlTemplateExample
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── WpfControlTemplateExample.exe
│   │   └── WpfControlTemplateExample.pdb
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.baml
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── TempPE
│   │   ├── WpfControlTemplateExample.csproj.FileListAbsolute.txt
│   │   ├── WpfControlTemplateExample.csproj.GenerateResource.Cache
│   │   ├── WpfControlTemplateExample.csprojResolveAssemblyReference.cache
│   │   ├── WpfControlTemplateExample.exe
│   │   ├── WpfControlTemplateExample.g.resources
│   │   ├── WpfControlTemplateExample_MarkupCompile.cache
│   │   ├── WpfControlTemplateExample_MarkupCompile.i.cache
│   │   ├── WpfControlTemplateExample.pdb
│   │   └── WpfControlTemplateExample.Properties.Resources.resources
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── WpfControlTemplateExample.csproj
├── WPF绘图
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.g.i.cs
│   │   ├── TempPE
│   │   └── WPF绘图_MarkupCompile.i.cache
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Window1.xaml
│   ├── Window1.xaml.cs
│   ├── Window2.xaml
│   ├── Window2.xaml.cs
│   └── WPF绘图.csproj
├── 二进制资源
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── 二进制资源.exe
│   │   ├── 二进制资源.pdb
│   │   ├── 二进制资源.vshost.exe
│   │   └── 二进制资源.vshost.exe.manifest
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── 二进制资源_Content.g.i.cs
│   │   ├── 二进制资源.csproj.FileListAbsolute.txt
│   │   ├── 二进制资源.csproj.GenerateResource.Cache
│   │   ├── 二进制资源.exe
│   │   ├── 二进制资源.g.resources
│   │   ├── 二进制资源_MarkupCompile.cache
│   │   ├── 二进制资源_MarkupCompile.i.cache
│   │   ├── 二进制资源_MarkupCompile.lref
│   │   ├── 二进制资源.pdb
│   │   └── 二进制资源.Properties.Resources.resources
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Resources
│   │   ├── Auto
│   │   ├── Icons
│   │   ├── Images
│   │   │   └── IMG_0003.JPG
│   │   └── Video
│   │   └── 你是我的眼.mp3
│   └── 二进制资源.csproj
├── 场景
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── 场景.exe
│   │   ├── 场景.pdb
│   │   ├── 场景.vshost.exe
│   │   └── 场景.vshost.exe.manifest
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── TempPE
│   │   ├── 场景.csproj.FileListAbsolute.txt
│   │   ├── 场景.csproj.GenerateResource.Cache
│   │   ├── 场景.csprojResolveAssemblyReference.cache
│   │   ├── 场景.exe
│   │   ├── 场景.g.resources
│   │   ├── 场景_MarkupCompile.cache
│   │   ├── 场景_MarkupCompile.i.cache
│   │   ├── 场景.pdb
│   │   └── 场景.Properties.Resources.resources
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── 场景.csproj
├── 寻找失落的控件
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── 寻找失落的控件.exe
│   │   ├── 寻找失落的控件.pdb
│   │   ├── 寻找失落的控件.vshost.exe
│   │   └── 寻找失落的控件.vshost.exe.manifest
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── TempPE
│   │   ├── 寻找失落的控件.csproj.FileListAbsolute.txt
│   │   ├── 寻找失落的控件.csproj.GenerateResource.Cache
│   │   ├── 寻找失落的控件.exe
│   │   ├── 寻找失落的控件.g.resources
│   │   ├── 寻找失落的控件_MarkupCompile.cache
│   │   ├── 寻找失落的控件_MarkupCompile.i.cache
│   │   ├── 寻找失落的控件.pdb
│   │   └── 寻找失落的控件.Properties.Resources.resources
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── 寻找失落的控件.csproj
├── 寻找失落的控件-DataTemplate
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── 寻找失落的控件-DataTemplate.exe
│   │   │   ├── 寻找失落的控件-DataTemplate.pdb
│   │   │   ├── 寻找失落的控件-DataTemplate.vshost.exe
│   │   │   └── 寻找失落的控件-DataTemplate.vshost.exe.manifest
│   │   └── Release
│   ├── GridViewColumnExample.xaml
│   ├── GridViewColumnExample.xaml.cs
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── GridViewColumnExample.baml
│   │   ├── GridViewColumnExample.g.cs
│   │   ├── GridViewColumnExample.g.i.cs
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── TempPE
│   │   ├── 寻找失落的控件-DataTemplate.csproj.FileListAbsolute.txt
│   │   ├── 寻找失落的控件-DataTemplate.csproj.GenerateResource.Cache
│   │   ├── 寻找失落的控件-DataTemplate.csprojResolveAssemblyReference.cache
│   │   ├── 寻找失落的控件-DataTemplate.exe
│   │   ├── 寻找失落的控件-DataTemplate.g.resources
│   │   ├── 寻找失落的控件-DataTemplate_MarkupCompile.cache
│   │   ├── 寻找失落的控件-DataTemplate_MarkupCompile.i.cache
│   │   ├── 寻找失落的控件-DataTemplate_MarkupCompile.lref
│   │   ├── 寻找失落的控件-DataTemplate.pdb
│   │   └── 寻找失落的控件_DataTemplate.Properties.Resources.resources
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── 寻找失落的控件-DataTemplate.csproj
├── 小试命令
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── 小试命令.exe
│   │   ├── 小试命令.pdb
│   │   ├── 小试命令.vshost.exe
│   │   └── 小试命令.vshost.exe.manifest
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── TempPE
│   │   ├── 小试命令.csproj.FileListAbsolute.txt
│   │   ├── 小试命令.csproj.GenerateResource.Cache
│   │   ├── 小试命令.exe
│   │   ├── 小试命令.g.resources
│   │   ├── 小试命令_MarkupCompile.cache
│   │   ├── 小试命令_MarkupCompile.i.cache
│   │   ├── 小试命令.pdb
│   │   └── 小试命令.Properties.Resources.resources
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── 小试命令.csproj
├── 深入浅出WPF_Example
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── 深入浅出WPF_Example.exe
│   │   │   ├── 深入浅出WPF_Example.pdb
│   │   │   ├── 深入浅出WPF_Example.vshost.exe
│   │   │   └── 深入浅出WPF_Example.vshost.exe.manifest
│   │   └── Release
│   ├── DockPanel.xaml
│   ├── DockPanel.xaml.cs
│   ├── Human.cs
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── DockPanel.baml
│   │   ├── DockPanel.g.cs
│   │   ├── DockPanel.g.i.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── Grid.g.i.cs
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── StackPanel.baml
│   │   ├── StackPanel.g.cs
│   │   ├── StackPanel.g.i.cs
│   │   ├── TempPE
│   │   ├── 深入浅出WPF_Example.csproj.FileListAbsolute.txt
│   │   ├── 深入浅出WPF_Example.csproj.GenerateResource.Cache
│   │   ├── 深入浅出WPF_Example.csprojResolveAssemblyReference.cache
│   │   ├── 深入浅出WPF_Example.exe
│   │   ├── 深入浅出WPF_Example.g.resources
│   │   ├── 深入浅出WPF_Example_MarkupCompile.cache
│   │   ├── 深入浅出WPF_Example_MarkupCompile.i.cache
│   │   ├── 深入浅出WPF_Example_MarkupCompile.lref
│   │   ├── 深入浅出WPF_Example.pdb
│   │   ├── 深入浅出WPF_Example.Properties.Resources.resources
│   │   ├── 留言板.baml
│   │   ├── 留言板.g.cs
│   │   ├── 留言板.g.i.cs
│   │   ├── 登录.baml
│   │   ├── 登录.g.cs
│   │   └── 登录.g.i.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── StackPanel.xaml
│   ├── StackPanel.xaml.cs
│   ├── StringToHumanTypeConverter.cs
│   ├── 深入浅出WPF_Example.csproj
│   ├── 留言板.xaml
│   ├── 留言板.xaml.cs
│   ├── 登录.xaml
│   └── 登录.xaml.cs
├── 深入浅出WPF_Example.sln
├── 深入浅出WPF_Example.suo
├── 深入浅出WPF_Example.v11.suo
└── 清除
├── App.xaml
├── App.xaml.cs
├── bin
│   └── Debug
│   ├── 清除.exe
│   ├── 清除.pdb
│   ├── 清除.vshost.exe
│   └── 清除.vshost.exe.manifest
├── MainWindow.xaml
├── MainWindow.xaml.cs
├── MiniView.xaml
├── MiniView.xaml.cs
├── obj
│   └── Debug
│   ├── App.g.cs
│   ├── App.g.i.cs
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── GeneratedInternalTypeHelper.g.cs
│   ├── GeneratedInternalTypeHelper.g.i.cs
│   ├── MainWindow.baml
│   ├── MainWindow.g.cs
│   ├── MainWindow.g.i.cs
│   ├── MiniView.baml
│   ├── MiniView.g.cs
│   ├── MiniView.g.i.cs
│   ├── TempPE
│   ├── 清除.csproj.FileListAbsolute.txt
│   ├── 清除.csproj.GenerateResource.Cache
│   ├── 清除.exe
│   ├── 清除.g.resources
│   ├── 清除_MarkupCompile.cache
│   ├── 清除_MarkupCompile.i.cache
│   ├── 清除_MarkupCompile.lref
│   ├── 清除.pdb
│   └── 清除.Properties.Resources.resources
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
└── 清除.csproj

264 directories, 1043 files

标签:

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警