在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → WPFSamples.zip

WPFSamples.zip

一般编程问题

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

实例介绍

【实例简介】
WPF学习时使用的dome,里面包括大量常用控件的使用,动画的应用,图片视频等应用,方便新手入门使用
【实例截图】
【核心代码】
d404fef42e9a9595483473b330f805f0.zip
└── WPFSamples
├── Accessibility
│   ├── FetchTimer
│   │   ├── CSharp
│   │   │   ├── FetchTimer.csproj
│   │   │   ├── FetchTimerForm.cs
│   │   │   ├── FetchTimerForm.Designer.cs
│   │   │   ├── FetchTimerForm.resx
│   │   │   ├── FetchTimer.sln
│   │   │   └── UIAutomationFetcher.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── FetchTimerForm.Designer.vb
│   │   ├── FetchTimerForm.resx
│   │   ├── FetchTimerForm.vb
│   │   ├── FetchTimerVB.sln
│   │   ├── FetchTimerVB.vbproj
│   │   └── UIAutomationFetcher.vb
│   ├── FindText
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Content
│   │   │   │   ├── FlowDocumentSample1.xaml
│   │   │   │   ├── FlowDocumentSample2.xaml
│   │   │   │   ├── FlowDocumentSample3.xaml
│   │   │   │   ├── SolarSystem.bmp
│   │   │   │   ├── Text.rtf
│   │   │   │   └── Text.txt
│   │   │   ├── FindTextClient.csproj
│   │   │   ├── FindText.cs
│   │   │   ├── FindTextSolution.sln
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SearchWindow.cs
│   │   │   ├── TextProvider.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── Content
│   │   │   ├── FlowDocumentSample1.xaml
│   │   │   ├── FlowDocumentSample2.xaml
│   │   │   ├── FlowDocumentSample3.xaml
│   │   │   ├── SolarSystem.bmp
│   │   │   ├── Text.rtf
│   │   │   └── Text.txt
│   │   ├── FindTextClient.vbproj
│   │   ├── FindTextSolution.sln
│   │   ├── FindText.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── SearchWindow.vb
│   │   ├── TextProvider.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── FragmentProvider
│   │   ├── CSharp
│   │   │   ├── CustomControl.cs
│   │   │   ├── ElementProvider.csproj
│   │   │   ├── ListFragment.cs
│   │   │   ├── ListItemFragment.cs
│   │   │   ├── program.cs
│   │   │   ├── ProviderForm.cs
│   │   │   ├── ProviderForm.Designer.cs
│   │   │   └── ProviderForm.resx
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── CustomControl.vb
│   │   ├── FragmentProviderVB.sln
│   │   ├── FragmentProviderVB.vbproj
│   │   ├── ListFragment.vb
│   │   ├── ListItemFragment.vb
│   │   ├── ProviderForm.Designer.vb
│   │   └── ProviderForm.vb
│   ├── Highlighter
│   │   ├── CSharp
│   │   │   ├── ClientForm.cs
│   │   │   ├── ClientForm.Designer.cs
│   │   │   ├── ClientForm.resx
│   │   │   ├── Highlighter.csproj
│   │   │   ├── Highlighter.sln
│   │   │   ├── HighlightRectangle.cs
│   │   │   └── NativeMethods.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── ClientForm.Designer.vb
│   │   ├── ClientForm.vb
│   │   ├── Highlighter.sln
│   │   ├── Highlighter.vbproj
│   │   ├── HighlightRectangle.vb
│   │   └── NativeMethods.vb
│   ├── InsertText
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── InsertTextClient.csproj
│   │   │   │   ├── InsertText.sln
│   │   │   │   ├── InsertTextTarget.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo(2).cs
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources(2).resx
│   │   │   │   │   ├── Resources.Designer(2).cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings(2).settings
│   │   │   │   │   ├── Settings.Designer(2).cs
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── UnmanagedClass.cs
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── InsertTextClient.exe
│   │   │   │   │   ├── InsertTextClient.pdb
│   │   │   │   │   ├── InsertTextClient.vshost.exe
│   │   │   │   │   ├── InsertTextTarget.exe
│   │   │   │   │   ├── InsertTextTarget.pdb
│   │   │   │   │   └── InsertTextTarget.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── InsertTextClient.csproj
│   │   │   ├── InsertTextClient.csproj.user
│   │   │   ├── InsertText.sln
│   │   │   ├── InsertText.suo
│   │   │   ├── InsertTextTarget.csproj
│   │   │   ├── InsertTextTarget.csproj.user
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │   ├── InsertTextClient.csproj.FileListAbsolute.txt
│   │   │   │   ├── InsertTextClient.exe
│   │   │   │   ├── InsertTextClient.g.resources
│   │   │   │   ├── InsertTextClient_MarkupCompile.cache
│   │   │   │   ├── InsertTextClient.pdb
│   │   │   │   ├── InsertTextClient.Properties.Resources.resources
│   │   │   │   ├── InsertTextTarget.csproj.FileListAbsolute.txt
│   │   │   │   ├── InsertTextTarget.exe
│   │   │   │   ├── InsertTextTarget.pdb
│   │   │   │   ├── InsertTextTarget.Properties.Resources.resources
│   │   │   │   ├── InsertTextW32Target.Target.resources
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── UnmanagedClass.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.config
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── Form1.Designer.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── InsertTextClient.vbproj
│   │   ├── InsertText.sln
│   │   ├── InsertTextTarget.vbproj
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── ClientSettings.Designer.vb
│   │   │   ├── ClientSettings.settings
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── TargetSettings.Designer.vb
│   │   │   └── TargetSettings.settings
│   │   ├── UnmanagedClass.vb
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── InvokePatternApp
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── data
│   │   │   │   ├── cat.png
│   │   │   │   ├── dog.png
│   │   │   │   └── fish.png
│   │   │   ├── InvokePatternApp.cs
│   │   │   ├── InvokePatternApp.csproj
│   │   │   ├── InvokePatternApp.sln
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── security.xml
│   │   │   ├── Target.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── Client.vb
│   │   ├── data
│   │   │   ├── cat.png
│   │   │   ├── dog.png
│   │   │   └── fish.png
│   │   ├── InvokePatternClient.vbproj
│   │   ├── InvokePatternSample.sln
│   │   ├── InvokePatternTarget.vbproj
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── security.xml
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── SelectionPatternSample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Client.xaml
│   │   │   ├── Client.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SelectionPatternClient.csproj
│   │   │   ├── SelectionPattern.sln
│   │   │   ├── SelectionPatternTarget.csproj
│   │   │   ├── Target.cs
│   │   │   ├── Target.Designer.cs
│   │   │   ├── TargetHandler.cs
│   │   │   └── Target.resx
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── Client.xaml
│   │   ├── Client.xaml.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── SelectionPatternClient.vbproj
│   │   ├── SelectionPatternSample.sln
│   │   ├── SelectionPatternTarget.vbproj
│   │   ├── Target.Designer.vb
│   │   ├── TargetHandler.vb
│   │   ├── Target.resx
│   │   └── Target.vb
│   ├── SimpleProvider
│   │   ├── CSharp
│   │   │   ├── ElementProvider.csproj
│   │   │   ├── ElementProvider.sln
│   │   │   ├── MyControl.cs
│   │   │   ├── Program.cs
│   │   │   ├── ProviderForm.cs
│   │   │   ├── ProviderForm.Designer.cs
│   │   │   └── ProviderForm.resx
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── MyControl.vb
│   │   ├── ProviderForm1.Designer.vb
│   │   ├── ProviderForm1.resx
│   │   ├── ProviderForm1.vb
│   │   ├── SimpleProvider.sln
│   │   └── SimpleProvider.vbproj
│   ├── TestScriptGeneratorSample
│   │   ├── CSharp
│   │   │   ├── Client.cs
│   │   │   ├── Client.designer.cs
│   │   │   ├── Client.resx
│   │   │   ├── ExecuteScriptClient.cs
│   │   │   ├── ExecuteScriptClient.Designer.cs
│   │   │   ├── ExecuteScriptClient.resx
│   │   │   ├── ExecuteScript.csproj
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Script.cs
│   │   │   ├── ScriptFunctions.cs
│   │   │   ├── ScriptGeneratorClient.csproj
│   │   │   ├── ScriptGeneratorTarget.csproj
│   │   │   ├── TargetApp.xaml
│   │   │   ├── TargetApp.xaml.cs
│   │   │   ├── Target.xaml
│   │   │   ├── Target.xaml.cs
│   │   │   ├── TestScriptGeneratorSample.sln
│   │   │   ├── UIAEventRecord.cs
│   │   │   └── UIAWorker.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   ├── TrackFocus
│   │   ├── CSharp
│   │   │   ├── FocusTracker.cs
│   │   │   ├── FocusTracker.csproj
│   │   │   └── FocusTracker.sln
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── FocusTracker.vb
│   │   ├── TrackFocusVB.sln
│   │   └── TrackFocusVB.vbproj
│   └── WindowMove
│   ├── CSharp
│   │   ├── Backup
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── WindowMove.cs
│   │   │   ├── WindowMove.csproj
│   │   │   └── WindowMove.sln
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── WindowMove.exe
│   │   │   │   ├── WindowMove.pdb
│   │   │   │   └── WindowMove.vshost.exe
│   │   │   └── Release
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── WindowMove.csproj.FileListAbsolute.txt
│   │   │   ├── WindowMove.exe
│   │   │   ├── WindowMove.g.resources
│   │   │   ├── WindowMove.pdb
│   │   │   └── WindowMove.Properties.Resources.resources
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── security.xml
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── WindowMove.cs
│   │   ├── WindowMove.csproj
│   │   ├── WindowMove.sln
│   │   └── WindowMove.suo
│   ├── readme.htm
│   └── VisualBasic
│   ├── app.config
│   ├── My Project
│   │   ├── AssemblyInfo.vb
│   │   ├── MyEvents.vb
│   │   ├── MyResources.resx
│   │   ├── MyResources.vb
│   │   ├── MySettings.settings
│   │   ├── MySettings.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── security.xml
│   ├── windowmove.vb
│   ├── WindowMove_VB.sln
│   └── WindowMove_VB.vbproj
├── AppModel
│   ├── ActivationSample
│   │   ├── CSharp
│   │   │   ├── ActivationSample.csproj
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── MailDispatcher.cs
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Resources
│   │   │   └── NewMailIcon.ico
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── ActivationSample.vbproj
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── MailDispatcher.vb
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   ├── My Project
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   └── Resources
│   │   └── NewMailIcon.ico
│   ├── AdaptiveTopologySample
│   │   ├── CSharp
│   │   │   ├── AdaptiveTopologySample.csproj
│   │   │   ├── AdaptiveTopologySample_TemporaryKey.pfx
│   │   │   ├── App.xaml
│   │   │   ├── CallingPage.xaml
│   │   │   ├── CallingPage.xaml.cs
│   │   │   ├── DataEntryPage.xaml
│   │   │   ├── DataEntryPage.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── app.manifest
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Readme.txt
│   │   │   ├── TaskContext.cs
│   │   │   ├── TaskData.cs
│   │   │   ├── TaskNavigationDirection.cs
│   │   │   ├── TaskNavigationHub.cs
│   │   │   ├── TaskPage1.xaml
│   │   │   ├── TaskPage1.xaml.cs
│   │   │   ├── TaskPage2.xaml
│   │   │   ├── TaskPage2.xaml.cs
│   │   │   ├── TaskPage3.xaml
│   │   │   ├── TaskPage3.xaml.cs
│   │   │   └── TaskResult.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── AdaptiveTopologySample_TemporaryKey.pfx
│   │   ├── AdaptiveTopologySample.vbproj
│   │   ├── AdaptiveTopologySample.vbproj.user
│   │   ├── App.xaml
│   │   ├── CallingPage.xaml
│   │   ├── CallingPage.xaml.vb
│   │   ├── DataEntryPage.xaml
│   │   ├── DataEntryPage.xaml.vb
│   │   ├── My Project
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── Readme.txt
│   │   ├── TaskContext.vb
│   │   ├── TaskData.vb
│   │   ├── TaskNavigationDirection.vb
│   │   ├── TaskNavigationHub.vb
│   │   ├── TaskPage1.xaml
│   │   ├── TaskPage1.xaml.vb
│   │   ├── TaskPage2.xaml
│   │   ├── TaskPage2.xaml.vb
│   │   ├── TaskPage3.xaml
│   │   ├── TaskPage3.xaml.vb
│   │   └── TaskResult.vb
│   ├── ApplicationShutdownSample
│   │   ├── CSharp
│   │   │   ├── ApplicationShutdownSample.csproj
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ChildWindow.xaml
│   │   │   ├── ChildWindow.xaml.cs
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── ApplicationShutdownSample.vbproj
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── ChildWindow.xaml
│   │   ├── ChildWindow.xaml.vb
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   └── My Project
│   │   ├── AssemblyInfo.vb
│   │   ├── MyEvents.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── BrowserInteropHelperSample
│   │   ├── CSharp
│   │   │   ├── BrowserInteropHelperSample.sln
│   │   │   ├── SharedWizard
│   │   │   │   ├── CallingPage.xaml
│   │   │   │   ├── CallingPage.xaml.cs
│   │   │   │   ├── Properties
│   │   │   │   ├── SharedPages.csproj
│   │   │   │   ├── TaskContext.cs
│   │   │   │   ├── TaskData.cs
│   │   │   │   ├── TaskDialog.xaml
│   │   │   │   ├── TaskDialog.xaml.cs
│   │   │   │   ├── TaskLauncher.cs
│   │   │   │   ├── TaskPage.xaml
│   │   │   │   ├── TaskPage.xaml.cs
│   │   │   │   └── TaskResult.cs
│   │   │   ├── WinAppClient
│   │   │   │   ├── App.xaml
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── WinAppClient.csproj
│   │   │   └── XBAPClient
│   │   │   ├── App.xaml
│   │   │   ├── HomePage.xaml
│   │   │   ├── Properties
│   │   │   │   └── app.manifest
│   │   │   ├── Readme.txt
│   │   │   ├── XBAPClient.csproj
│   │   │   └── XBAPClient_TemporaryKey.pfx
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── BrowserInteropHelperSample.sln
│   │   ├── SharedPages
│   │   │   ├── CallingPage.xaml
│   │   │   ├── CallingPage.xaml.vb
│   │   │   ├── My Project
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── MyEvents.vb
│   │   │   │   ├── Resources.Designer.vb
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.vb
│   │   │   │   └── Settings.settings
│   │   │   ├── SharedPages.vbproj
│   │   │   ├── TaskContext.vb
│   │   │   ├── TaskData.vb
│   │   │   ├── TaskDialog.xaml
│   │   │   ├── TaskDialog.xaml.vb
│   │   │   ├── TaskLauncher.vb
│   │   │   ├── TaskPage.xaml
│   │   │   ├── TaskPage.xaml.vb
│   │   │   └── TaskResult.vb
│   │   ├── WinAppClient
│   │   │   ├── App.xaml
│   │   │   ├── MainWindow.xaml
│   │   │   ├── My Project
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── MyEvents.vb
│   │   │   │   ├── Resources.Designer.vb
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.vb
│   │   │   │   └── Settings.settings
│   │   │   └── WinAppClient.vbproj
│   │   └── XBAPClient
│   │   ├── App.xaml
│   │   ├── HomePage.xaml
│   │   ├── My Project
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── Readme.txt
│   │   ├── XBAPClient_TemporaryKey.pfx
│   │   └── XBAPClient.vbproj
│   ├── CodeOnlyWindowsApplicationSample
│   │   ├── CSharp
│   │   │   ├── App.cs
│   │   │   ├── CodeOnlyWindowsApplicationSample.csproj
│   │   │   ├── EntryPoint.cs
│   │   │   ├── MainWindow.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.cs
│   │   │   └── Settings.settings
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.vb
│   │   ├── CodeOnlyWindowsApplicationSample.vbproj
│   │   ├── EntryPoint.vb
│   │   ├── MainWindow.vb
│   │   └── My Project
│   │   ├── AssemblyInfo.vb
│   │   ├── MyEvents.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── CommandLineArgumentSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── CommandLineArgumentSample.csproj
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   └── Properties
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── CommandLineArgumentsSampleVisualBasic.vbproj
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   └── My Project
│   ├── CookieSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── CookiesSampleCSharp.csproj
│   │   │   ├── CookiesSampleCSharp_TemporaryKey.pfx
│   │   │   ├── HomePage.xaml
│   │   │   ├── HomePage.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── app.manifest
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Readme.txt
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── CookiesSampleVisualBasic_TemporaryKey.pfx
│   │   ├── CookiesSampleVisualBasic.vbproj
│   │   ├── HomePage.xaml
│   │   ├── HomePage.xaml.vb
│   │   ├── My Project
│   │   │   └── app.manifest
│   │   └── Readme.txt
│   ├── CustomContentStateNavigationSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── CustomContentStateNavigationSample.csproj
│   │   │   ├── Properties
│   │   │   │   ├── app.manifest
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── StateNavigationPage.xaml
│   │   │   ├── StateNavigationPage.xaml.cs
│   │   │   ├── StateNavigationSample_TemporaryKey.pfx
│   │   │   ├── User.cs
│   │   │   ├── UserCustomContentState.cs
│   │   │   └── Users.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── CustomContentStateNavigationSampleVisualBasic_TemporaryKey.pfx
│   │   ├── CustomContentStateNavigationSampleVisualBasic.vbproj
│   │   ├── My Project
│   │   │   └── app.manifest
│   │   ├── StateNavigationPage.xaml
│   │   ├── StateNavigationPage.xaml.vb
│   │   ├── UserCustomContentState.vb
│   │   ├── Users.vb
│   │   └── User.vb
│   ├── CustomNavigationWindowChromeSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── CommandableStackPanel.cs
│   │   │   ├── ContentImageCustomContentState.cs
│   │   │   ├── CustomNavigationWindowChromeSample.csproj
│   │   │   ├── Page1.xaml
│   │   │   ├── Page1.xaml.cs
│   │   │   ├── Page2.xaml
│   │   │   ├── Page2.xaml.cs
│   │   │   ├── Page3.xaml
│   │   │   ├── Page3.xaml.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.cs
│   │   │   └── Settings.settings
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── CommandableStackPanel.vb
│   │   ├── ContentImageCustomContentState.vb
│   │   ├── CustomNavigationWindowChromeSampleVisualBasic.vbproj
│   │   ├── My Project
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── Page1.xaml
│   │   ├── Page1.xaml.vb
│   │   ├── Page2.xaml
│   │   ├── Page2.xaml.vb
│   │   ├── Page3.xaml
│   │   └── Page3.xaml.vb
│   ├── DialogBoxSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── DialogBoxSample.csproj
│   │   │   ├── FindDialogBox.xaml
│   │   │   ├── FindDialogBox.xaml.cs
│   │   │   ├── FontDialogBox.xaml
│   │   │   ├── FontDialogBox.xaml.cs
│   │   │   ├── FontPropertyLists.cs
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── MarginsDialogBox.xaml
│   │   │   ├── MarginsDialogBox.xaml.cs
│   │   │   ├── MarginValidationRule.cs
│   │   │   ├── Properties
│   │   │   └── TextFoundEventHandler.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── DialogBoxSampleVisualBasic.vbproj
│   │   ├── FindDialogBox.xaml
│   │   ├── FindDialogBox.xaml.vb
│   │   ├── FontDialogBox.xaml
│   │   ├── FontDialogBox.xaml.vb
│   │   ├── FontPropertyLists.vb
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   ├── MarginsDialogBox.xaml
│   │   ├── MarginsDialogBox.xaml.vb
│   │   ├── MarginValidationRule.vb
│   │   ├── My Project
│   │   └── TextFoundEventHandler.vb
│   ├── DispatcherUnhandledExceptionSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── DispatcherUnhandledExceptionSample.csproj
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── DispatcherUnhandledExceptionSampleVisualBasic.vbproj
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   └── My Project
│   ├── DPContentStateSample
│   │   ├── CSharp
│   │   │   ├── AnotherPage.xaml
│   │   │   ├── App.xaml
│   │   │   ├── DPContentStateSample.csproj
│   │   │   ├── DPStatePage.xaml
│   │   │   └── DPStatePage.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── AnotherPage.xaml
│   │   ├── App.xaml
│   │   ├── DPContentStateSampleVB.vbproj
│   │   ├── DPContentStateSampleVB.vbproj.user
│   │   ├── DPStatePage.xaml
│   │   └── DPStatePage.xaml.vb
│   ├── FixedHierarchicalTopologySample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── CallingPage.xaml
│   │   │   ├── CallingPage.xaml.cs
│   │   │   ├── FixedHierarchicalTopologySample.csproj
│   │   │   ├── FixedHierarchicalTopologySample_TemporaryKey.pfx
│   │   │   ├── Properties
│   │   │   │   └── app.manifest
│   │   │   ├── TaskContext.cs
│   │   │   ├── TaskData.cs
│   │   │   ├── TaskLauncher.cs
│   │   │   ├── TaskPage1.xaml
│   │   │   ├── TaskPage1.xaml.cs
│   │   │   ├── TaskPage2.xaml
│   │   │   ├── TaskPage2.xaml.cs
│   │   │   ├── TaskPage3.xaml
│   │   │   ├── TaskPage3.xaml.cs
│   │   │   ├── TaskPage4.xaml
│   │   │   ├── TaskPage4.xaml.cs
│   │   │   └── TaskResult.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── CallingPage.xaml
│   │   ├── CallingPage.xaml.vb
│   │   ├── FixedHierarchicalTopologySampleVisualBasic_TemporaryKey.pfx
│   │   ├── FixedHierarchicalTopologySampleVisualBasic.vbproj
│   │   ├── My Project
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── TaskContext.vb
│   │   ├── TaskData.vb
│   │   ├── TaskLauncher.vb
│   │   ├── TaskPage1.xaml
│   │   ├── TaskPage1.xaml.vb
│   │   ├── TaskPage2.xaml
│   │   ├── TaskPage2.xaml.vb
│   │   ├── TaskPage3.xaml
│   │   ├── TaskPage3.xaml.vb
│   │   ├── TaskPage4.xaml
│   │   ├── TaskPage4.xaml.vb
│   │   └── TaskResult.vb
│   ├── FixedLinearTopologySample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── CallingPage.xaml
│   │   │   ├── CallingPage.xaml.cs
│   │   │   ├── FixedLinearTopologySample.csproj
│   │   │   ├── FixedLinearTopologySample_TemporaryKey.pfx
│   │   │   ├── Properties
│   │   │   │   └── app.manifest
│   │   │   ├── TaskContext.cs
│   │   │   ├── TaskData.cs
│   │   │   ├── TaskLauncher.cs
│   │   │   ├── TaskPage1.xaml
│   │   │   ├── TaskPage1.xaml.cs
│   │   │   ├── TaskPage2.xaml
│   │   │   ├── TaskPage2.xaml.cs
│   │   │   ├── TaskPage3.xaml
│   │   │   ├── TaskPage3.xaml.cs
│   │   │   └── TaskResult.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── CallingPage.xaml
│   │   ├── CallingPage.xaml.vb
│   │   ├── FixedLinearTopologySampleVisualBasic_TemporaryKey.pfx
│   │   ├── FixedLinearTopologySampleVisualBasic.vbproj
│   │   ├── My Project
│   │   │   └── app.manifest
│   │   ├── TaskContext.vb
│   │   ├── TaskData.vb
│   │   ├── TaskLauncher.vb
│   │   ├── TaskPage1.xaml
│   │   ├── TaskPage1.xaml.vb
│   │   ├── TaskPage2.xaml
│   │   ├── TaskPage2.xaml.vb
│   │   ├── TaskPage3.xaml
│   │   ├── TaskPage3.xaml.vb
│   │   └── TaskResult.vb
│   ├── FragmentNavigationSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── DocumentPage.xaml
│   │   │   ├── FragmentNavigationSample.csproj
│   │   │   ├── FragmentNotFoundPage.xaml
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── DocumentPage.xaml
│   │   ├── FragmentNavigationSampleVisualBasic.vbproj
│   │   ├── FragmentNotFoundPage.xaml
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   └── My Project
│   │   ├── AssemblyInfo.vb
│   │   ├── MyEvents.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── FramePageSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── FramePageSample.csproj
│   │   │   ├── FramePageSample_TemporaryKey.pfx
│   │   │   ├── HomePage.xaml
│   │   │   ├── Properties
│   │   │   │   └── app.manifest
│   │   │   ├── SDKFrameCanGoBackPage.xaml
│   │   │   ├── SDKFrameCanGoForwardPage.xaml
│   │   │   ├── SDKFrameGoBackPage.xaml
│   │   │   ├── SDKFrameGoForwardPage.xaml
│   │   │   └── SDKFramePage.xaml
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── FramePageSampleVisualBasic_TemporaryKey.pfx
│   │   ├── FramePageSampleVisualBasic.vbproj
│   │   ├── HomePage.xaml
│   │   ├── My Project
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── SDKFrameCanGoBackPage.xaml
│   │   ├── SDKFrameCanGoForwardPage.xaml
│   │   ├── SDKFrameGoBackPage.xaml
│   │   ├── SDKFrameGoForwardPage.xaml
│   │   └── SDKFramePage.xaml
│   ├── FrameWindowSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── FrameWindowSample.csproj
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SDKFrameCanGoBackPage.xaml
│   │   │   ├── SDKFrameCanGoForwardPage.xaml
│   │   │   ├── SDKFrameGoBackPage.xaml
│   │   │   ├── SDKFrameGoForwardPage.xaml
│   │   │   ├── SDKFramePage.xaml
│   │   │   ├── SDKViewerWindow.xaml
│   │   │   └── SDKViewerWindow.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── FrameWindowSampleVisualBasic.vbproj
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   ├── My Project
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── SDKFrameCanGoBackPage.xaml
│   │   ├── SDKFrameCanGoForwardPage.xaml
│   │   ├── SDKFrameGoBackPage.xaml
│   │   ├── SDKFrameGoForwardPage.xaml
│   │   ├── SDKFramePage.xaml
│   │   ├── SDKViewerWindow.xaml
│   │   └── SDKViewerWindow.xaml.vb
│   ├── GetReferrerSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── GetReferrerSample.csproj
│   │   │   ├── GetReferrerSample_TemporaryKey.pfx
│   │   │   ├── Properties
│   │   │   │   └── app.manifest
│   │   │   ├── ReferredPage.xaml
│   │   │   ├── ReferredPage.xaml.cs
│   │   │   ├── ReferringPage.xaml
│   │   │   └── ReferringPage.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── GetReferrerSampleVisualBasic_TemporaryKey.pfx
│   │   ├── GetReferrerSampleVisualBasic.vbproj
│   │   ├── My Project
│   │   │   └── app.manifest
│   │   ├── ReferredPage.xaml
│   │   ├── ReferredPage.xaml.vb
│   │   ├── ReferringPage.xaml
│   │   └── ReferringPage.xaml.vb
│   ├── IPCCSSample
│   │   ├── CSharp
│   │   │   ├── AnotherPage.xaml
│   │   │   ├── App.xaml
│   │   │   ├── CustomContentState.cs
│   │   │   ├── HomePage.xaml
│   │   │   ├── HomePage.xaml.cs
│   │   │   ├── IPCCSSampleCSharp.csproj
│   │   │   ├── IPCCSSampleCSharp_TemporaryKey.pfx
│   │   │   ├── Properties
│   │   │   │   └── app.manifest
│   │   │   └── simple.html
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── AnotherPage.xaml
│   │   ├── App.xaml
│   │   ├── CustomContentState.vb
│   │   ├── HomePage.xaml
│   │   ├── HomePage.xaml.vb
│   │   ├── IPCCSSampleVB_TemporaryKey.pfx
│   │   ├── IPCCSSampleVB.vbproj
│   │   ├── My Project
│   │   │   └── app.manifest
│   │   ├── Readme.txt
│   │   └── simple.html
│   ├── MessageBoxSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── MessageBoxSample.csproj
│   │   │   └── Properties
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   ├── MessageBoxSampleVisualBasic.vbproj
│   │   └── My Project
│   ├── NavigationServiceSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── DocumentPage.xaml
│   │   │   ├── HomePage.xaml
│   │   │   ├── LooseDocumentPage.xaml
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── NavigationServiceSample.csproj
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── DocumentPage.xaml
│   │   ├── HomePage.xaml
│   │   ├── LooseDocumentPage.xaml
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   ├── My Project
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   └── NavigationServiceSampleVisualBasic.vbproj
│   ├── NavWindowEvents
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── content.xaml
│   │   │   ├── Frame1.xaml
│   │   │   ├── Frame1.xaml.cs
│   │   │   ├── Frame2.xaml
│   │   │   ├── Frame2.xaml.cs
│   │   │   ├── Frame3.xaml
│   │   │   ├── Frame3.xaml.cs
│   │   │   ├── MyWindow.xaml
│   │   │   ├── MyWindow.xaml.cs
│   │   │   ├── NavWindow_Events.csproj
│   │   │   ├── Page1.xaml
│   │   │   ├── Page1.xaml.cs
│   │   │   ├── Page2.xaml
│   │   │   └── Page2.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.ico
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── content.xaml
│   │   ├── Frame1.xaml
│   │   ├── Frame1.xaml.vb
│   │   ├── Frame2.xaml
│   │   ├── Frame2.xaml.vb
│   │   ├── Frame3.xaml
│   │   ├── Frame3.xaml.vb
│   │   ├── MyWindow.xaml
│   │   ├── MyWindow.xaml.vb
│   │   ├── NavWindow_Events_VB.sln
│   │   ├── NavWindow_Events_VB.vbproj
│   │   ├── Page1.xaml
│   │   ├── Page1.xaml.vb
│   │   ├── Page2.xaml
│   │   └── Page2.xaml.vb
│   ├── NonRectangularWindowSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── NonRectangularWindowSample.csproj
│   │   │   ├── NonRectangularWindow.xaml
│   │   │   ├── NonRectangularWindow.xaml.cs
│   │   │   └── Properties
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── My Project
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── NonRectangularWindowSample.vbproj
│   │   ├── NonRectangularWindow.xaml
│   │   └── NonRectangularWindow.xaml.vb
│   ├── NotificationIconSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── NotificationIconSample.csproj
│   │   │   ├── NotifyIcon.ico
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   ├── My Project
│   │   ├── NotificationIconSample.vbproj
│   │   └── NotifyIcon.ico
│   ├── ReusableCustomApplicationSample
│   │   ├── CSharp
│   │   │   ├── CustomApplication
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── CustomApplicationClient.csproj
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── CustomApplicationLibrary
│   │   │   │   ├── CustomApplication.cs
│   │   │   │   ├── CustomApplicationLibrary.csproj
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── ReusableCustomApplicationSample.sln
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── CustomApplicationClient
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.vb
│   │   │   ├── CustomApplicationClient.vbproj
│   │   │   ├── MainWindow.xaml
│   │   │   └── My Project
│   │   ├── CustomApplicationLibrary
│   │   │   ├── CustomApplicationLibrary.vbproj
│   │   │   ├── CustomApplication.vb
│   │   │   └── My Project
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   └── ReusableCustomApplicationSample.sln
│   ├── SafeFileUploadPartialTrustSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── HomePage.xaml
│   │   │   ├── HomePage.xaml.cs
│   │   │   ├── ImageCustomContentState.cs
│   │   │   ├── Properties
│   │   │   │   └── app.manifest
│   │   │   ├── SafeFileUploadPartialTrustSample.csproj
│   │   │   └── SafeFileUploadPartialTrustSample_TemporaryKey.pfx
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── HomePage.xaml
│   │   ├── HomePage.xaml.vb
│   │   ├── ImageCustomContentState.vb
│   │   ├── My Project
│   │   │   └── app.manifest
│   │   ├── SafeFileUploadSampleVisualBasic_TemporaryKey.pfx
│   │   └── SafeFileUploadSampleVisualBasic.vbproj
│   ├── SaveWindowPlacementStateSample
│   │   ├── CSharp
│   │   │   ├── app.config
│   │   │   ├── App.xaml
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── SaveWindowPlacementStateSample.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.config
│   │   ├── App.xaml
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   ├── My Project
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   └── SaveWindowPlacementStateSampleVisualBasic.vbproj
│   ├── SingleInstanceDetectionSample
│   │   ├── CSharp
│   │   │   ├── App.cs
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── SingleInstanceDetectionSample.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.vb
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   ├── My Project
│   │   └── SingleInstanceDetectionSampleVisualBasic.vbproj
│   ├── SizingPrecedenceSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── Properties
│   │   │   ├── SizingPrecedenceSampleCSharp.csproj
│   │   │   ├── SizingWindow.xaml
│   │   │   └── SizingWindow.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   ├── My Project
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── SizingPrecedenceSampleVisualBasic.vbproj
│   │   ├── SizingWindow.xaml
│   │   └── SizingWindow.xaml.vb
│   ├── StructuredNavigationSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── CallingPage.xaml
│   │   │   ├── CallingPage.xaml.cs
│   │   │   ├── Properties
│   │   │   ├── StructuredNavigationSample.csproj
│   │   │   ├── TaskPageFunction.xaml
│   │   │   ├── TaskPageFunction.xaml.cs
│   │   │   ├── TaskPage.xaml
│   │   │   └── TaskPage.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── CallingPage.xaml
│   │   ├── CallingPage.xaml.vb
│   │   ├── My Project
│   │   ├── StructuredNavigationSampleVisualBasic.vbproj
│   │   ├── TaskPageFunction.xaml
│   │   ├── TaskPageFunction.xaml.vb
│   │   ├── TaskPage.xaml
│   │   └── TaskPage.xaml.vb
│   ├── ThemedApplicationSample
│   │   ├── CSharp
│   │   │   ├── BlueTheme.xaml
│   │   │   ├── ChildWindow.xaml
│   │   │   ├── ChildWindow.xaml.cs
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── MyThemedApp.xaml
│   │   │   ├── MyThemedApp.xaml.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── ThemedApplicationSample_CSharp.csproj
│   │   │   └── YellowTheme.xaml
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── BlueTheme.xaml
│   │   ├── ChildWindow.xaml
│   │   ├── ChildWindow.xaml.vb
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   ├── My Project
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── ThemedApplicationSampleVisualBasic.vbproj
│   │   └── YellowTheme.xaml
│   ├── URIQueryStringParametersSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── HomePage.xaml
│   │   │   ├── HomePage.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── app.manifest
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── URIParamSample.csproj
│   │   │   └── URIParamSample_TemporaryKey.pfx
│   │   └── readme.htm
│   ├── WindowActivationDeactivationSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── CustomMediaPlayerWindow.xaml
│   │   │   ├── CustomMediaPlayerWindow.xaml.cs
│   │   │   ├── numbers.wmv
│   │   │   ├── Properties
│   │   │   └── WindowActivationDeactivationSampleCSharp.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── CustomMediaPlayerWindow.xaml
│   │   ├── CustomMediaPlayerWindow.xaml.vb
│   │   ├── My Project
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── numbers.wmv
│   │   └── WindowActivationDeactivationSampleVisualBAsic.vbproj
│   ├── WizardSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── CSharp.csproj
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── Properties
│   │   │   ├── WizardData.cs
│   │   │   ├── WizardDialogBox.xaml
│   │   │   ├── WizardDialogBox.xaml.cs
│   │   │   ├── WizardLauncher.cs
│   │   │   ├── WizardPage1.xaml
│   │   │   ├── WizardPage1.xaml.cs
│   │   │   ├── WizardPage2.xaml
│   │   │   ├── WizardPage2.xaml.cs
│   │   │   ├── WizardPage3.xaml
│   │   │   ├── WizardPage3.xaml.cs
│   │   │   ├── WizardResult.cs
│   │   │   ├── WizardReturnEventArgs.cs
│   │   │   └── WizardReturnEventHandler.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   ├── My Project
│   │   ├── WizardData.vb
│   │   ├── WizardDialogBox.xaml
│   │   ├── WizardDialogBox.xaml.vb
│   │   ├── WizardLauncher.vb
│   │   ├── WizardPage1.xaml
│   │   ├── WizardPage1.xaml.vb
│   │   ├── WizardPage2.xaml
│   │   ├── WizardPage2.xaml.vb
│   │   ├── WizardPage3.xaml
│   │   ├── WizardPage3.xaml.vb
│   │   ├── WizardResult.vb
│   │   ├── WizardReturnEventArgs.vb
│   │   ├── WizardReturnEventHandler.vb
│   │   └── WizardSampleVisualBasic.vbproj
│   └── WPFPackUriSample
│   ├── CSharp
│   │   ├── Backup
│   │   │   ├── ReferencedAssembly
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── ReferencedAssembly.csproj
│   │   │   ├── WPFPackUriSample
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── ContentFile.xaml
│   │   │   │   ├── HomePage.xaml
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── SiteOfOriginFile.xaml
│   │   │   │   ├── Subfolder
│   │   │   │   │   ├── ContentFile.xaml
│   │   │   │   │   ├── SiteOfOriginFile.xaml
│   │   │   │   │   └── VersionedReferencedAssembly.dll
│   │   │   │   ├── VersionedReferencedAssembly.dll
│   │   │   │   └── WPFPackUriSample.csproj
│   │   │   └── WPFPackUriSample.sln
│   │   ├── ReferencedAssembly
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── ReferencedAssembly.dll
│   │   │   │   │   └── ReferencedAssembly.pdb
│   │   │   │   └── Release
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ReferencedAssembly.csproj.FileListAbsolute.txt
│   │   │   │   ├── ReferencedAssembly.dll
│   │   │   │   ├── ReferencedAssembly.g.resources
│   │   │   │   ├── ReferencedAssembly.pdb
│   │   │   │   └── TempPE
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── ReferencedAssembly.csproj
│   │   │   ├── ReferencedAssembly.csproj.user
│   │   │   ├── ResourceFile.xaml
│   │   │   └── Subfolder
│   │   │   └── ResourceFile.xaml
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── WPFPackUriSample
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── ContentFile.xaml
│   │   │   │   │   ├── ReferencedAssembly.dll
│   │   │   │   │   ├── ReferencedAssembly.pdb
│   │   │   │   │   ├── SiteOfOriginFile.xaml
│   │   │   │   │   ├── Subfolder
│   │   │   │   │   │   ├── ContentFile.xaml
│   │   │   │   │   │   ├── SiteOfOriginFile.xaml
│   │   │   │   │   │   └── VersionedReferencedAssembly.dll
│   │   │   │   │   ├── VersionedReferencedAssembly.dll
│   │   │   │   │   ├── WPFPackUriSample.exe
│   │   │   │   │   ├── WPFPackUriSample.pdb
│   │   │   │   │   └── WPFPackUriSample.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── ContentFile.xaml
│   │   │   ├── HomePage.xaml
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── HomePage.baml
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TempPE
│   │   │   │   ├── WPFPackUriSample_Content.g.cs
│   │   │   │   ├── WPFPackUriSample.csproj.FileListAbsolute.txt
│   │   │   │   ├── WPFPackUriSample.exe
│   │   │   │   ├── WPFPackUriSample.g.resources
│   │   │   │   ├── WPFPackUriSample_MarkupCompile.cache
│   │   │   │   └── WPFPackUriSample.pdb
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── ResourceFile.xaml
│   │   │   ├── SiteOfOriginFile.xaml
│   │   │   ├── Subfolder
│   │   │   │   ├── ContentFile.xaml
│   │   │   │   ├── ResourceFile.xaml
│   │   │   │   ├── SiteOfOriginFile.xaml
│   │   │   │   └── VersionedReferencedAssembly.dll
│   │   │   ├── VersionedReferencedAssembly.dll
│   │   │   ├── WPFPackUriSample.csproj
│   │   │   └── WPFPackUriSample.csproj.user
│   │   ├── WPFPackUriSample.sln
│   │   └── WPFPackUriSample.suo
│   ├── readme.htm
│   └── VisualBasic
│   ├── ReferencedAssembly
│   │   ├── My Project
│   │   ├── ReferencedAssembly.vbproj
│   │   ├── ResourceFile.xaml
│   │   └── Subfolder
│   │   └── ResourceFile.xaml
│   ├── WPFPackUriSample
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── ContentFile.xaml
│   │   ├── HomePage.xaml
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   ├── My Project
│   │   ├── ResourceFile.xaml
│   │   ├── SiteOfOriginFile.xaml
│   │   ├── Subfolder
│   │   │   ├── ContentFile.xaml
│   │   │   ├── ResourceFile.xaml
│   │   │   ├── SiteOfOriginFile.xaml
│   │   │   └── VersionedReferencedAssembly.dll
│   │   ├── VersionedReferencedAssembly.dll
│   │   └── WPFPackUriSample.vbproj
│   └── WPFPackUriSample.sln
├── AppModelHosting
│   └── WordGameWMC
│   ├── CSharp
│   │   ├── App.xaml
│   │   ├── Backup
│   │   │   ├── App.xaml
│   │   │   ├── Game.cs
│   │   │   ├── GameEndState.cs
│   │   │   ├── HomePage.xaml
│   │   │   ├── HomePage.xaml.cs
│   │   │   ├── MediaCenterTheme.xaml
│   │   │   ├── PlayerScore.cs
│   │   │   ├── Properties
│   │   │   │   └── app.manifest
│   │   │   ├── Readme.txt
│   │   │   ├── WordGameWMC.csproj
│   │   │   ├── WordGameWMC_TemporaryKey.pfx
│   │   │   └── WordList.txt
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Keyboard.dll
│   │   │   │   ├── WordGameWMC.exe
│   │   │   │   ├── WordGameWMC.exe.manifest
│   │   │   │   ├── WordGameWMC.mcl
│   │   │   │   ├── WordGameWMC.pdb
│   │   │   │   ├── WordGameWMC.xbap
│   │   │   │   └── WordList.txt
│   │   │   └── Release
│   │   ├── DefaultWordList.txt
│   │   ├── Game.cs
│   │   ├── GameEndState.cs
│   │   ├── HomePage.xaml
│   │   ├── HomePage.xaml.cs
│   │   ├── Keyboard.dll
│   │   ├── MediaCenterTheme.xaml
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.baml
│   │   │   ├── App.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── HomePage.baml
│   │   │   ├── HomePage.g.cs
│   │   │   ├── MediaCenterTheme.baml
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── TempPE
│   │   │   ├── WordGameWMC.csproj.FileListAbsolute.txt
│   │   │   ├── WordGameWMC.exe
│   │   │   ├── WordGameWMC.exe.manifest
│   │   │   ├── WordGameWMC.g.resources
│   │   │   ├── WordGameWMC_MarkupCompile.cache
│   │   │   ├── WordGameWMC_MarkupCompile.lref
│   │   │   ├── WordGameWMC.pdb
│   │   │   ├── WordGameWMC.TrustInfo.xml
│   │   │   └── WordGameWMC.xbap
│   │   ├── PlayerScore.cs
│   │   ├── Properties
│   │   │   └── app.manifest
│   │   ├── Readme.txt
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── WordGameWMC.csproj
│   │   ├── WordGameWMCSetup
│   │   │   └── WordGameWMCSetup.vdproj
│   │   ├── WordGameWMC.sln
│   │   ├── WordGameWMC.suo
│   │   ├── WordGameWMC_TemporaryKey.pfx
│   │   └── WordList.txt
│   └── readme.htm
├── ConnectedData
│   ├── ADODataSet
│   │   ├── CSharp
│   │   │   ├── ADODataSet.csproj
│   │   │   ├── app.config
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── BookData.mdb
│   │   │   ├── CopyData.cmd
│   │   │   ├── IntColorConverter.cs
│   │   │   ├── ReadMe.txt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── BindConversionMarkup
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── BindingConversionMarkup.csproj
│   │   │   │   ├── mydata.cs
│   │   │   │   ├── Page1.xaml
│   │   │   │   └── Page1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── BindConversionSample.exe
│   │   │   │   ├── BindConversionSample.pdb
│   │   │   │   ├── BindConversionSample.vshost.exe
│   │   │   │   ├── BindConversionSample.vshost.exe.manifest
│   │   │   │   └── en-US
│   │   │   │   └── BindConversionSample.resources.dll
│   │   │   ├── BindingConversionMarkup.csproj
│   │   │   ├── BindingConversionMarkup.sln
│   │   │   ├── BindingConversionMarkup.suo
│   │   │   ├── CSharp.rar
│   │   │   ├── mydata.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── BindConversionSample.exe
│   │   │   │   ├── BindConversionSample.g.en-US.resources
│   │   │   │   ├── BindConversionSample.pdb
│   │   │   │   ├── BindingConversionMarkup.csproj.FileListAbsolute.txt
│   │   │   │   ├── en-US
│   │   │   │   │   └── BindConversionSample.resources.dll
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── Page1.baml
│   │   │   │   └── TempPE
│   │   │   ├── Page1.xaml
│   │   │   ├── Page1.xaml.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── BindingConversionMarkup_VB.vbproj
│   │   ├── MyConverter.vb
│   │   ├── MyData.vb
│   │   └── Page1.xaml
│   ├── BindDPtoDP
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.xaml
│   │   ├── Backup
│   │   │   ├── App.xaml
│   │   │   ├── BindDPtoDP.csproj
│   │   │   └── Window1.xaml
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── BindDPtoDP.exe
│   │   │   ├── BindDPtoDP.pdb
│   │   │   ├── BindDPtoDP.vshost.exe
│   │   │   └── BindDPtoDP.vshost.exe.manifest
│   │   ├── BindDPtoDP.csproj
│   │   ├── BindDPtoDP.sln
│   │   ├── BindDPtoDP.suo
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── BindDPtoDP.csproj.FileListAbsolute.txt
│   │   │   ├── BindDPtoDP.exe
│   │   │   ├── BindDPtoDP.g.resources
│   │   │   ├── BindDPtoDP_MarkupCompile.cache
│   │   │   ├── BindDPtoDP.pdb
│   │   │   ├── TempPE
│   │   │   └── Window1.baml
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── Window1.xaml
│   ├── BindToMethod
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── DoubleToStringConverter.cs
│   │   │   │   ├── InvalidCharacterRule.cs
│   │   │   │   ├── ObjectDataProviderSample.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ObjectDataProviderSample.exe
│   │   │   │   ├── ObjectDataProviderSample.pdb
│   │   │   │   ├── ObjectDataProviderSample.vshost.exe
│   │   │   │   └── ObjectDataProviderSample.vshost.exe.manifest
│   │   │   ├── DoubleToStringConverter.cs
│   │   │   ├── InvalidCharacterRule.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── ObjectDataProviderSample.csproj.FileListAbsolute.txt
│   │   │   │   ├── ObjectDataProviderSample.exe
│   │   │   │   ├── ObjectDataProviderSample.g.resources
│   │   │   │   ├── ObjectDataProviderSample_MarkupCompile.cache
│   │   │   │   ├── ObjectDataProviderSample_MarkupCompile.lref
│   │   │   │   ├── ObjectDataProviderSample.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── ObjectDataProviderSample.csproj
│   │   │   ├── ObjectDataProviderSample.sln
│   │   │   ├── ObjectDataProviderSample.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── DoubleToString.vb
│   │   ├── InvalidCharacterRule.vb
│   │   ├── ObjectDataProviderSample_VB.vbproj
│   │   ├── TemperatureScale.vb
│   │   ├── TempType.vb
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── BindValidation
│   │   ├── CSharp
│   │   │   ├── AgeRangeRule.cs
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── BindingValidation.csproj
│   │   │   ├── MyDataSource.cs
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── AgeRangeRule.vb
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── BindValidation_VB.vbproj
│   │   ├── MyDataSource.vb
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── CodeOnlyBinding
│   │   ├── CSharp
│   │   │   ├── Backup
│   │   │   │   ├── binding.cs
│   │   │   │   ├── CodeOnlyBinding.csproj
│   │   │   │   └── MyData.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── CodeOnlyBinding.exe
│   │   │   │   ├── CodeOnlyBinding.pdb
│   │   │   │   ├── CodeOnlyBinding.vshost.exe
│   │   │   │   └── CodeOnlyBinding.vshost.exe.manifest
│   │   │   ├── binding.cs
│   │   │   ├── CodeOnlyBinding.csproj
│   │   │   ├── CodeOnlyBinding.sln
│   │   │   ├── CodeOnlyBinding.suo
│   │   │   ├── MyData.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── CodeOnlyBinding.csproj.FileListAbsolute.txt
│   │   │   │   ├── CodeOnlyBinding.exe
│   │   │   │   ├── CodeOnlyBinding.pdb
│   │   │   │   └── TempPE
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.vb
│   │   ├── CodeOnlyBinding_VB.vbproj
│   │   ├── MainEntry.vb
│   │   └── MyData.vb
│   ├── CollectionBinding
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── Data.cs
│   │   │   │   ├── ObservableCollection.csproj
│   │   │   │   ├── ObservableCollection.sln
│   │   │   │   ├── ObservableCollection.suo
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── ObservableCollection.exe
│   │   │   │   │   ├── ObservableCollection.pdb
│   │   │   │   │   ├── ObservableCollection.vshost.exe
│   │   │   │   │   └── ObservableCollection.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   │   └── ObservableCollection.exe
│   │   │   ├── CSharp.rar
│   │   │   ├── Data.cs
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── app.g.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   │   ├── ObservableCollection.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── ObservableCollection.exe
│   │   │   │   │   ├── ObservableCollection.g.resources
│   │   │   │   │   ├── ObservableCollection_MarkupCompile.cache
│   │   │   │   │   ├── ObservableCollection_MarkupCompile.lref
│   │   │   │   │   ├── ObservableCollection.pdb
│   │   │   │   │   ├── TempPE
│   │   │   │   │   ├── Window1.baml
│   │   │   │   │   └── Window1.g.cs
│   │   │   │   └── Release
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── ObservableCollection.csproj.FileListAbsolute.txt
│   │   │   │   ├── ObservableCollection.exe
│   │   │   │   ├── ObservableCollection.g.resources
│   │   │   │   ├── ObservableCollection_MarkupCompile.cache
│   │   │   │   ├── ObservableCollection_MarkupCompile.lref
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── ObservableCollection.csproj
│   │   │   ├── ObservableCollection.sln
│   │   │   ├── ObservableCollection.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── CSharp1.rar
│   │   ├── CSharp.rar
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── CollectionBinding_VB.vbproj
│   │   ├── People.vb
│   │   ├── Person.vb
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── CollectionViewSource
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── CollectionViewSource.csproj
│   │   │   │   ├── Data.cs
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── CollectionViewSource.exe
│   │   │   │   │   ├── CollectionViewSource.pdb
│   │   │   │   │   └── CollectionViewSource.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── CollectionViewSource.csproj
│   │   │   ├── CollectionViewSource.sln
│   │   │   ├── CollectionViewSource.suo
│   │   │   ├── Data.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── CollectionViewSource.csproj.FileListAbsolute.txt
│   │   │   │   ├── CollectionViewSource.exe
│   │   │   │   ├── CollectionViewSource.g.resources
│   │   │   │   ├── CollectionViewSource_MarkupCompile.cache
│   │   │   │   ├── CollectionViewSource_MarkupCompile.lref
│   │   │   │   ├── CollectionViewSource.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── CollectionViewSource_VB.vbproj
│   │   ├── Places.vb
│   │   ├── Place.vb
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── Colors
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── ByteToDoubleConverter.cs
│   │   │   ├── ColorItem.cs
│   │   │   ├── Colors.csproj
│   │   │   ├── Colors.xaml
│   │   │   ├── Colors.xaml.cs
│   │   │   ├── DoubleToStringConverter.cs
│   │   │   ├── LuminanceToBrushConverter.cs
│   │   │   └── SourceToBoolConverter.cs
│   │   └── readme.htm
│   ├── CompositeCollections
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── CompositeCollections.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── CompositeCollections.exe
│   │   │   │   ├── CompositeCollections.pdb
│   │   │   │   ├── CompositeCollections.vshost.exe
│   │   │   │   ├── CompositeCollections.vshost.exe.manifest
│   │   │   │   └── en-US
│   │   │   │   └── CompositeCollections.resources.dll
│   │   │   ├── CompositeCollections.csproj
│   │   │   ├── CompositeCollections.sln
│   │   │   ├── CompositeCollections.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── CompositeCollections.csproj.FileListAbsolute.txt
│   │   │   │   ├── CompositeCollections.exe
│   │   │   │   ├── CompositeCollections.g.en-US.resources
│   │   │   │   ├── CompositeCollections_MarkupCompile.cache
│   │   │   │   ├── CompositeCollections_MarkupCompile.lref
│   │   │   │   ├── CompositeCollections.pdb
│   │   │   │   ├── en-US
│   │   │   │   │   └── CompositeCollections.resources.dll
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── CompositeCollections_VB.vbproj
│   │   ├── GreekGods.vb
│   │   ├── GreekGod.vb
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── DataBindingLab
│   │   ├── CSharp
│   │   │   ├── AddProductWindow.xaml
│   │   │   ├── AddProductWindow.xaml.cs
│   │   │   ├── AuctionItem.cs
│   │   │   ├── Backup
│   │   │   │   ├── AddProductWindow.xaml
│   │   │   │   ├── AddProductWindow.xaml.cs
│   │   │   │   ├── AuctionItem.cs
│   │   │   │   ├── Bid.cs
│   │   │   │   ├── DataBindingLabApp.xaml
│   │   │   │   ├── DataBindingLabApp.xaml.cs
│   │   │   │   ├── DataBindingLab.csproj
│   │   │   │   ├── DateConverter.cs
│   │   │   │   ├── FutureDateRule.cs
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── SpecialFeaturesConverter.cs
│   │   │   │   └── User.cs
│   │   │   ├── Backup1
│   │   │   │   ├── AddProductWindow.xaml
│   │   │   │   ├── AddProductWindow.xaml.cs
│   │   │   │   ├── AuctionItem.cs
│   │   │   │   ├── Bid.cs
│   │   │   │   ├── DataBindingLabApp.xaml
│   │   │   │   ├── DataBindingLabApp.xaml.cs
│   │   │   │   ├── DataBindingLab.csproj
│   │   │   │   ├── DataBindingLab.sln
│   │   │   │   ├── DataBindingLab.suo
│   │   │   │   ├── DateConverter.cs
│   │   │   │   ├── FutureDateRule.cs
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── SpecialFeaturesConverter.cs
│   │   │   │   └── User.cs
│   │   │   ├── Bid.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DataBindingLab.exe
│   │   │   │   │   ├── DataBindingLab.pdb
│   │   │   │   │   └── DataBindingLab.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── CurrentPriceConverter.cs
│   │   │   ├── DataBindingLabApp.xaml
│   │   │   ├── DataBindingLabApp.xaml.cs
│   │   │   ├── DataBindingLab.csproj
│   │   │   ├── DataBindingLab.sln
│   │   │   ├── DataBindingLab.suo
│   │   │   ├── DateConverter.cs
│   │   │   ├── FutureDateRule.cs
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── AddProductWindow.baml
│   │   │   │   ├── AddProductWindow.g.cs
│   │   │   │   ├── DataBindingLabApp.baml
│   │   │   │   ├── DataBindingLabApp.g.cs
│   │   │   │   ├── DataBindingLab.csproj.FileListAbsolute.txt
│   │   │   │   ├── DataBindingLab.exe
│   │   │   │   ├── DataBindingLab.g.resources
│   │   │   │   ├── DataBindingLab_MarkupCompile.cache
│   │   │   │   ├── DataBindingLab_MarkupCompile.lref
│   │   │   │   ├── DataBindingLab.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   └── TempPE
│   │   │   ├── SpecialFeaturesConverter.cs
│   │   │   ├── UpgradeLog2.XML
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   └── User.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── AddProductWindow.xaml
│   │   ├── AddProductWindow.xaml.vb
│   │   ├── app.config
│   │   ├── AuctionItem.vb
│   │   ├── Bid.vb
│   │   ├── DataBindingLabApp.xaml
│   │   ├── DataBindingLabApp.xaml.vb
│   │   ├── DataBindingLab.vbproj
│   │   ├── DateConverter.vb
│   │   ├── FutureDateRule.vb
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.vb
│   │   ├── My Project
│   │   │   └── AssemblyInfo.vb
│   │   ├── SpecialFeaturesConverter.vb
│   │   └── User.vb
│   ├── DataTemplatingIntro
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── Data.cs
│   │   │   │   ├── DataTemplatingSample.csproj
│   │   │   │   ├── TaskListDataTemplateSelector.cs
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── Backup1
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── Data.cs
│   │   │   │   ├── DataTemplatingSample.csproj
│   │   │   │   ├── DataTemplatingSample.sln
│   │   │   │   ├── DataTemplatingSample.suo
│   │   │   │   ├── TaskListDataTemplateSelector.cs
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DataTemplatingSample.exe
│   │   │   │   │   ├── DataTemplatingSample.pdb
│   │   │   │   │   └── DataTemplatingSample.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── Data.cs
│   │   │   ├── DataTemplatingSample.csproj
│   │   │   ├── DataTemplatingSample.sln
│   │   │   ├── DataTemplatingSample.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DataTemplatingSample.csproj.FileListAbsolute.txt
│   │   │   │   ├── DataTemplatingSample.exe
│   │   │   │   ├── DataTemplatingSample.g.resources
│   │   │   │   ├── DataTemplatingSample_MarkupCompile.cache
│   │   │   │   ├── DataTemplatingSample_MarkupCompile.lref
│   │   │   │   ├── DataTemplatingSample.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── TaskListDataTemplateSelector.cs
│   │   │   ├── UpgradeLog2.XML
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── DataTemplatingIntro_VB.vbproj
│   │   ├── TaskListDataTemplateSelector.vb
│   │   ├── Tasks.vb
│   │   ├── TaskType.vb
│   │   ├── Task.vb
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── DataTrigger
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── DataTrigger.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── Backup1
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── DataTrigger.csproj
│   │   │   │   ├── DataTrigger.sln
│   │   │   │   ├── DataTrigger.suo
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DataTriggerSample.exe
│   │   │   │   │   ├── DataTriggerSample.pdb
│   │   │   │   │   ├── DataTriggerSample.vshost.exe
│   │   │   │   │   └── en-US
│   │   │   │   │   └── DataTriggerSample.resources.dll
│   │   │   │   └── Release
│   │   │   ├── DataTrigger.csproj
│   │   │   ├── DataTrigger.sln
│   │   │   ├── DataTrigger.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DataTrigger.csproj.FileListAbsolute.txt
│   │   │   │   ├── DataTriggerSample.exe
│   │   │   │   ├── DataTriggerSample.g.en-US.resources
│   │   │   │   ├── DataTriggerSample_MarkupCompile.cache
│   │   │   │   ├── DataTriggerSample_MarkupCompile.lref
│   │   │   │   ├── DataTriggerSample.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── en-US
│   │   │   │   │   └── DataTriggerSample.resources.dll
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── UpgradeLog2.XML
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── DataTrigger_VB.vbproj
│   │   ├── Places.vb
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── DirectionalBinding
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── billsdata.cs
│   │   │   │   ├── DirectionalBinding.csproj
│   │   │   │   ├── Page1.xaml
│   │   │   │   └── Page1.xaml.cs
│   │   │   ├── billsdata.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── DirectionalBinding.exe
│   │   │   │   ├── DirectionalBinding.pdb
│   │   │   │   ├── DirectionalBinding.vshost.exe
│   │   │   │   ├── DirectionalBinding.vshost.exe.manifest
│   │   │   │   └── en-US
│   │   │   │   └── DirectionalBinding.resources.dll
│   │   │   ├── DirectionalBinding.csproj
│   │   │   ├── DirectionalBinding.sln
│   │   │   ├── DirectionalBinding.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DirectionalBinding.csproj.FileListAbsolute.txt
│   │   │   │   ├── DirectionalBinding.exe
│   │   │   │   ├── DirectionalBinding.g.en-US.resources
│   │   │   │   ├── DirectionalBinding_MarkupCompile.cache
│   │   │   │   ├── DirectionalBinding_MarkupCompile.lref
│   │   │   │   ├── DirectionalBinding.pdb
│   │   │   │   ├── en-US
│   │   │   │   │   └── DirectionalBinding.resources.dll
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── Page1.baml
│   │   │   │   ├── Page1.g.cs
│   │   │   │   └── TempPE
│   │   │   ├── Page1.xaml
│   │   │   ├── Page1.xaml.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── DirectionalBinding.vb
│   │   ├── DirectionalBinding_VB.vbproj
│   │   ├── NetIncome.vb
│   │   └── Page1.xaml
│   ├── HierarchicalDataTemplate
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── Data.cs
│   │   │   ├── HierarchicalDataTemplate.csproj
│   │   │   └── Window1.xaml
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── HierarchicalDataTemplate_VB.vbproj
│   │   ├── ListLeagueList.vb
│   │   └── Window1.xaml
│   ├── MasterDetail
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── Data.cs
│   │   │   │   ├── MasterDetail.csproj
│   │   │   │   └── Page1.xaml
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── MasterDetail.exe
│   │   │   │   ├── MasterDetail.pdb
│   │   │   │   ├── MasterDetail.vshost.exe
│   │   │   │   └── MasterDetail.vshost.exe.manifest
│   │   │   ├── Data.cs
│   │   │   ├── MasterDetail.csproj
│   │   │   ├── MasterDetail.sln
│   │   │   ├── MasterDetail.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── MasterDetail.csproj.FileListAbsolute.txt
│   │   │   │   ├── MasterDetail.exe
│   │   │   │   ├── MasterDetail.g.resources
│   │   │   │   ├── MasterDetail_MarkupCompile.cache
│   │   │   │   ├── MasterDetail_MarkupCompile.lref
│   │   │   │   ├── MasterDetail.pdb
│   │   │   │   ├── Page1.baml
│   │   │   │   └── TempPE
│   │   │   ├── Page1.xaml
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── Data.vb
│   │   ├── MasterDetail_VB.vbproj
│   │   └── Page1.xaml
│   ├── MasterDetailXml
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── MasterDetailXml.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── MasterDetailXml.exe
│   │   │   │   │   ├── MasterDetailXml.pdb
│   │   │   │   │   └── MasterDetailXml.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── Data
│   │   │   │   └── Leagues.xml
│   │   │   ├── MasterDetailXml.csproj
│   │   │   ├── MasterDetailXml.sln
│   │   │   ├── MasterDetailXml.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── MasterDetailXml.csproj.FileListAbsolute.txt
│   │   │   │   ├── MasterDetailXml.exe
│   │   │   │   ├── MasterDetailXml.g.resources
│   │   │   │   ├── MasterDetailXml_MarkupCompile.cache
│   │   │   │   ├── MasterDetailXml.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── Properties
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── Data
│   │   │   └── Leagues.xml
│   │   ├── MasterDetailVB.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── MultiBinding
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── MultiBinding.csproj
│   │   │   │   ├── NameConverter.cs
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── en-US
│   │   │   │   │   └── MultiBinding.resources.dll
│   │   │   │   ├── MultiBinding.exe
│   │   │   │   ├── MultiBinding.pdb
│   │   │   │   ├── MultiBinding.vshost.exe
│   │   │   │   └── MultiBinding.vshost.exe.manifest
│   │   │   ├── MultiBinding.csproj
│   │   │   ├── MultiBinding.sln
│   │   │   ├── MultiBinding.suo
│   │   │   ├── NameConverter.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── en-US
│   │   │   │   │   └── MultiBinding.resources.dll
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── MultiBinding.csproj.FileListAbsolute.txt
│   │   │   │   ├── MultiBinding.exe
│   │   │   │   ├── MultiBinding.g.en-US.resources
│   │   │   │   ├── MultiBinding_MarkupCompile.cache
│   │   │   │   ├── MultiBinding_MarkupCompile.lref
│   │   │   │   ├── MultiBinding.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── MultiBinding_VB.vbproj
│   │   ├── NameConverter.vb
│   │   ├── NameList.vb
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── PriorityBinding
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── PriorityBinding.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── Backup1
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── PriorityBinding.csproj
│   │   │   │   ├── PriorityBinding.sln
│   │   │   │   ├── PriorityBinding.suo
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── en-US
│   │   │   │   │   │   └── PriorityBinding.resources.dll
│   │   │   │   │   ├── PriorityBinding.exe
│   │   │   │   │   ├── PriorityBinding.pdb
│   │   │   │   │   ├── PriorityBinding.vshost.exe
│   │   │   │   │   └── PriorityBinding.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── en-US
│   │   │   │   │   └── PriorityBinding.resources.dll
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── PriorityBinding.csproj.FileListAbsolute.txt
│   │   │   │   ├── PriorityBinding.exe
│   │   │   │   ├── PriorityBinding.g.en-US.resources
│   │   │   │   ├── PriorityBinding_MarkupCompile.cache
│   │   │   │   ├── PriorityBinding_MarkupCompile.lref
│   │   │   │   ├── PriorityBinding.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── PriorityBinding.csproj
│   │   │   ├── PriorityBinding.sln
│   │   │   ├── PriorityBinding.suo
│   │   │   ├── UpgradeLog2.XML
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── AsyncDataSource.vb
│   │   ├── PriorityBinding_VB.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── PropertyChangeNotification
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── mydata.cs
│   │   │   │   ├── Page1.xaml
│   │   │   │   ├── PropertyChangeNotification.csproj
│   │   │   │   └── PropertyChangeNotification.sln
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── en-US
│   │   │   │   │   └── PropertyChangeNotification.resources.dll
│   │   │   │   ├── PropertyChangeNotification.exe
│   │   │   │   ├── PropertyChangeNotification.pdb
│   │   │   │   ├── PropertyChangeNotification.vshost.exe
│   │   │   │   └── PropertyChangeNotification.vshost.exe.manifest
│   │   │   ├── mydata.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── en-US
│   │   │   │   │   └── PropertyChangeNotification.resources.dll
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── Page1.baml
│   │   │   │   ├── PropertyChangeNotification.csproj.FileListAbsolute.txt
│   │   │   │   ├── PropertyChangeNotification.exe
│   │   │   │   ├── PropertyChangeNotification.g.en-US.resources
│   │   │   │   ├── PropertyChangeNotification_MarkupCompile.cache
│   │   │   │   ├── PropertyChangeNotification_MarkupCompile.lref
│   │   │   │   ├── PropertyChangeNotification.pdb
│   │   │   │   └── TempPE
│   │   │   ├── Page1.xaml
│   │   │   ├── PropertyChangeNotification.csproj
│   │   │   ├── PropertyChangeNotification.sln
│   │   │   ├── PropertyChangeNotification.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── BidCollection.vb
│   │   ├── Bid.vb
│   │   ├── Page1.xaml
│   │   └── PropertyChangeNotification_VB.vbproj
│   ├── SimpleBinding
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── Page1.xaml
│   │   │   ├── Person.cs
│   │   │   └── SimpleBinding.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── Page1.xaml
│   │   ├── Person.vb
│   │   └── SimpleBinding_VB.vbproj
│   ├── SortFilter
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── mydata.cs
│   │   │   ├── Page1.xaml
│   │   │   ├── Page1.xaml.cs
│   │   │   └── SortFilter.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── Orders.vb
│   │   ├── Order.vb
│   │   ├── Page1.xaml
│   │   ├── Page1.xaml.vb
│   │   └── SortFilter_VB.vbproj
│   ├── UpdateSource
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── mydata.cs
│   │   │   │   ├── UpdateSource.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── en-US
│   │   │   │   │   └── UpdateSourceSample.resources.dll
│   │   │   │   ├── UpdateSourceSample.exe
│   │   │   │   ├── UpdateSourceSample.pdb
│   │   │   │   ├── UpdateSourceSample.vshost.exe
│   │   │   │   └── UpdateSourceSample.vshost.exe.manifest
│   │   │   ├── MyData.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── en-US
│   │   │   │   │   └── UpdateSourceSample.resources.dll
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── TempPE
│   │   │   │   ├── UpdateSource.csproj.FileListAbsolute.txt
│   │   │   │   ├── UpdateSourceSample.exe
│   │   │   │   ├── UpdateSourceSample.g.en-US.resources
│   │   │   │   ├── UpdateSourceSample_MarkupCompile.cache
│   │   │   │   ├── UpdateSourceSample_MarkupCompile.lref
│   │   │   │   ├── UpdateSourceSample.pdb
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── UpdateSource.csproj
│   │   │   ├── UpdateSource.sln
│   │   │   ├── UpdateSource.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── UpdateSource_VB.vbproj
│   │   ├── UserProfile.vb
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── XmlDataSource
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.xaml
│   │   ├── Backup
│   │   │   ├── app.xaml
│   │   │   ├── Window1.xaml
│   │   │   └── XMLDataSource.csproj
│   │   ├── Backup1
│   │   │   ├── app.xaml
│   │   │   ├── Window1.xaml
│   │   │   ├── XMLDataSource.csproj
│   │   │   ├── XMLDataSource.sln
│   │   │   └── XMLDataSource.suo
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── XmlDataSource.exe
│   │   │   ├── XmlDataSource.pdb
│   │   │   └── XmlDataSource.vshost.exe
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   ├── XMLDataSource.csproj.FileListAbsolute.txt
│   │   │   │   ├── XmlDataSource.exe
│   │   │   │   ├── XmlDataSource.g.resources
│   │   │   │   ├── XmlDataSource_MarkupCompile.cache
│   │   │   │   └── XmlDataSource.pdb
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   ├── UpgradeLog2.XML
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── Thumbs.db
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Window1.xaml
│   │   ├── XMLDataSource.csproj
│   │   ├── XMLDataSource.sln
│   │   ├── XMLDataSource.suo
│   │   └── XMLDataSource.vbproj
│   ├── XmlDataSource2
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── Backup
│   │   │   ├── app.xaml
│   │   │   ├── Window1.xaml
│   │   │   └── XmlDataSource2.csproj
│   │   ├── Backup1
│   │   │   ├── app.xaml
│   │   │   ├── Window1.xaml
│   │   │   ├── XmlDataSource2.csproj
│   │   │   ├── XmlDataSource2.sln
│   │   │   └── XmlDataSource2.suo
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── XmlDataSource2.exe
│   │   │   ├── XmlDataSource2.pdb
│   │   │   └── XmlDataSource2.vshost.exe
│   │   ├── data
│   │   │   └── BookData.xml
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   ├── XmlDataSource2.csproj.FileListAbsolute.txt
│   │   │   │   ├── XmlDataSource2.exe
│   │   │   │   ├── XmlDataSource2.g.resources
│   │   │   │   ├── XmlDataSource2_MarkupCompile.cache
│   │   │   │   └── XmlDataSource2.pdb
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   ├── UpgradeLog2.XML
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Window1.xaml
│   │   ├── XmlDataSource2.csproj
│   │   ├── XmlDataSource2.sln
│   │   ├── XmlDataSource2.suo
│   │   └── XmlDataSource2.vbproj
│   └── XmlnsBind
│   ├── readme.htm
│   └── XAML
│   ├── app.xaml
│   ├── Backup
│   │   ├── app.xaml
│   │   ├── Window1.xaml
│   │   └── XmlnsBind.csproj
│   ├── Backup1
│   │   ├── app.xaml
│   │   ├── Window1.xaml
│   │   ├── XmlnsBind.csproj
│   │   ├── XmlnsBind.sln
│   │   └── XmlnsBind.suo
│   ├── bin
│   │   └── Debug
│   │   ├── XmlnsBind.exe
│   │   ├── XmlnsBind.pdb
│   │   └── XmlnsBind.vshost.exe
│   ├── obj
│   │   ├── Debug
│   │   │   ├── app.g.cs
│   │   │   ├── TempPE
│   │   │   ├── Window1.baml
│   │   │   ├── XmlnsBind.csproj.FileListAbsolute.txt
│   │   │   ├── XmlnsBind.exe
│   │   │   ├── XmlnsBind.g.resources
│   │   │   ├── XmlnsBind_MarkupCompile.cache
│   │   │   └── XmlnsBind.pdb
│   │   └── x86
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   ├── UpgradeLog2.XML
│   ├── UpgradeLog.XML
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Window1.xaml
│   ├── XmlnsBind.csproj
│   ├── XmlnsBind.sln
│   ├── XmlnsBind.suo
│   └── XmlnsBind.vbproj
├── Controls
│   ├── AccessText
│   │   ├── CSharp
│   │   │   ├── AccessText.csproj
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── Pane1.xaml
│   │   │   └── Pane1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── AccessText.vbproj
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── Pane1.xaml
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── AnimatedPopup
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── AnimatedPopup.csproj
│   │   ├── AnimatedPopup.vbproj
│   │   ├── app.xaml
│   │   └── Window1.xaml
│   ├── BtnColor
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ButtonAlign.csproj
│   │   │   ├── data
│   │   │   │   └── flower.jpg
│   │   │   ├── Pane1.xaml
│   │   │   └── Pane1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.ico
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── ButtonAlign_vb.vbproj
│   │   ├── data
│   │   │   └── flower.jpg
│   │   ├── Pane1.xaml
│   │   └── Pane1.xaml.vb
│   ├── BtnStyles
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── Backup
│   │   │   ├── app.xaml
│   │   │   ├── ButtonStyles2.csproj
│   │   │   └── Pane1.xaml
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── ButtonStyles2.exe
│   │   │   ├── ButtonStyles2.pdb
│   │   │   ├── ButtonStyles2.vshost.exe
│   │   │   └── ButtonStyles2.vshost.exe.manifest
│   │   ├── ButtonStyles2.csproj
│   │   ├── ButtonStyles2.sln
│   │   ├── ButtonStyles2.suo
│   │   ├── ButtonStyles2.vbproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── app.baml
│   │   │   ├── app.g.cs
│   │   │   ├── ButtonStyles2.csproj.FileListAbsolute.txt
│   │   │   ├── ButtonStyles2.exe
│   │   │   ├── ButtonStyles2.g.resources
│   │   │   ├── ButtonStyles2_MarkupCompile.cache
│   │   │   ├── ButtonStyles2.pdb
│   │   │   ├── Pane1.baml
│   │   │   └── TempPE
│   │   ├── Pane1.xaml
│   │   ├── Properties
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── BulletPanelExample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── BulletDecorator.csproj
│   │   │   ├── IMAGES
│   │   │   │   └── apple.jpg
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── BulletDecorator.vbproj
│   │   ├── IMAGES
│   │   │   └── apple.jpg
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── CheckBoxElement
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Checkbox2.csproj
│   │   │   ├── data
│   │   │   │   └── flower.jpg
│   │   │   ├── Pane1.xaml
│   │   │   └── Pane1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.ico
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── CheckBox_vb.vbproj
│   │   ├── data
│   │   │   └── flower.jpg
│   │   ├── Pane1.xaml
│   │   └── Pane1.xaml.vb
│   ├── CheckBoxStyles
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── App.xaml
│   │   ├── Backup
│   │   │   ├── app.xaml
│   │   │   ├── CheckBoxStyles.csproj
│   │   │   └── Window1.xaml
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── checkboxstyles2.exe
│   │   │   ├── checkboxstyles2.pdb
│   │   │   └── checkboxstyles2.vshost.exe
│   │   ├── CheckBoxStyles.csproj
│   │   ├── CheckBoxStyles.sln
│   │   ├── CheckBoxStyles.suo
│   │   ├── CheckBoxStyles.vbproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── app.baml
│   │   │   ├── app.g.cs
│   │   │   ├── checkboxstyles2.exe
│   │   │   ├── checkboxstyles2.g.resources
│   │   │   ├── checkboxstyles2_MarkupCompile.cache
│   │   │   ├── checkboxstyles2.pdb
│   │   │   ├── CheckBoxStyles.csproj.FileListAbsolute.txt
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TempPE
│   │   │   ├── Window1.baml
│   │   │   └── Window1.g.cs
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── Window1.xaml
│   ├── ComboBoxItems
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ComboBox_Index.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VIsualBasic
│   │   ├── app.xaml
│   │   ├── ComboBox_Index.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ComboBoxSimple
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ComboBoxSimple.csproj
│   │   │   ├── data
│   │   │   │   ├── cat.png
│   │   │   │   ├── dog.png
│   │   │   │   └── fish.png
│   │   │   ├── Pane1.xaml
│   │   │   └── Pane1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── ComboBoxSimple.vbproj
│   │   ├── data
│   │   │   ├── cat.png
│   │   │   ├── dog.png
│   │   │   └── fish.png
│   │   ├── Pane1.xaml
│   │   └── Pane1.xaml.vb
│   ├── ComboBoxStyles
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── ComboBoxStyles.csproj
│   │   ├── ComboBoxStyles.vbproj
│   │   └── Pane1.xaml
│   ├── ContentControl
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ContentControlSimple.csproj
│   │   │   ├── Page1.xaml
│   │   │   └── Page1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── ContentControlSimple.vbproj
│   │   ├── Page1.xaml
│   │   └── Page1.xaml.vb
│   ├── ContextMenu
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ContextMenus.csproj
│   │   │   ├── data
│   │   │   │   ├── cat.png
│   │   │   │   ├── dog.png
│   │   │   │   └── fish.png
│   │   │   ├── Pane1.xaml
│   │   │   └── Pane1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.ico
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── ContextMenusVB.vbproj
│   │   ├── data
│   │   │   ├── cat.png
│   │   │   ├── dog.png
│   │   │   └── fish.png
│   │   ├── Pane1.xaml
│   │   └── Pane1.xaml.vb
│   ├── ContextMenuShared
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── ContextMenu_wcp.csproj
│   │   ├── ContextMenu_wcp.vbproj
│   │   └── Pane1.xaml
│   ├── ContextMenuStyles
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ContextMenuStyles.csproj
│   │   │   ├── Pane1.xaml
│   │   │   └── Pane1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── ContextMenuStyles.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ControlProps
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ControlProps.csproj
│   │   │   ├── Pane1.xaml
│   │   │   └── Pane1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── ControlProps.vbproj
│   │   ├── Pane1.xaml
│   │   └── Pane1.xaml.vb
│   ├── ControlsAll
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ControlsAll.csproj
│   │   │   ├── Pane1.xaml
│   │   │   └── Pane1.xaml.cs
│   │   └── readme.htm
│   ├── ControlTemplateExamples
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── Page1.xaml
│   │   │   │   ├── Page1.xaml.cs
│   │   │   │   ├── Page2.xaml
│   │   │   │   ├── Page2.xaml.cs
│   │   │   │   ├── Resources
│   │   │   │   │   ├── Button.xaml
│   │   │   │   │   ├── CheckBox.xaml
│   │   │   │   │   ├── ComboBox.xaml
│   │   │   │   │   ├── DocumentViewer.xaml
│   │   │   │   │   ├── Expander.xaml
│   │   │   │   │   ├── Frame.xaml
│   │   │   │   │   ├── GroupBox.xaml
│   │   │   │   │   ├── Label.xaml
│   │   │   │   │   ├── ListBox.xaml
│   │   │   │   │   ├── ListView.xaml
│   │   │   │   │   ├── Menu.xaml
│   │   │   │   │   ├── NavigationWindow.xaml
│   │   │   │   │   ├── ProgressBar.xaml
│   │   │   │   │   ├── RadioButton.xaml
│   │   │   │   │   ├── ResizeGrip.xaml
│   │   │   │   │   ├── ScrollBar.xaml
│   │   │   │   │   ├── ScrollViewer.xaml
│   │   │   │   │   ├── Separator.xaml
│   │   │   │   │   ├── Shared.xaml
│   │   │   │   │   ├── Slider.xaml
│   │   │   │   │   ├── StatusBar.xaml
│   │   │   │   │   ├── TabControl.xaml
│   │   │   │   │   ├── TextBox.xaml
│   │   │   │   │   ├── ToolBar.xaml
│   │   │   │   │   ├── ToolTip.xaml
│   │   │   │   │   ├── TreeView.xaml
│   │   │   │   │   └── Window.xaml
│   │   │   │   ├── SimpleStyles.csproj
│   │   │   │   ├── TestNavigationWindow.xaml
│   │   │   │   ├── TestNavigationWindow.xaml.cs
│   │   │   │   ├── TestWindow.xaml
│   │   │   │   ├── TestWindow.xaml.cs
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── SimpleStyles.exe
│   │   │   │   │   ├── SimpleStyles.pdb
│   │   │   │   │   └── SimpleStyles.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.baml
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Page1.baml
│   │   │   │   ├── Page1.g.cs
│   │   │   │   ├── Page2.baml
│   │   │   │   ├── Page2.g.cs
│   │   │   │   ├── Resources
│   │   │   │   │   ├── Button.baml
│   │   │   │   │   ├── CheckBox.baml
│   │   │   │   │   ├── ComboBox.baml
│   │   │   │   │   ├── DocumentViewer.baml
│   │   │   │   │   ├── Expander.baml
│   │   │   │   │   ├── Frame.baml
│   │   │   │   │   ├── GroupBox.baml
│   │   │   │   │   ├── Label.baml
│   │   │   │   │   ├── ListBox.baml
│   │   │   │   │   ├── ListView.baml
│   │   │   │   │   ├── Menu.baml
│   │   │   │   │   ├── NavigationWindow.baml
│   │   │   │   │   ├── ProgressBar.baml
│   │   │   │   │   ├── RadioButton.baml
│   │   │   │   │   ├── ResizeGrip.baml
│   │   │   │   │   ├── ScrollBar.baml
│   │   │   │   │   ├── ScrollViewer.baml
│   │   │   │   │   ├── Separator.baml
│   │   │   │   │   ├── Shared.baml
│   │   │   │   │   ├── Slider.baml
│   │   │   │   │   ├── StatusBar.baml
│   │   │   │   │   ├── TabControl.baml
│   │   │   │   │   ├── TextBox.baml
│   │   │   │   │   ├── ToolBar.baml
│   │   │   │   │   ├── ToolTip.baml
│   │   │   │   │   ├── TreeView.baml
│   │   │   │   │   └── Window.baml
│   │   │   │   ├── SimpleStyles.csproj.FileListAbsolute.txt
│   │   │   │   ├── SimpleStyles.exe
│   │   │   │   ├── SimpleStyles.g.resources
│   │   │   │   ├── SimpleStyles_MarkupCompile.cache
│   │   │   │   ├── SimpleStyles.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── TestNavigationWindow.baml
│   │   │   │   ├── TestNavigationWindow.g.cs
│   │   │   │   ├── TestWindow.baml
│   │   │   │   ├── TestWindow.g.cs
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── Page1.xaml
│   │   │   ├── Page1.xaml.cs
│   │   │   ├── Page2.xaml
│   │   │   ├── Page2.xaml.cs
│   │   │   ├── Resources
│   │   │   │   ├── Button.xaml
│   │   │   │   ├── CheckBox.xaml
│   │   │   │   ├── ComboBox.xaml
│   │   │   │   ├── DocumentViewer.xaml
│   │   │   │   ├── Expander.xaml
│   │   │   │   ├── Frame.xaml
│   │   │   │   ├── GroupBox.xaml
│   │   │   │   ├── Label.xaml
│   │   │   │   ├── ListBox.xaml
│   │   │   │   ├── ListView.xaml
│   │   │   │   ├── Menu.xaml
│   │   │   │   ├── NavigationWindow.xaml
│   │   │   │   ├── ProgressBar.xaml
│   │   │   │   ├── RadioButton.xaml
│   │   │   │   ├── ResizeGrip.xaml
│   │   │   │   ├── ScrollBar.xaml
│   │   │   │   ├── ScrollViewer.xaml
│   │   │   │   ├── Separator.xaml
│   │   │   │   ├── Shared.xaml
│   │   │   │   ├── Slider.xaml
│   │   │   │   ├── StatusBar.xaml
│   │   │   │   ├── TabControl.xaml
│   │   │   │   ├── TextBox.xaml
│   │   │   │   ├── ToolBar.xaml
│   │   │   │   ├── ToolTip.xaml
│   │   │   │   ├── TreeView.xaml
│   │   │   │   └── Window.xaml
│   │   │   ├── SimpleStyles.csproj
│   │   │   ├── SimpleStyles.sln
│   │   │   ├── SimpleStyles.suo
│   │   │   ├── TestNavigationWindow.xaml
│   │   │   ├── TestNavigationWindow.xaml.cs
│   │   │   ├── TestWindow.xaml
│   │   │   ├── TestWindow.xaml.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── CustomControlNumericUpDown
│   │   ├── CSharp
│   │   │   ├── CustomControlLibrary
│   │   │   │   ├── CustomControlLibrary.csproj
│   │   │   │   ├── NumericUpDown.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── themes
│   │   │   │   ├── generic.xaml
│   │   │   │   └── Luna.NormalColor.xaml
│   │   │   ├── CustomControlProj
│   │   │   │   ├── CustomControlProj.csproj
│   │   │   │   ├── MyApp.xaml
│   │   │   │   ├── MyApp.xaml.cs
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── CustomControlSol.sln
│   │   │   └── CustomControlSol.suo
│   │   └── readme.htm
│   ├── CustomControlNumericUpDownExternalLibrary
│   │   ├── CSharp
│   │   │   ├── CustomControlApp
│   │   │   │   ├── CustomControlApp.csproj
│   │   │   │   ├── MyApp.xaml
│   │   │   │   ├── MyApp.xaml.cs
│   │   │   │   ├── NumericUpDown.xaml
│   │   │   │   ├── NumericUpDown.xaml.cs
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── CustomControlLibrary
│   │   │   │   ├── CustomControlLibrary.csproj
│   │   │   │   ├── NumericUpDown.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   └── themes
│   │   │   │   └── generic.xaml
│   │   │   └── NumericUpDownExternalLibrary.sln
│   │   └── readme.htm
│   ├── CustomControlNumericUpDownOneProject
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── NumericUpDown.cs
│   │   │   ├── NumericUpDownOneProject.csproj
│   │   │   ├── NumericUpDown.xaml
│   │   │   ├── NumericUpDown.xaml.cs
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── ExpanderExample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── ExpanderExample.csproj
│   │   │   │   ├── Page1.xaml
│   │   │   │   └── Page1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ExpanderExample.exe
│   │   │   │   ├── ExpanderExample.pdb
│   │   │   │   ├── ExpanderExample.vshost.exe
│   │   │   │   └── ExpanderExample.vshost.exe.manifest
│   │   │   ├── ExpanderExample.csproj
│   │   │   ├── ExpanderExample.sln
│   │   │   ├── ExpanderExample.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── ExpanderExample.csproj.FileListAbsolute.txt
│   │   │   │   ├── ExpanderExample.exe
│   │   │   │   ├── ExpanderExample.g.resources
│   │   │   │   ├── ExpanderExample_MarkupCompile.cache
│   │   │   │   ├── ExpanderExample.pdb
│   │   │   │   ├── Page1.baml
│   │   │   │   ├── Page1.g.cs
│   │   │   │   └── TempPE
│   │   │   ├── Page1.xaml
│   │   │   ├── Page1.xaml.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── ExpanderExample.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ExpanderRichContent
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── ExpanderRichContent.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── ExpanderRichContent.exe
│   │   │   │   │   ├── ExpanderRichContent.pdb
│   │   │   │   │   └── ExpanderRichContent.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── ExpanderRichContent.csproj
│   │   │   ├── ExpanderRichContent.sln
│   │   │   ├── ExpanderRichContent.suo
│   │   │   ├── images
│   │   │   │   └── icon.jpg
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ExpanderRichContent.csproj.FileListAbsolute.txt
│   │   │   │   ├── ExpanderRichContent.exe
│   │   │   │   ├── ExpanderRichContent.g.resources
│   │   │   │   ├── ExpanderRichContent_MarkupCompile.cache
│   │   │   │   ├── ExpanderRichContent.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── ExpanderRichContent.vbproj
│   │   ├── images
│   │   │   └── icon.jpg
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── FrameExample
│   │   ├── CSharp
│   │   │   ├── AnotherPage.xaml
│   │   │   ├── AnotherPage.xaml.cs
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── FrameExample.csproj
│   │   │   ├── Page1.xaml
│   │   │   └── Page1.xaml.cs
│   │   └── readme.htm
│   ├── GridSplitterProperties
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── GridSplitterProperties.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── GridSplitterProperties.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── GridSplitterRowColumn
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── GridSplitterRowColumn.csproj
│   │   ├── GridSplitterRowColumn.vbproj
│   │   └── Window1.xaml
│   ├── GridViewWithGroups
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── GridViewWithGroups.csproj
│   │   ├── GridViewWithGroups.vbproj
│   │   └── Window1.xaml
│   ├── GroupBoxExample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── GroupBoxExample.csproj
│   │   │   ├── Page1.xaml
│   │   │   └── Page1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── GroupBoxExample.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── HeaderedContentControl
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── HeaderedContentControlSimple.csproj
│   │   │   ├── Page1.xaml
│   │   │   └── Page1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── HeaderedContentControlSimple.vbproj
│   │   ├── Page1.xaml
│   │   └── Page1.xaml.vb
│   ├── HeaderedItemsControl
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── HeaderedItemsControlSimple.csproj
│   │   │   ├── Page1.xaml
│   │   │   └── Page1.xaml.cs
│   │   └── readme.htm
│   ├── Label
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── Label.csproj
│   │   ├── Label.vbproj
│   │   └── Pane1.xaml
│   ├── ListBoxEvent
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── data
│   │   │   │   ├── cat.png
│   │   │   │   ├── dog.png
│   │   │   │   └── fish.png
│   │   │   ├── ListBoxEvent.csproj
│   │   │   ├── Pane1.xaml
│   │   │   └── Pane1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.ico
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── data
│   │   │   ├── cat.png
│   │   │   ├── dog.png
│   │   │   └── fish.png
│   │   ├── ListBox_VB.vbproj
│   │   ├── Pane1.xaml
│   │   └── Pane1.xaml.vb
│   ├── ListBoxHorizontal
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ListBox_Horz.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── ListBox_Horz.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ListBoxItems
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ListBox_Index.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── ListBox_Index.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ListBoxItemStyle
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── ListBoxItemStyle.csproj
│   │   │   │   ├── Pane1.xaml
│   │   │   │   └── Pane1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ListBoxItemStyle.vshost.exe
│   │   │   │   └── ListBoxItemStyle.vshost.exe.manifest
│   │   │   ├── ListBoxItemStyle.csproj
│   │   │   ├── ListBoxItemStyle.sln
│   │   │   ├── ListBoxItemStyle.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   └── TempPE
│   │   │   ├── Pane1.xaml
│   │   │   ├── Pane1.xaml.cs
│   │   │   ├── Properties
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── ListBoxItemStyle.vbproj
│   │   ├── Pane1.xaml
│   │   └── Pane1.xaml.vb
│   ├── ListBoxStyles
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ListBoxStyles.csproj
│   │   │   ├── Pane1.xaml
│   │   │   └── Pane1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── ListBoxStyles.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ListViewCheckBox
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ListViewCheckBox.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── ListViewCheckBox.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ListViewCode
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ListViewCode.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── ListViewCustomView
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Images
│   │   │   │   ├── cat.png
│   │   │   │   ├── dog.png
│   │   │   │   ├── fish.png
│   │   │   │   └── flower.jpg
│   │   │   ├── ListViewCustomView.csproj
│   │   │   ├── MyView.cs
│   │   │   ├── OneButtonHeaderView.cs
│   │   │   ├── PlainView.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Themes
│   │   │   │   └── Generic.xaml
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── ListViewEditable
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── EditBoxAdorner.cs
│   │   │   ├── EditBox.cs
│   │   │   ├── Editing.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── ListViewHeaderRoleStyle
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── ListViewHeaderRoleStyle.csproj
│   │   ├── ListViewHeaderRoleStyle.vbproj
│   │   └── Window1.xaml
│   ├── ListViewItemStyle
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── ListViewItemStyle.csproj
│   │   ├── ListViewItemStyle.vbproj
│   │   └── Window1.xaml
│   ├── ListViewSort
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ListViewSort.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── ListViewTemplate
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ListViewTemplate.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── MenuEvent
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── data
│   │   │   │   ├── cat.png
│   │   │   │   ├── dog.png
│   │   │   │   └── fish.png
│   │   │   ├── Menus.csproj
│   │   │   ├── Pane1.xaml
│   │   │   └── Pane1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.ico
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── data
│   │   │   ├── cat.png
│   │   │   ├── dog.png
│   │   │   └── fish.png
│   │   ├── MenusVB.vbproj
│   │   ├── Pane1.xaml
│   │   └── Pane1.xaml.vb
│   ├── MenuStyles
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── data
│   │   │   │   └── separator.PNG
│   │   │   ├── MenuStyles.csproj
│   │   │   ├── Pane1.xaml
│   │   │   └── Pane1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── App.xaml
│   │   ├── data
│   │   │   └── separator.PNG
│   │   ├── MenuStyles.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── PopupCustomPlacement
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── PopupCustomPlacement.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── PopupPosition
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── PopupPosition.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── PopupSimple
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── PopupPropertiesSample.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Popup Properties Sample.exe
│   │   │   │   ├── Popup Properties Sample.pdb
│   │   │   │   ├── Popup Properties Sample.vshost.exe
│   │   │   │   └── Popup Properties Sample.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── PopupPropertiesSample.csproj.FileListAbsolute.txt
│   │   │   │   ├── Popup Properties Sample.exe
│   │   │   │   ├── Popup Properties Sample.g.resources
│   │   │   │   ├── Popup Properties Sample_MarkupCompile.cache
│   │   │   │   ├── Popup Properties Sample.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── PopupPropertiesSample.csproj
│   │   │   ├── PopupPropertiesSample.csproj.user
│   │   │   ├── PopupPropertiesSample.sln
│   │   │   ├── PopupPropertiesSample.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── PopupSample.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ProgressBar
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── data
│   │   │   │   ├── cat.png
│   │   │   │   ├── dog.png
│   │   │   │   └── fish.png
│   │   │   ├── ProgressBar.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── RadioButton
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── Pane1.xaml
│   │   │   │   ├── Pane1.xaml.cs
│   │   │   │   └── RadioButton.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── RadioButtonSimple.exe
│   │   │   │   ├── RadioButtonSimple.pdb
│   │   │   │   └── RadioButtonSimple.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Pane1.baml
│   │   │   │   ├── Pane1.g.cs
│   │   │   │   ├── RadioButton.csproj.FileListAbsolute.txt
│   │   │   │   ├── RadioButtonSimple.exe
│   │   │   │   ├── RadioButtonSimple.g.resources
│   │   │   │   ├── RadioButtonSimple_MarkupCompile.cache
│   │   │   │   ├── RadioButtonSimple.pdb
│   │   │   │   └── TempPE
│   │   │   ├── Pane1.xaml
│   │   │   ├── Pane1.xaml.cs
│   │   │   ├── Properties
│   │   │   ├── RadioButton.csproj
│   │   │   ├── RadioButton.sln
│   │   │   ├── RadioButton.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── App.xaml
│   │   ├── RadioButton.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── RepeatButton
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── Pane1.xaml
│   │   │   │   ├── Pane1.xaml.cs
│   │   │   │   └── RepeatButtons.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── RepeatButtons.exe
│   │   │   │   ├── RepeatButtons.pdb
│   │   │   │   ├── RepeatButtons.vshost.exe
│   │   │   │   └── RepeatButtons.vshost.exe.manifest
│   │   │   ├── data
│   │   │   │   ├── downarrow.PNG
│   │   │   │   └── uparrow.PNG
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── Pane1.baml
│   │   │   │   ├── Pane1.g.cs
│   │   │   │   ├── RepeatButtons.csproj.FileListAbsolute.txt
│   │   │   │   ├── RepeatButtons.exe
│   │   │   │   ├── RepeatButtons.g.resources
│   │   │   │   ├── RepeatButtons_MarkupCompile.cache
│   │   │   │   ├── RepeatButtons.pdb
│   │   │   │   └── TempPE
│   │   │   ├── Pane1.xaml
│   │   │   ├── Pane1.xaml.cs
│   │   │   ├── Properties
│   │   │   ├── RepeatButtons.csproj
│   │   │   ├── RepeatButtons.sln
│   │   │   ├── RepeatButtons.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.ico
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── data
│   │   │   ├── downarrow.PNG
│   │   │   └── uparrow.PNG
│   │   ├── Pane1.xaml
│   │   ├── Pane1.xaml.vb
│   │   └── RepeatButton_vb.vbproj
│   ├── RepeatButtonStyles
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Pane1.xaml
│   │   │   ├── Pane1.xaml.cs
│   │   │   └── repeatbuttonstyles.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── App.xaml
│   │   ├── repeatbuttonstyles.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ScrollBarTemplateExample
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── ScrollBarStyleExample.csproj
│   │   ├── ScrollBarStyleExample.vbproj
│   │   └── Window1.xaml
│   ├── Slider
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Pane1.xaml
│   │   │   ├── Pane1.xaml.cs
│   │   │   └── Slider.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── Pane1.xaml
│   │   ├── Pane1.xaml.vb
│   │   └── Slider_vb.vbproj
│   ├── SliderStyles
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── Pane1.xaml
│   │   ├── Slider_wcp.csproj
│   │   └── Slider_wcp.vbproj
│   ├── SliderwithDataBinding
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── Pane1.xaml
│   │   ├── SliderwithDataBinding.csproj
│   │   └── SliderwithDataBinding.vbproj
│   ├── StatusBar
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── images
│   │   │   │   ├── HELP.BMP
│   │   │   │   └── PRINT.BMP
│   │   │   ├── StatusBar.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── TabControl
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Pane1.xaml
│   │   │   ├── Pane1.xaml.cs
│   │   │   └── TabControlSimple.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── App.xaml
│   │   ├── TabControl.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── TabControlStyles
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── Pane1.xaml
│   │   ├── TabControlGrid.csproj
│   │   └── TabControlGrid.vbproj
│   ├── TabControlUsingControlTemplates
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── Page1.xaml
│   │   ├── TabControlStyles.csproj
│   │   └── TabControlStyles.vbproj
│   ├── TabControlUsingItemTemplate
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Data.cs
│   │   │   ├── TabControlUsingItemTemplate.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── Data.vb
│   │   ├── TabControlUsingItemTemplate.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── TabControlwithContextMenu
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Pane1.xaml
│   │   │   ├── Pane1.xaml.cs
│   │   │   └── TabControlEx.csproj
│   │   └── readme.htm
│   ├── Thumb
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── Pane1.xaml
│   │   │   │   ├── Pane1.xaml.cs
│   │   │   │   └── Thumb_wcp.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Thumb_wcp.exe
│   │   │   │   ├── Thumb_wcp.pdb
│   │   │   │   └── Thumb_wcp.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Pane1.baml
│   │   │   │   ├── Pane1.g.cs
│   │   │   │   ├── TempPE
│   │   │   │   ├── Thumb_wcp.csproj.FileListAbsolute.txt
│   │   │   │   ├── Thumb_wcp.exe
│   │   │   │   ├── Thumb_wcp.g.resources
│   │   │   │   ├── Thumb_wcp_MarkupCompile.cache
│   │   │   │   └── Thumb_wcp.pdb
│   │   │   ├── Pane1.xaml
│   │   │   ├── Pane1.xaml.cs
│   │   │   ├── Thumb_wcp.csproj
│   │   │   ├── Thumb_wcp.sln
│   │   │   ├── Thumb_wcp.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.ico
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── Pane1.xaml
│   │   ├── Pane1.xaml.vb
│   │   └── Thumb_wcp_vb.vbproj
│   ├── ToolBarExample
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── Pane1.xaml
│   │   ├── Toolbar.csproj
│   │   ├── ToolbarGraphics
│   │   │   ├── COPY.BMP
│   │   │   ├── CUT.BMP
│   │   │   ├── HELP.BMP
│   │   │   ├── NEW.BMP
│   │   │   ├── OPEN.BMP
│   │   │   ├── PAINT.BMP
│   │   │   ├── PASTE.BMP
│   │   │   ├── PREVIEW.BMP
│   │   │   ├── PRINT.BMP
│   │   │   ├── REDO.BMP
│   │   │   ├── SAVE.BMP
│   │   │   ├── SPELL.BMP
│   │   │   └── UNDO.BMP
│   │   └── Toolbar.vbproj
│   ├── ToolBarStyles
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── Pane1.xaml
│   │   ├── Toolbar.csproj
│   │   ├── ToolbarGraphics
│   │   │   ├── COPY.BMP
│   │   │   ├── CUT.BMP
│   │   │   ├── HELP.BMP
│   │   │   ├── NEW.BMP
│   │   │   ├── OPEN.BMP
│   │   │   ├── PAINT.BMP
│   │   │   ├── PASTE.BMP
│   │   │   ├── PREVIEW.BMP
│   │   │   ├── PRINT.BMP
│   │   │   ├── REDO.BMP
│   │   │   ├── SAVE.BMP
│   │   │   ├── SPELL.BMP
│   │   │   └── UNDO.BMP
│   │   └── Toolbar.vbproj
│   ├── ToolTipAssign
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Pane1.xaml
│   │   │   ├── Pane1.xaml.cs
│   │   │   └── ToolTipAssign.csproj
│   │   └── readme.htm
│   ├── ToolTipCustom
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Pane1.xaml
│   │   │   ├── Pane1.xaml.cs
│   │   │   └── ToolTipCustom.csproj
│   │   └── readme.htm
│   ├── ToolTipEvents
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ToolTipEvents.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── ToolTipService
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Pane1.xaml
│   │   │   ├── Pane1.xaml.cs
│   │   │   └── ToolTipService.csproj
│   │   └── readme.htm
│   ├── ToolTipSimple
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── data
│   │   │   │   └── flower.jpg
│   │   │   ├── Pane1.xaml
│   │   │   ├── Pane1.xaml.cs
│   │   │   └── ToolTipSimple_wcp.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── data
│   │   │   └── flower.jpg
│   │   ├── ToolTipSimple.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ToolTipStyles
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── Pane1.xaml
│   │   ├── ToolTipStyles.csproj
│   │   └── ToolTipStyles.vbproj
│   ├── TreeListView
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Converters.cs
│   │   │   ├── TreeListView.cs
│   │   │   ├── TreeListView.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── TreeViewDataBinding
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── images
│   │   │   │   └── icon.jpg
│   │   │   ├── TreeViewDataBinding.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── TreeViewSelectedValue
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── data
│   │   │   ├── cat.png
│   │   │   ├── dog.png
│   │   │   └── fish.png
│   │   ├── TreeViewSelectedValue.csproj
│   │   ├── TreeViewSelectedValue.vbproj
│   │   └── Window1.xaml
│   ├── TreeViewSimple
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── data
│   │   │   ├── cat.png
│   │   │   ├── dog.png
│   │   │   └── fish.png
│   │   ├── SimpleTreeView.csproj
│   │   ├── SimpleTreeView.vbproj
│   │   └── Window1.xaml
│   └── UserControlNumericUpDown
│   ├── CSharp
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── NumericUpDown.xaml
│   │   ├── NumericUpDown.xaml.cs
│   │   ├── UserControl.csproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   └── readme.htm
├── Core
│   ├── AeroTheme
│   │   ├── readme.htm
│   │   └── XAML
│   │   └── aero.normalcolor.xaml
│   ├── ClassicTheme
│   │   ├── readme.htm
│   │   └── XAML
│   │   └── Classic.xaml
│   ├── CommandHandlerProcedural
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── CommandHandlerProcedural.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── commandWithHandler
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── commandWithHandler.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── commandWithHandler.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── cursors
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── cursors.csproj
│   │   │   ├── CustomCursor.cur
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── cursors.vbproj
│   │   ├── CustomCursor.cur
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── Custom_RoutedCommand
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Custom_RoutedCommand.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── detectMouseButtonState
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── DetectMouseButtonState.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── DetectMouseButtonState.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── DPCallbackOverride
│   │   ├── CSharp
│   │   │   ├── DPCallbackOverrideApp
│   │   │   │   ├── app.xaml
│   │   │   │   ├── default.xaml
│   │   │   │   └── DPCallbackOverrideApp.csproj
│   │   │   ├── DPCallbackOverride.csproj
│   │   │   ├── DPCallbackOverride.sln
│   │   │   └── SDKSampleLibrary
│   │   │   ├── class1.cs
│   │   │   └── SDKSampleLibrary.csproj
│   │   └── readme.htm
│   ├── DPClearValue
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── Default.xaml
│   │   │   ├── default.xaml.cs
│   │   │   └── DPClearValue.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── Default.xaml
│   │   ├── default.xaml.vb
│   │   └── DPClearValue.vbproj
│   ├── DPCustom
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── default.xaml
│   │   │   ├── default.xaml.cs
│   │   │   └── DPCustom.csproj
│   │   └── readme.htm
│   ├── FEFindName
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── default.xaml
│   │   │   ├── default.xaml.cs
│   │   │   └── FEFindName.csproj
│   │   └── readme.htm
│   ├── FEFocusVisualStyle
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── FEFocusVisualStyle.csproj
│   │   ├── FEFocusVisualStyle.vbproj
│   │   └── page1.xaml
│   ├── FELoaded
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── default.xaml
│   │   │   ├── default.xaml.cs
│   │   │   └── FELoaded.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── default.xaml
│   │   ├── default.xaml.vb
│   │   └── FELoaded.vbproj
│   ├── FEMarginProgrammatic
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── default.xaml
│   │   │   ├── default.xaml.cs
│   │   │   └── FEMarginProgrammatic.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── default.xaml
│   │   ├── default.xaml.vb
│   │   └── FEMarginProgrammatic.vbproj
│   ├── FEResource
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── default.xaml
│   │   ├── FEResource.csproj
│   │   └── FEResource.vbproj
│   ├── FocusSample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── FocusSample.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── gotfocusLostfocusEffectUsingEvent
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── gotfocusLostfocusEffectUsingEvent.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── gotfocusLostfocusEffectUsingEvent.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ImplementICommandSource
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── CommandSlider.cs
│   │   │   ├── ImplementICommandSource.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── InvalidateRequeryWithDispatcherTimer
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── InvalidateRequeryWithDispatcherTimer.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── InvalidateRequeryWithSystemTimer
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── InvalidateRequeryWithSystemTimer.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── KeyboardSample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── KeyboardSample.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── KeyDown
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── KeyDown.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── KeyDown.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── LogicalOverride
│   │   ├── CSharp
│   │   │   ├── LogicalOverrideApp
│   │   │   │   ├── app.xaml
│   │   │   │   ├── default.xaml
│   │   │   │   ├── default.xaml.cs
│   │   │   │   └── LogicalOverrideApp.csproj
│   │   │   ├── LogicalOverride.csproj
│   │   │   └── SDKSampleLibrary
│   │   │   ├── class1.cs
│   │   │   └── SDKSampleLibrary.csproj
│   │   └── readme.htm
│   ├── LunaTheme
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── luna.homestead.xaml
│   │   ├── luna.metallic.xaml
│   │   └── luna.normalcolor.xaml
│   ├── MouseCaptureSample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── MouseCaptureSample.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── mouseenterMouseleave
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── mouseEnterLeave.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── mouseEnterLeave.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── mouseMoveWithPointer
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── mouseMoveWithPointer.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── mouseMoveWithPointer.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ResourcesApplication
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── page1.xaml
│   │   ├── ResourcesApplication.csproj
│   │   └── ResourcesApplication.vbproj
│   ├── RoutedEventAddRemoveHandler
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── default.xaml
│   │   │   ├── default.xaml.cs
│   │   │   └── RoutedEventAddRemoveHandler.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── default.xaml
│   │   ├── default.xaml.vb
│   │   └── RoutedEventAddRemoveHandler.vbproj
│   ├── RoutedEventCustom
│   │   ├── CSharp
│   │   │   ├── RoutedEventCustomApp
│   │   │   │   ├── app.xaml
│   │   │   │   ├── default.xaml
│   │   │   │   ├── default.xaml.cs
│   │   │   │   └── RoutedEventCustomApp.csproj
│   │   │   ├── RoutedEventCustom.csproj
│   │   │   └── SDKSampleLibrary
│   │   │   ├── class1.cs
│   │   │   └── SDKSampleLibrary.csproj
│   │   └── readme.htm
│   ├── RoutedEventHandle
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── default.xaml
│   │   │   ├── default.xaml.cs
│   │   │   └── RoutedEventHandle.csproj
│   │   └── readme.htm
│   ├── RoutedEventSource
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── default.xaml
│   │   │   ├── default.xaml.cs
│   │   │   └── RoutedEventSource.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── default.xaml
│   │   ├── default.xaml.vb
│   │   └── RoutedEventSource.vbproj
│   ├── RoyaleTheme
│   │   ├── readme.htm
│   │   └── XAML
│   │   └── royale.normalcolor.xaml
│   ├── StyleEventTriggerAnimation
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.xaml
│   │   ├── Default.xaml
│   │   ├── StyleEventTriggerAnimation.csproj
│   │   └── StyleEventTriggerAnimation.vbproj
│   ├── StylingIntroSample
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Data.cs
│   │   │   ├── Images
│   │   │   │   ├── Flower1.jpg
│   │   │   │   ├── Flower2.jpg
│   │   │   │   ├── Leaf1.jpg
│   │   │   │   ├── Leaf2.jpg
│   │   │   │   └── Winter1.jpg
│   │   │   ├── StylingIntroSample.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── Data.vb
│   │   ├── Images
│   │   │   ├── Flower1.jpg
│   │   │   ├── Flower2.jpg
│   │   │   ├── Leaf1.jpg
│   │   │   ├── Leaf2.jpg
│   │   │   └── Winter1.jpg
│   │   ├── StylingIntroSample.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ThreadingMultipleBrowsers
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ThreadingMultipleBrowserSample.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── ThreadingPrimeNumber
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ThreadingPrimeNumberSample.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   └── ThreadingWeatherForecast
│   ├── CSharp
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── ThreadingWeatherForecastSample.csproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   └── readme.htm
├── Demos
│   ├── 15Puzzle
│   │   ├── Csharp
│   │   │   ├── 15Puzzle.csproj
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Document.xaml
│   │   │   ├── Document.xaml.cs
│   │   │   ├── flower.jpg
│   │   │   ├── FormContent.xaml
│   │   │   ├── FormContent.xaml.cs
│   │   │   ├── Intro.wmv
│   │   │   ├── PuzzleGrid.xaml
│   │   │   ├── PuzzleGrid.xaml.cs
│   │   │   ├── PuzzleLogic.cs
│   │   │   ├── Puzzle.xaml
│   │   │   ├── Puzzle.xaml.cs
│   │   │   ├── SpinningCube.xaml
│   │   │   ├── SpinningCube.xaml.cs
│   │   │   ├── table-bowl.jpg
│   │   │   ├── VectorContent.xaml
│   │   │   └── VectorContent.xaml.cs
│   │   └── readme.htm
│   ├── ConcentricRings
│   │   ├── Csharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Concentric.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── CubeAnimation
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── CubeAnimation_TemporaryKey.pfx
│   │   │   ├── CubeAnimation_XBAP.csproj
│   │   │   ├── IMAGES
│   │   │   │   ├── roundcornersheet.png
│   │   │   │   └── Star.png
│   │   │   ├── Page1.xaml
│   │   │   ├── Page1.xaml.cs
│   │   │   ├── Properties
│   │   │   │   └── app.manifest
│   │   │   └── Trackball.cs
│   │   └── readme.htm
│   ├── DropShadowInk
│   │   ├── readme.htm
│   │   └── XAML
│   │   └── DropShadowInk.xaml
│   ├── EditingExaminer
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── CommandLineParser.cs
│   │   │   ├── EditingExaminer.csproj
│   │   │   ├── helper.cs
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   └── Reflection.cs
│   │   └── readme.htm
│   ├── ExpenseIt
│   │   ├── CSharp
│   │   │   ├── AddExpensesPage.xaml
│   │   │   ├── AddExpensesPage.xaml.cs
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── EditBoxAdorner.cs
│   │   │   ├── EditBox.cs
│   │   │   ├── ExpenseIt.csproj
│   │   │   ├── ExpenseIt_TemporaryKey.pfx
│   │   │   ├── ExpenseReport.cs
│   │   │   ├── HomePage.xaml
│   │   │   ├── HomePage.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── app.manifest
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── SecurityRequirements.txt
│   │   │   ├── Validation
│   │   │   │   ├── EmailValidationRule.cs
│   │   │   │   └── NumberValidationRule.cs
│   │   │   ├── ViewChartPage.xaml
│   │   │   └── Watermark.png
│   │   └── readme.htm
│   ├── Flipper
│   │   ├── Csharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Flipper.csproj
│   │   │   ├── images
│   │   │   │   ├── pic_011.png
│   │   │   │   ├── pic_012.png
│   │   │   │   ├── pic_013.png
│   │   │   │   ├── pic_014.png
│   │   │   │   ├── pic_015.png
│   │   │   │   └── pic_016.png
│   │   │   ├── Trackball.cs
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── FontDialog
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ColorSelectionItem.cs
│   │   │   ├── DialogEvent.cs
│   │   │   ├── FontDialog.csproj
│   │   │   ├── FontDialog.sln
│   │   │   ├── FontFamilyItem.cs
│   │   │   ├── KnowColor.cs
│   │   │   ├── ToolTipMessage.cs
│   │   │   ├── Window1.xaml
│   │   │   ├── Window1.xaml.cs
│   │   │   ├── Window2.xaml
│   │   │   ├── Window2.xaml.cs
│   │   │   └── WPFFont.cs
│   │   └── readme.htm
│   ├── FontPlayer
│   │   ├── Csharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── FaceItem.cs
│   │   │   ├── FontPlayer2_TemporaryKey.pfx
│   │   │   ├── FontPlayer2_XBAP.csproj
│   │   │   ├── Page1.xaml
│   │   │   └── Page1.xaml.cs
│   │   └── readme.htm
│   ├── GeometryDesigner
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── GeometryDesigner.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── GeometryDesigner.exe
│   │   │   │   ├── GeometryDesigner.pdb
│   │   │   │   ├── GeometryDesigner.vshost.exe
│   │   │   │   └── GeometryDesigner.vshost.exe.manifest
│   │   │   ├── GeometryDesigner.csproj
│   │   │   ├── GeometryDesigner.sln
│   │   │   ├── GeometryDesigner.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.baml
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── GeometryDesigner.csproj.FileListAbsolute.txt
│   │   │   │   ├── GeometryDesigner.exe
│   │   │   │   ├── GeometryDesigner.g.resources
│   │   │   │   ├── GeometryDesigner_MarkupCompile.cache
│   │   │   │   ├── GeometryDesigner.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── GraphCalc
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── DrawAxisHelper.cs
│   │   │   │   ├── GraphCalc.csproj
│   │   │   │   ├── GraphCalc.sln
│   │   │   │   ├── Parser
│   │   │   │   │   ├── Exceptions.cs
│   │   │   │   │   ├── Expressions.cs
│   │   │   │   │   ├── FunctionMesh.cs
│   │   │   │   │   ├── FunctionParser.cs
│   │   │   │   │   ├── Functions.cs
│   │   │   │   │   ├── FunctionWireframeModel.cs
│   │   │   │   │   ├── Token.cs
│   │   │   │   │   ├── Tokenizer.cs
│   │   │   │   │   └── TokenSet.cs
│   │   │   │   ├── Settings.cs
│   │   │   │   ├── Trackball.cs
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── GraphCalc.exe
│   │   │   │   ├── GraphCalc.pdb
│   │   │   │   ├── GraphCalc.vshost.exe
│   │   │   │   └── GraphCalc.vshost.exe.manifest
│   │   │   ├── DrawAxisHelper.cs
│   │   │   ├── GraphCalc.csproj
│   │   │   ├── GraphCalc.sln
│   │   │   ├── GraphCalc.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── GraphCalc.csproj.FileListAbsolute.txt
│   │   │   │   ├── GraphCalc.exe
│   │   │   │   ├── GraphCalc.g.resources
│   │   │   │   ├── GraphCalc_MarkupCompile.cache
│   │   │   │   ├── GraphCalc.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── Parser
│   │   │   │   ├── Exceptions.cs
│   │   │   │   ├── Expressions.cs
│   │   │   │   ├── FunctionMesh.cs
│   │   │   │   ├── FunctionParser.cs
│   │   │   │   ├── Functions.cs
│   │   │   │   ├── FunctionWireframeModel.cs
│   │   │   │   ├── Token.cs
│   │   │   │   ├── Tokenizer.cs
│   │   │   │   └── TokenSet.cs
│   │   │   ├── Properties
│   │   │   ├── ReadMe.txt
│   │   │   ├── Settings.cs
│   │   │   ├── Trackball.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── HexSphere
│   │   ├── Csharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── MaterialGroups.csproj
│   │   │   │   ├── Trackball.cs
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── SDKSample.exe
│   │   │   │   │   ├── SDKSample.pdb
│   │   │   │   │   └── SDKSample.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── IMAGES
│   │   │   │   ├── roundcornersheet.png
│   │   │   │   └── Star.png
│   │   │   ├── MaterialGroups.csproj
│   │   │   ├── MaterialGroups.sln
│   │   │   ├── MaterialGroups.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── MaterialGroups.csproj.FileListAbsolute.txt
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.g.resources
│   │   │   │   ├── SDKSample_MarkupCompile.cache
│   │   │   │   ├── SDKSample_MarkupCompile.lref
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── Trackball.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── LayoutTransitions
│   │   ├── Csharp
│   │   │   ├── LayoutToLayout.cs
│   │   │   ├── Page1.xaml
│   │   │   ├── Page1.xaml.cs
│   │   │   ├── ReproApp.xaml
│   │   │   └── SDKSample.csproj
│   │   └── readme.htm
│   ├── LogonScreen
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── Backup
│   │   │   │   ├── App.xaml
│   │   │   │   ├── Default.xaml
│   │   │   │   ├── Default.xaml.cs
│   │   │   │   ├── LogonScreen.csproj
│   │   │   │   ├── Resources_Default.xaml
│   │   │   │   ├── Resources_Default.xaml.cs
│   │   │   │   ├── Resources_Luna.xaml
│   │   │   │   ├── Resources_Luna.xaml.cs
│   │   │   │   ├── Resources_Toons.xaml
│   │   │   │   ├── Resources_Toons.xaml.cs
│   │   │   │   ├── Resources_XBox.xaml
│   │   │   │   └── Resources_XBox.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── LogonScreen.exe
│   │   │   │   ├── LogonScreen.pdb
│   │   │   │   ├── LogonScreen.vshost.exe
│   │   │   │   └── LogonScreen.vshost.exe.manifest
│   │   │   ├── Default.xaml
│   │   │   ├── Default.xaml.cs
│   │   │   ├── Images
│   │   │   │   ├── tile_abbey.png
│   │   │   │   ├── tile_halo.png
│   │   │   │   ├── tile_patrick.png
│   │   │   │   └── tile_tobey.png
│   │   │   ├── LogonScreen.csproj
│   │   │   ├── LogonScreen.sln
│   │   │   ├── LogonScreen.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── App.baml
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── Default.baml
│   │   │   │   ├── Default.g.cs
│   │   │   │   ├── LogonScreen.csproj.FileListAbsolute.txt
│   │   │   │   ├── LogonScreen.exe
│   │   │   │   ├── LogonScreen.g.resources
│   │   │   │   ├── LogonScreen_MarkupCompile.cache
│   │   │   │   ├── LogonScreen.pdb
│   │   │   │   ├── Resources_Default.baml
│   │   │   │   ├── Resources_Default.g.cs
│   │   │   │   ├── Resources_Luna.baml
│   │   │   │   ├── Resources_Luna.g.cs
│   │   │   │   ├── Resources_Toons.baml
│   │   │   │   ├── Resources_Toons.g.cs
│   │   │   │   ├── Resources_XBox.baml
│   │   │   │   ├── Resources_XBox.g.cs
│   │   │   │   └── TempPE
│   │   │   ├── Resources_Default.xaml
│   │   │   ├── Resources_Default.xaml.cs
│   │   │   ├── Resources_Luna.xaml
│   │   │   ├── Resources_Luna.xaml.cs
│   │   │   ├── Resources_Toons.xaml
│   │   │   ├── Resources_Toons.xaml.cs
│   │   │   ├── Resources_XBox.xaml
│   │   │   ├── Resources_XBox.xaml.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── readme.htm
│   ├── Particles
│   │   ├── Csharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Particles.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── photoapp
│   │   ├── Csharp
│   │   │   ├── Adorner.cs
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── Adorner.cs
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── Converters.cs
│   │   │   │   ├── Data.cs
│   │   │   │   ├── images
│   │   │   │   │   ├── market 031.jpg
│   │   │   │   │   ├── market 032.jpg
│   │   │   │   │   ├── market 034.jpg
│   │   │   │   │   ├── market 039.jpg
│   │   │   │   │   └── market 040.jpg
│   │   │   │   ├── MainWindow.xaml
│   │   │   │   ├── MainWindow.xaml.cs
│   │   │   │   ├── PhotoApp.csproj
│   │   │   │   ├── PhotoView.xaml
│   │   │   │   └── PhotoView.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── images
│   │   │   │   │   ├── market 031.jpg
│   │   │   │   │   ├── market 032.jpg
│   │   │   │   │   ├── market 034.jpg
│   │   │   │   │   ├── market 039.jpg
│   │   │   │   │   └── market 040.jpg
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   ├── SDKSample.vshost.exe
│   │   │   │   └── SDKSample.vshost.exe.manifest
│   │   │   ├── Converters.cs
│   │   │   ├── Data.cs
│   │   │   ├── images
│   │   │   │   ├── market 031.jpg
│   │   │   │   ├── market 032.jpg
│   │   │   │   ├── market 034.jpg
│   │   │   │   ├── market 039.jpg
│   │   │   │   └── market 040.jpg
│   │   │   ├── MainWindow.xaml
│   │   │   ├── MainWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.baml
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── PhotoApp.csproj.FileListAbsolute.txt
│   │   │   │   ├── PhotoView.baml
│   │   │   │   ├── PhotoView.g.cs
│   │   │   │   ├── SDKSample_Content.g.cs
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.g.resources
│   │   │   │   ├── SDKSample_MarkupCompile.cache
│   │   │   │   ├── SDKSample_MarkupCompile.lref
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   └── TempPE
│   │   │   ├── PhotoApp.csproj
│   │   │   ├── PhotoApp.sln
│   │   │   ├── PhotoApp.suo
│   │   │   ├── PhotoView.xaml
│   │   │   ├── PhotoView.xaml.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── readme.htm
│   ├── PhotoStoreDemo
│   │   ├── Csharp
│   │   │   ├── Adorner.cs
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Data.cs
│   │   │   ├── PhotoDemo.csproj
│   │   │   ├── Photos
│   │   │   │   ├── Flower1.jpg
│   │   │   │   ├── Flower2.jpg
│   │   │   │   ├── Leaf1.jpg
│   │   │   │   ├── Leaf2.jpg
│   │   │   │   ├── Skyline.jpg
│   │   │   │   ├── Sunlight through Sequoias.jpg
│   │   │   │   ├── Sunset.jpg
│   │   │   │   └── Winter1.jpg
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── StickyNotes
│   │   ├── CSharp
│   │   │   ├── alarm3.PNG
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Dialog.xaml.cs
│   │   │   ├── Email.cs
│   │   │   ├── EmailDialog.xaml.cs
│   │   │   ├── Form.cs
│   │   │   ├── MailSettingsDialog.xaml.cs
│   │   │   ├── ProgramToGenerateImageResources.cs
│   │   │   ├── StickyNotes.csproj
│   │   │   ├── Window1.xaml
│   │   │   ├── Window1.xaml.cs
│   │   │   └── Window2.xaml.cs
│   │   └── readme.htm
│   ├── TrafficAlert
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── TrafficAlert.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── VideoText
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── VideoText.csproj
│   │   │   ├── Window1.xaml
│   │   │   ├── Window1.xaml.cs
│   │   │   └── xbox.wmv
│   │   └── readme.htm
│   ├── WPFCalculator
│   │   ├── CSharp
│   │   │   ├── AppIcon.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── MyTextBox.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Window1.xaml
│   │   │   │   ├── Window1.xaml.cs
│   │   │   │   └── WPFCalculator2.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── AvalonCalculator2.exe
│   │   │   │   ├── AvalonCalculator2.pdb
│   │   │   │   ├── AvalonCalculator2.vshost.exe
│   │   │   │   └── en-US
│   │   │   │   └── AvalonCalculator2.resources.dll
│   │   │   ├── MyTextBox.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── AvalonCalculator2.exe
│   │   │   │   ├── AvalonCalculator2.g.en-US.resources
│   │   │   │   ├── AvalonCalculator2_MarkupCompile.cache
│   │   │   │   ├── AvalonCalculator2.pdb
│   │   │   │   ├── AvalonCalculator2.Properties.Resources.resources
│   │   │   │   ├── en-US
│   │   │   │   │   └── AvalonCalculator2.resources.dll
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Window1.baml
│   │   │   │   ├── Window1.g.cs
│   │   │   │   ├── WPFCalculator2.csproj.FileListAbsolute.txt
│   │   │   │   └── WPFCalculator2.csproj.GenerateResource.Cache
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.cs
│   │   │   ├── Settings.settings
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   ├── Window1.xaml.cs
│   │   │   ├── WPFCalculator2.csproj
│   │   │   ├── WPFCalculator2.sln
│   │   │   └── WPFCalculator2.suo
│   │   └── readme.htm
│   └── WPFNotepad
│   ├── CSharp
│   │   ├── AssemblyInfo.cs
│   │   ├── Backup
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── FileAssociations.xaml
│   │   │   ├── FileAssociations.xaml.cs
│   │   │   ├── FindDialog.xaml
│   │   │   ├── FindDialog.xaml.cs
│   │   │   ├── FontChooser
│   │   │   │   ├── ColorSelectionItem.cs
│   │   │   │   ├── DialogEvent.cs
│   │   │   │   ├── FontChoice.cs
│   │   │   │   ├── FontChooser.xaml
│   │   │   │   ├── FontChooser.xaml.cs
│   │   │   │   ├── FontItems.cs
│   │   │   │   ├── KnownColor.cs
│   │   │   │   └── ToolTipMessage.cs
│   │   │   ├── GoToDialog.xaml
│   │   │   ├── GoToDialog.xaml.cs
│   │   │   ├── NotepadApp.xaml
│   │   │   ├── NotepadApp.xaml.cs
│   │   │   ├── NotepadDocument.cs
│   │   │   ├── NotepadEditor.xaml
│   │   │   ├── NotepadEditor.xaml.cs
│   │   │   ├── notepad.ico
│   │   │   ├── NotepadPaginator.cs
│   │   │   ├── PrintProgressWindow.xaml
│   │   │   ├── PrintProgressWindow.xaml.cs
│   │   │   ├── stringtable.en-US.resText
│   │   │   ├── VisualContainer.cs
│   │   │   └── WPFNotepad.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── en-US
│   │   │   │   └── WPFNotepad.resources.dll
│   │   │   ├── notepad.ico
│   │   │   ├── WPFNotepad.application
│   │   │   ├── WPFNotepad.exe
│   │   │   ├── WPFNotepad.exe.manifest
│   │   │   ├── WPFNotepad.pdb
│   │   │   ├── WPFNotepad.vshost.application
│   │   │   └── WPFNotepad.vshost.exe
│   │   ├── FileAssociations.xaml
│   │   ├── FileAssociations.xaml.cs
│   │   ├── FindDialog.xaml
│   │   ├── FindDialog.xaml.cs
│   │   ├── FontChooser
│   │   │   ├── ColorSelectionItem.cs
│   │   │   ├── DialogEvent.cs
│   │   │   ├── FontChoice.cs
│   │   │   ├── FontChooser.xaml
│   │   │   ├── FontChooser.xaml.cs
│   │   │   ├── FontItems.cs
│   │   │   ├── FontRendering.cs
│   │   │   ├── KnownColor.cs
│   │   │   └── ToolTipMessage.cs
│   │   ├── GoToDialog.xaml
│   │   ├── GoToDialog.xaml.cs
│   │   ├── NotepadApp.xaml
│   │   ├── NotepadApp.xaml.cs
│   │   ├── NotepadDocument.cs
│   │   ├── NotepadEditor.xaml
│   │   ├── NotepadEditor.xaml.cs
│   │   ├── notepad.ico
│   │   ├── NotepadPaginator.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── en-US
│   │   │   │   └── WPFNotepad.resources.dll
│   │   │   ├── FileAssociations.baml
│   │   │   ├── FileAssociations.g.cs
│   │   │   ├── FindDialog.baml
│   │   │   ├── FindDialog.g.cs
│   │   │   ├── FontChooser
│   │   │   │   ├── FontChooser.baml
│   │   │   │   └── FontChooser.g.cs
│   │   │   ├── GoToDialog.baml
│   │   │   ├── GoToDialog.g.cs
│   │   │   ├── Microsoft.Samples.WPFNotepad.stringtable.en-US.resources
│   │   │   ├── NotepadApp.baml
│   │   │   ├── NotepadApp.g.cs
│   │   │   ├── NotepadEditor.baml
│   │   │   ├── NotepadEditor.g.cs
│   │   │   ├── PrintProgressWindow.baml
│   │   │   ├── PrintProgressWindow.g.cs
│   │   │   ├── TempPE
│   │   │   ├── WPFNotepad.application
│   │   │   ├── WPFNotepad_Content.g.cs
│   │   │   ├── WPFNotepad.csproj.FileListAbsolute.txt
│   │   │   ├── WPFNotepad.exe
│   │   │   ├── WPFNotepad.exe.manifest
│   │   │   ├── WPFNotepad.g.en-US.resources
│   │   │   ├── WPFNotepad_MarkupCompile.cache
│   │   │   ├── WPFNotepad_MarkupCompile.lref
│   │   │   └── WPFNotepad.pdb
│   │   ├── PrintProgressWindow.xaml
│   │   ├── PrintProgressWindow.xaml.cs
│   │   ├── sources
│   │   ├── stringtable.en-US.restext
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── VisualContainer.cs
│   │   ├── WPFNotepad.csproj
│   │   ├── WPFNotepad.sln
│   │   ├── WPFNotepad.suo
│   │   └── WPFNotepad_TemporaryKey.pfx
│   └── readme.htm
├── DocServices
│   ├── AnnotationsStyling
│   │   ├── CSharp
│   │   │   ├── AdvancedStyling.xaml
│   │   │   ├── AnnotationsStyling.csproj
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── DefaultStickyNoteStyle.xaml
│   │   │   ├── StylingUsingProperties.xaml
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── DocumentMerge
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Content
│   │   │   │   ├── Chocolate.xps
│   │   │   │   └── OfficeInHealthcare.xps
│   │   │   ├── DocumentItem.cs
│   │   │   ├── DocumentMerge.csproj
│   │   │   ├── PageItem.cs
│   │   │   ├── RollUpDocument.cs
│   │   │   ├── RollUpFixedDocument.cs
│   │   │   ├── RollUpFixedPage.cs
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── DocumentSerialize
│   │   ├── CSharp
│   │   │   ├── Backup
│   │   │   │   ├── DocumentSerialize.csproj
│   │   │   │   ├── GoButton.xaml
│   │   │   │   ├── HtmlSerializerFactory.cs
│   │   │   │   ├── HtmlSerializerWriter.cs
│   │   │   │   ├── HtmlXmlConverter
│   │   │   │   │   ├── HtmlCssParser.cs
│   │   │   │   │   ├── HtmlFromXamlConverter.cs
│   │   │   │   │   ├── HtmlLexicalAnalyzer.cs
│   │   │   │   │   ├── HtmlParser.cs
│   │   │   │   │   ├── HtmlSchema.cs
│   │   │   │   │   ├── HtmlTokenType.cs
│   │   │   │   │   └── HtmlToXamlConverter.cs
│   │   │   │   ├── ImageButton.cs
│   │   │   │   ├── Images
│   │   │   │   │   ├── FileOpen.png
│   │   │   │   │   ├── FileSave.png
│   │   │   │   │   └── Print.png
│   │   │   │   ├── RtfSerializerFactory.cs
│   │   │   │   ├── RtfSerializerWriter.cs
│   │   │   │   ├── ThumbViewerApp.xaml
│   │   │   │   ├── ThumbViewerApp.xaml.cs
│   │   │   │   ├── ThumbViewer.cs
│   │   │   │   ├── ThumbViewer.xaml
│   │   │   │   ├── TxtSerializerFactory.cs
│   │   │   │   ├── TxtSerializerWriter.cs
│   │   │   │   ├── Util.cs
│   │   │   │   ├── VisibilityToBoolConverter.cs
│   │   │   │   ├── WordXmlSerialize
│   │   │   │   │   ├── WordXmlReader.cs
│   │   │   │   │   ├── WordXmlSerializer.cs
│   │   │   │   │   └── WordXmlWriter.cs
│   │   │   │   ├── XamlRtfConverter.cs
│   │   │   │   ├── XamlSerializerFactory.cs
│   │   │   │   └── XamlSerializerWriter.cs
│   │   │   ├── Content
│   │   │   │   └── Chocolate
│   │   │   │   ├── Chocolate.xaml
│   │   │   │   └── Images
│   │   │   │   ├── chocolate.png
│   │   │   │   └── truffle.png
│   │   │   ├── DocumentSerialize.csproj
│   │   │   ├── DocumentSerialize.exe
│   │   │   ├── DocumentSerialize.pdb
│   │   │   ├── DocumentSerialize.sln
│   │   │   ├── DocumentSerialize.suo
│   │   │   ├── DocumentSerialize.vshost.exe
│   │   │   ├── DocumentSerialize.vshost.exe.manifest
│   │   │   ├── GoButton.xaml
│   │   │   ├── HtmlSerializerFactory.cs
│   │   │   ├── HtmlSerializerWriter.cs
│   │   │   ├── HtmlXmlConverter
│   │   │   │   ├── HtmlCssParser.cs
│   │   │   │   ├── HtmlFromXamlConverter.cs
│   │   │   │   ├── HtmlLexicalAnalyzer.cs
│   │   │   │   ├── HtmlParser.cs
│   │   │   │   ├── HtmlSchema.cs
│   │   │   │   ├── HtmlTokenType.cs
│   │   │   │   └── HtmlToXamlConverter.cs
│   │   │   ├── ImageButton.cs
│   │   │   ├── Images
│   │   │   │   ├── FileOpen.png
│   │   │   │   ├── FileSave.png
│   │   │   │   └── Print.png
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── DocumentSerialize_Content.g.cs
│   │   │   │   ├── DocumentSerialize.csproj.FileListAbsolute.txt
│   │   │   │   ├── DocumentSerialize.exe
│   │   │   │   ├── DocumentSerialize.g.resources
│   │   │   │   ├── DocumentSerialize_MarkupCompile.cache
│   │   │   │   ├── DocumentSerialize_MarkupCompile.lref
│   │   │   │   ├── DocumentSerialize.pdb
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── GoButton.baml
│   │   │   │   ├── TempPE
│   │   │   │   ├── ThumbViewerApp.baml
│   │   │   │   ├── ThumbViewerApp.g.cs
│   │   │   │   ├── ThumbViewer.baml
│   │   │   │   └── ThumbViewer.g.cs
│   │   │   ├── RtfSerializerFactory.cs
│   │   │   ├── RtfSerializerWriter.cs
│   │   │   ├── SerializerWriter
│   │   │   │   ├── HtmlSerializerFactory.cs
│   │   │   │   ├── HtmlSerializerWriter.cs
│   │   │   │   ├── RtfSerializerFactory.cs
│   │   │   │   ├── RtfSerializerWriter.cs
│   │   │   │   ├── TxtSerializerFactory.cs
│   │   │   │   ├── TxtSerializerWriter.cs
│   │   │   │   ├── XamlSerializerFactory.cs
│   │   │   │   └── XamlSerializerWriter.cs
│   │   │   ├── ThumbViewerApp.xaml
│   │   │   ├── ThumbViewerApp.xaml.cs
│   │   │   ├── ThumbViewer.cs
│   │   │   ├── ThumbViewer.xaml
│   │   │   ├── TxtSerializerFactory.cs
│   │   │   ├── TxtSerializerWriter.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Util.cs
│   │   │   ├── VisibilityToBoolConverter.cs
│   │   │   ├── WordXmlSerialize
│   │   │   │   ├── WordXmlReader.cs
│   │   │   │   ├── WordXmlSerializer.cs
│   │   │   │   └── WordXmlWriter.cs
│   │   │   ├── XamlRtfConverter.cs
│   │   │   ├── XamlSerializerFactory.cs
│   │   │   └── XamlSerializerWriter.cs
│   │   └── readme.htm
│   ├── DocumentStructure
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Content
│   │   │   │   ├── FixedPage1_structure.xaml
│   │   │   │   ├── FixedPage2_structure.xaml
│   │   │   │   ├── Spec_wiithStructure.xps
│   │   │   │   └── Spec_withoutStructure.xps
│   │   │   ├── DocumentStructure.csproj
│   │   │   ├── Spec_withoutStructure-xps
│   │   │   │   ├── [Content_Types].xml
│   │   │   │   ├── Documents
│   │   │   │   │   └── FixedDocument_1.fdoc
│   │   │   │   ├── FixedDocumentSequence.fdseq
│   │   │   │   ├── Pages
│   │   │   │   │   ├── FixedPage_1.fpage
│   │   │   │   │   ├── FixedPage_2.fpage
│   │   │   │   │   └── _rels
│   │   │   │   │   ├── FixedPage_1.fpage.rels
│   │   │   │   │   └── FixedPage_2.fpage.rels
│   │   │   │   ├── _rels
│   │   │   │   └── Resources
│   │   │   │   ├── Fonts
│   │   │   │   │   ├── 33c063c8-1259-4322-acc8-8fc1964cc064.ODTTF
│   │   │   │   │   ├── 3b85141b-0969-4d9e-b9c8-e705bb7e6543.ODTTF
│   │   │   │   │   ├── 3f87ce81-fb61-4ea7-8d62-aed569d1b895.ODTTF
│   │   │   │   │   ├── 64326a24-1829-4393-8602-67e5b520db43.ODTTF
│   │   │   │   │   └── 9aa4ea89-755c-4331-be84-0cd43ff87195.ODTTF
│   │   │   │   └── Images
│   │   │   │   ├── Image_1.png
│   │   │   │   ├── Image_2.png
│   │   │   │   ├── Image_3.png
│   │   │   │   ├── Image_4.png
│   │   │   │   └── Image_5.png
│   │   │   ├── Spec_withStructure-xps
│   │   │   │   ├── [Content_Types].xml
│   │   │   │   ├── Documents
│   │   │   │   │   ├── 0
│   │   │   │   │   │   └── Structure
│   │   │   │   │   │   └── Fragments
│   │   │   │   │   │   ├── 1.frag
│   │   │   │   │   │   └── 2.frag
│   │   │   │   │   └── FixedDocument_1.fdoc
│   │   │   │   ├── FixedDocumentSequence.fdseq
│   │   │   │   ├── Pages
│   │   │   │   │   ├── FixedPage_1.fpage
│   │   │   │   │   ├── FixedPage_2.fpage
│   │   │   │   │   └── _rels
│   │   │   │   │   ├── FixedPage_1.fpage.rels
│   │   │   │   │   └── FixedPage_2.fpage.rels
│   │   │   │   ├── _rels
│   │   │   │   └── Resources
│   │   │   │   ├── Fonts
│   │   │   │   │   ├── 33c063c8-1259-4322-acc8-8fc1964cc064.ODTTF
│   │   │   │   │   ├── 3b85141b-0969-4d9e-b9c8-e705bb7e6543.ODTTF
│   │   │   │   │   ├── 3f87ce81-fb61-4ea7-8d62-aed569d1b895.ODTTF
│   │   │   │   │   ├── 64326a24-1829-4393-8602-67e5b520db43.ODTTF
│   │   │   │   │   └── 9aa4ea89-755c-4331-be84-0cd43ff87195.ODTTF
│   │   │   │   └── Images
│   │   │   │   ├── Image_1.png
│   │   │   │   ├── Image_2.png
│   │   │   │   ├── Image_3.png
│   │   │   │   ├── Image_4.png
│   │   │   │   └── Image_5.png
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── DocViewerAnnotationsXml
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── DocViewerAnnotationsXml.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── annotations.xml
│   │   │   │   │   ├── DocViewerAnnotationsXml.exe
│   │   │   │   │   ├── DocViewerAnnotationsXml.pdb
│   │   │   │   │   └── DocViewerAnnotationsXml.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── Content
│   │   │   │   ├── annotations.xml
│   │   │   │   └── FixedDocumentSequence.xps
│   │   │   ├── DocViewerAnnotationsXml.csproj
│   │   │   ├── DocViewerAnnotationsXml.sln
│   │   │   ├── DocViewerAnnotationsXml.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── DocViewerAnnotationsXml.csproj.FileListAbsolute.txt
│   │   │   │   ├── DocViewerAnnotationsXml.exe
│   │   │   │   ├── DocViewerAnnotationsXml.g.resources
│   │   │   │   ├── DocViewerAnnotationsXml_MarkupCompile.cache
│   │   │   │   ├── DocViewerAnnotationsXml.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── DocViewerAnnotationsXps
│   │   ├── CSharp
│   │   │   ├── AnnotationsHelperXps.cs
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── AnnotationsHelperXps.cs
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── DocViewerAnnotationsXps.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DocViewerAnnotationsXps.exe
│   │   │   │   │   ├── DocViewerAnnotationsXps.pdb
│   │   │   │   │   └── DocViewerAnnotationsXps.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── Content
│   │   │   │   └── FixedDocumentSequence.xps
│   │   │   ├── DocViewerAnnotationsXps.csproj
│   │   │   ├── DocViewerAnnotationsXps.sln
│   │   │   ├── DocViewerAnnotationsXps.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── DocViewerAnnotationsXps.csproj.FileListAbsolute.txt
│   │   │   │   ├── DocViewerAnnotationsXps.exe
│   │   │   │   ├── DocViewerAnnotationsXps.g.resources
│   │   │   │   ├── DocViewerAnnotationsXps_MarkupCompile.cache
│   │   │   │   ├── DocViewerAnnotationsXps.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── DocViewerInIE
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── DocViewerInIE.csproj
│   │   │   │   ├── DocViewerInIE_TemporaryKey.pfx
│   │   │   │   ├── Page1.xaml
│   │   │   │   ├── Page1.xaml.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── app.manifest
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── _ReadMe.txt
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DocViewerInIE.exe
│   │   │   │   │   ├── DocViewerInIE.exe.manifest
│   │   │   │   │   ├── DocViewerInIE.pdb
│   │   │   │   │   └── DocViewerInIE.xbap
│   │   │   │   └── Release
│   │   │   ├── Content
│   │   │   │   └── Chocolate.xps
│   │   │   ├── DocViewerInIE.csproj
│   │   │   ├── DocViewerInIE.csproj.user
│   │   │   ├── DocViewerInIE.sln
│   │   │   ├── DocViewerInIE.suo
│   │   │   ├── DocViewerInIE_TemporaryKey.pfx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── DocViewerInIE.csproj.FileListAbsolute.txt
│   │   │   │   ├── DocViewerInIE.exe
│   │   │   │   ├── DocViewerInIE.exe.manifest
│   │   │   │   ├── DocViewerInIE.g.resources
│   │   │   │   ├── DocViewerInIE_MarkupCompile.cache
│   │   │   │   ├── DocViewerInIE.pdb
│   │   │   │   ├── DocViewerInIE.Properties.Resources.resources
│   │   │   │   ├── DocViewerInIE.TrustInfo.xml
│   │   │   │   ├── DocViewerInIE.xbap
│   │   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │   ├── Page1.baml
│   │   │   │   ├── Page1.g.cs
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Page1.xaml
│   │   │   ├── Page1.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── app.manifest
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── _ReadMe.txt
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── readme.htm
│   ├── DocViewerStyling
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Content
│   │   │   │   └── Chocolate.xps
│   │   │   ├── DocViewerStyling.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── DocViewerXps
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── DocViewerXps.csproj
│   │   │   ├── FixedDocumentSequence.xps
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── DocViewerXps.vbproj
│   │   ├── FixedDocumentSequence.xps
│   │   ├── My Project
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── PackageDigitalSignature
│   │   ├── CSharp
│   │   │   ├── Content
│   │   │   │   └── document.xml
│   │   │   ├── myPackage-sample.package
│   │   │   ├── myPackage-sample.package.zip
│   │   │   ├── PackageDigitalSignature.cs
│   │   │   ├── PackageDigitalSignature.csproj
│   │   │   ├── Resources
│   │   │   │   └── image1.jpg
│   │   │   └── Target-sample
│   │   │   ├── Content
│   │   │   │   └── Document.xml
│   │   │   ├── myPackage.package
│   │   │   ├── Resources
│   │   │   │   └── Image1.jpg
│   │   │   └── Target-sample.txt
│   │   └── readme.htm
│   ├── PackageRead
│   │   ├── CSharp
│   │   │   ├── app.config
│   │   │   ├── myPackage.package
│   │   │   ├── myPackage-sample.package
│   │   │   ├── myPackage-sample.package.zip
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── PackageRead.csproj.FileListAbsolute.txt
│   │   │   │   ├── PackageRead.exe
│   │   │   │   ├── PackageRead.pdb
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── PackageRead.cs
│   │   │   ├── PackageRead.csproj
│   │   │   ├── PackageRead.exe
│   │   │   ├── PackageRead.exe.config
│   │   │   ├── PackageRead.pdb
│   │   │   ├── PackageRead.sln
│   │   │   ├── PackageRead.suo
│   │   │   ├── PackageRead.vshost.exe
│   │   │   ├── PackageRead.vshost.exe.config
│   │   │   ├── PackageRead.vshost.exe.manifest
│   │   │   ├── Target
│   │   │   │   ├── Content
│   │   │   │   │   └── Document.xml
│   │   │   │   └── Resources
│   │   │   │   └── Image1.jpg
│   │   │   └── Target-sample
│   │   │   ├── Content
│   │   │   │   └── Document.xml
│   │   │   └── Resources
│   │   │   └── Image1.jpg
│   │   └── readme.htm
│   ├── PackageWrite
│   │   ├── CSharp
│   │   │   ├── app.config
│   │   │   ├── Backup
│   │   │   │   ├── Content
│   │   │   │   │   └── Document.xml
│   │   │   │   ├── PackageWrite.cs
│   │   │   │   ├── PackageWrite.csproj
│   │   │   │   └── Resources
│   │   │   │   └── Image1.jpg
│   │   │   ├── Content
│   │   │   │   └── Document.xml
│   │   │   ├── myPackage.package
│   │   │   ├── myPackage-sample.package
│   │   │   ├── myPackage-sample.package.zip
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── PackageWrite.csproj.FileListAbsolute.txt
│   │   │   │   ├── PackageWrite.exe
│   │   │   │   ├── PackageWrite.pdb
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── PackageWrite.cs
│   │   │   ├── PackageWrite.csproj
│   │   │   ├── PackageWrite.csproj.user
│   │   │   ├── PackageWrite.exe
│   │   │   ├── PackageWrite.exe.config
│   │   │   ├── PackageWrite.pdb
│   │   │   ├── PackageWrite.sln
│   │   │   ├── PackageWrite.suo
│   │   │   ├── PackageWrite.vshost.exe
│   │   │   ├── PackageWrite.vshost.exe.config
│   │   │   ├── PackageWrite.vshost.exe.manifest
│   │   │   ├── Resources
│   │   │   │   └── Image1.jpg
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── readme.htm
│   ├── PackWebRequest
│   │   ├── CSharp
│   │   │   ├── ArchiveServer
│   │   │   │   ├── app.config
│   │   │   │   ├── ArchiveServer.cs
│   │   │   │   ├── ArchiveServer.csproj
│   │   │   │   ├── ArchiveServer.csproj.user
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── ArchiveServer.exe
│   │   │   │   │   │   ├── ArchiveServer.exe.config
│   │   │   │   │   │   ├── ArchiveServer.pdb
│   │   │   │   │   │   ├── SharedLibrary.dll
│   │   │   │   │   │   └── SharedLibrary.pdb
│   │   │   │   │   └── Release
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── ArchiveServer.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── ArchiveServer.exe
│   │   │   │   │   ├── ArchiveServer.pdb
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   ├── Server1
│   │   │   │   │   ├── Photos
│   │   │   │   │   │   ├── Cats
│   │   │   │   │   │   │   ├── j0227545.jpg
│   │   │   │   │   │   │   ├── j0262250.jpg
│   │   │   │   │   │   │   ├── j0262574.jpg
│   │   │   │   │   │   │   ├── j0314403.jpg
│   │   │   │   │   │   │   ├── j0407013.jpg
│   │   │   │   │   │   │   ├── Keywords.txt
│   │   │   │   │   │   │   └── PH03058I.jpg
│   │   │   │   │   │   └── Dogs
│   │   │   │   │   │   ├── j0178657.jpg
│   │   │   │   │   │   ├── j0314398.jpg
│   │   │   │   │   │   ├── j0401869.jpg
│   │   │   │   │   │   ├── j0402404.jpg
│   │   │   │   │   │   ├── j0409302.jpg
│   │   │   │   │   │   ├── j0409310.jpg
│   │   │   │   │   │   ├── j0424399.jpg
│   │   │   │   │   │   └── Keywords.txt
│   │   │   │   │   └── Photos.package.zip
│   │   │   │   └── Server2
│   │   │   │   ├── Photos
│   │   │   │   │   ├── Birds
│   │   │   │   │   │   ├── j0262501.jpg
│   │   │   │   │   │   ├── j0262512.jpg
│   │   │   │   │   │   ├── j0262524.jpg
│   │   │   │   │   │   ├── j0262542.jpg
│   │   │   │   │   │   ├── j0262543.jpg
│   │   │   │   │   │   ├── j0262646.jpg
│   │   │   │   │   │   ├── j0262840.jpg
│   │   │   │   │   │   ├── j0314405.jpg
│   │   │   │   │   │   ├── Keywords.txt
│   │   │   │   │   │   ├── PH02113J.jpg
│   │   │   │   │   │   └── PH02125J.jpg
│   │   │   │   │   ├── Cats
│   │   │   │   │   │   ├── j0178764.jpg
│   │   │   │   │   │   ├── j0262232.jpg
│   │   │   │   │   │   ├── j0262236.jpg
│   │   │   │   │   │   ├── Keywords.txt
│   │   │   │   │   │   └── PH03039I.jpg
│   │   │   │   │   └── Dogs
│   │   │   │   │   ├── j0227548.jpg
│   │   │   │   │   ├── j0227549.jpg
│   │   │   │   │   ├── j0227555.jpg
│   │   │   │   │   ├── j0227571.jpg
│   │   │   │   │   ├── j0255452.jpg
│   │   │   │   │   ├── j0262503.jpg
│   │   │   │   │   ├── j0262674.jpg
│   │   │   │   │   ├── j0314396.jpg
│   │   │   │   │   ├── j0407201.jpg
│   │   │   │   │   ├── Keywords.txt
│   │   │   │   │   └── PH03338I.jpg
│   │   │   │   └── Photos.package.zip
│   │   │   ├── Client
│   │   │   │   ├── app.config
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── Client.exe
│   │   │   │   │   │   ├── Client.exe.config
│   │   │   │   │   │   ├── Client.pdb
│   │   │   │   │   │   ├── SharedLibrary.dll
│   │   │   │   │   │   └── SharedLibrary.pdb
│   │   │   │   │   └── Release
│   │   │   │   ├── Client.cs
│   │   │   │   ├── Client.csproj
│   │   │   │   ├── Client.csproj.user
│   │   │   │   ├── Download
│   │   │   │   │   ├── Photos.xps
│   │   │   │   │   └── Thumbnails.package.zip
│   │   │   │   └── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Client.csproj.FileListAbsolute.txt
│   │   │   │   ├── Client.exe
│   │   │   │   ├── Client.pdb
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   ├── _Documents
│   │   │   │   ├── PackWebRequest-conceptual.vsd
│   │   │   │   └── PackWebRequest-spec.doc
│   │   │   ├── PackWebRequest.sln
│   │   │   ├── PackWebRequest.suo
│   │   │   ├── RetailServer
│   │   │   │   ├── app.config
│   │   │   │   ├── ArchiveInfo
│   │   │   │   │   ├── Server1-Snapshot.package.zip
│   │   │   │   │   └── Server2-Snapshot.package.zip
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── RetailServer.exe
│   │   │   │   │   │   ├── RetailServer.exe.config
│   │   │   │   │   │   ├── RetailServer.pdb
│   │   │   │   │   │   ├── SharedLibrary.dll
│   │   │   │   │   │   └── SharedLibrary.pdb
│   │   │   │   │   └── Release
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── RetailServer.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── RetailServer.exe
│   │   │   │   │   ├── RetailServer.pdb
│   │   │   │   │   └── TempPE
│   │   │   │   ├── QueryBuffer
│   │   │   │   │   └── Query.xml
│   │   │   │   ├── RetailServer.cs
│   │   │   │   ├── RetailServer.csproj
│   │   │   │   └── RetailServer.csproj.user
│   │   │   ├── SharedLibrary
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── SharedLibrary.dll
│   │   │   │   │   │   └── SharedLibrary.pdb
│   │   │   │   │   └── Release
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── SharedLibrary.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── SharedLibrary.dll
│   │   │   │   │   ├── SharedLibrary.pdb
│   │   │   │   │   └── TempPE
│   │   │   │   ├── SharedLibrary.cs
│   │   │   │   ├── SharedLibrary.csproj
│   │   │   │   └── SharedLibrary.csproj.user
│   │   │   └── Simulator
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Simulator.exe
│   │   │   │   │   ├── Simulator.exe.config
│   │   │   │   │   ├── Simulator.pdb
│   │   │   │   │   ├── Simulator.vshost.exe
│   │   │   │   │   ├── Simulator.vshost.exe.config
│   │   │   │   │   └── Simulator.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── Simulator.csproj.FileListAbsolute.txt
│   │   │   │   ├── Simulator.exe
│   │   │   │   ├── Simulator.pdb
│   │   │   │   └── TempPE
│   │   │   ├── Simulator.cs
│   │   │   ├── Simulator.csproj
│   │   │   └── Simulator.csproj.user
│   │   └── readme.htm
│   ├── RightsManagedContentPublish
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Content
│   │   │   │   ├── Chocolate.png
│   │   │   │   ├── Chocolate.png.protected
│   │   │   │   ├── Chocolate.png.PublishLicense.xml
│   │   │   │   ├── Chocolate.png.UseLicense.xml
│   │   │   │   ├── Content-Rights.xrml
│   │   │   │   ├── Truffle.png
│   │   │   │   ├── Truffle.png.protected
│   │   │   │   ├── Truffle.png.PublishLicense.xml
│   │   │   │   └── Truffle.png.UseLicense.xml
│   │   │   ├── _README_Microsoft-SDK-Rights-Management-Samples.doc
│   │   │   ├── RmContentPublish.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── RightsManagedContentViewer
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── RmContentViewer.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── Content
│   │   │   │   ├── Chocolate.png
│   │   │   │   ├── Chocolate.png.protected
│   │   │   │   ├── Chocolate.png.PublishLicense.xml
│   │   │   │   ├── Chocolate.png.UseLicense.xml
│   │   │   │   ├── Truffle.png
│   │   │   │   ├── Truffle.png.protected
│   │   │   │   ├── Truffle.png.PublishLicense.xml
│   │   │   │   └── Truffle.png.UseLicense.xml
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── RmContentViewer.csproj.FileListAbsolute.txt
│   │   │   │   ├── RmContentViewer.exe
│   │   │   │   ├── RmContentViewer.g.resources
│   │   │   │   ├── RmContentViewer_MarkupCompile.cache
│   │   │   │   ├── RmContentViewer.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── _README_Microsoft-SDK-Rights-Management-Samples.doc
│   │   │   ├── RmContentViewer.csproj
│   │   │   ├── RmContentViewer.exe
│   │   │   ├── RmContentViewer.pdb
│   │   │   ├── RmContentViewer.sln
│   │   │   ├── RmContentViewer.suo
│   │   │   ├── RmContentViewer.vshost.exe
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── RightsManagedPackagePublish
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Content
│   │   │   │   ├── Document-Rights.xrml
│   │   │   │   ├── Document-RMEncrypted.xps
│   │   │   │   └── Document.xps
│   │   │   ├── _README_Microsoft-SDK-Rights-Management-Samples.doc
│   │   │   ├── RmPackagePublish.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── RightsManagedPackageViewer
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Content
│   │   │   │   ├── Document-RmEncrypted.xps
│   │   │   │   └── Document.xps
│   │   │   ├── _README_Microsoft-SDK-Rights-Management-Samples.doc
│   │   │   ├── RmPackageViewer.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── XpsCreate
│   │   ├── CPP
│   │   │   ├── arial.ttf
│   │   │   ├── courier.ttf
│   │   │   ├── image.tif
│   │   │   ├── picture.jpg
│   │   │   ├── XpsCreate.cpp
│   │   │   └── XpsCreate.vcproj
│   │   ├── CSharp
│   │   │   ├── arial.ttf
│   │   │   ├── courier.ttf
│   │   │   ├── image.tif
│   │   │   ├── picture.jpg
│   │   │   ├── XpsCreate.cs
│   │   │   └── XpsCreate.csproj
│   │   └── readme.htm
│   ├── XpsFlatFile
│   │   ├── CSharp
│   │   │   ├── app.config
│   │   │   ├── Backup
│   │   │   │   ├── ContentTypes.cs
│   │   │   │   ├── FileHelper.cs
│   │   │   │   ├── FlatFilePolicy.cs
│   │   │   │   ├── Program.cs
│   │   │   │   ├── RelationshipStream.cs
│   │   │   │   ├── WpfContent.cs
│   │   │   │   ├── XmlWriterHelper.cs
│   │   │   │   └── XpsFlatFile.csproj
│   │   │   ├── ContentTypes.cs
│   │   │   ├── FileHelper.cs
│   │   │   ├── FlatFilePolicy.cs
│   │   │   ├── Fonts
│   │   │   │   ├── T2Embed.TTF
│   │   │   │   └── T2Embez.TTF
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── TempPE
│   │   │   │   ├── XpsFlatFile.csproj.FileListAbsolute.txt
│   │   │   │   ├── XpsFlatFile.exe
│   │   │   │   └── XpsFlatFile.pdb
│   │   │   ├── Output
│   │   │   │   ├── [Content_Types].xml
│   │   │   │   ├── Documents
│   │   │   │   │   ├── FixedDocument_1.fdoc
│   │   │   │   │   ├── FixedDocument_2.fdoc
│   │   │   │   │   ├── FixedDocument_3.fdoc
│   │   │   │   │   ├── FixedDocument_4.fdoc
│   │   │   │   │   └── FixedDocument_5.fdoc
│   │   │   │   ├── FixedDocumentSequence.fdseq
│   │   │   │   ├── Pages
│   │   │   │   │   ├── FixedPage_10.fpage
│   │   │   │   │   ├── FixedPage_1.fpage
│   │   │   │   │   ├── FixedPage_2.fpage
│   │   │   │   │   ├── FixedPage_3.fpage
│   │   │   │   │   ├── FixedPage_4.fpage
│   │   │   │   │   ├── FixedPage_5.fpage
│   │   │   │   │   ├── FixedPage_6.fpage
│   │   │   │   │   ├── FixedPage_7.fpage
│   │   │   │   │   ├── FixedPage_8.fpage
│   │   │   │   │   ├── FixedPage_9.fpage
│   │   │   │   │   └── _rels
│   │   │   │   │   ├── FixedPage_10.fpage.rels
│   │   │   │   │   ├── FixedPage_1.fpage.rels
│   │   │   │   │   ├── FixedPage_2.fpage.rels
│   │   │   │   │   ├── FixedPage_3.fpage.rels
│   │   │   │   │   ├── FixedPage_4.fpage.rels
│   │   │   │   │   ├── FixedPage_5.fpage.rels
│   │   │   │   │   ├── FixedPage_6.fpage.rels
│   │   │   │   │   ├── FixedPage_7.fpage.rels
│   │   │   │   │   ├── FixedPage_8.fpage.rels
│   │   │   │   │   └── FixedPage_9.fpage.rels
│   │   │   │   ├── _rels
│   │   │   │   └── Resources
│   │   │   │   ├── Fonts
│   │   │   │   │   ├── b5583b68-48fe-40b6-b80d-61748f79c09f.ODTTF
│   │   │   │   │   └── ea27495f-ffd1-4341-a329-3e840239733c.ODTTF
│   │   │   │   └── Images
│   │   │   │   ├── Image_1.png
│   │   │   │   ├── Image_2.png
│   │   │   │   ├── Image_3.png
│   │   │   │   ├── Image_4.png
│   │   │   │   └── Image_5.png
│   │   │   ├── Program.cs
│   │   │   ├── RelationshipStream.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── WpfContent.cs
│   │   │   ├── XmlWriterHelper.cs
│   │   │   ├── XpsFlatFile.csproj
│   │   │   ├── XpsFlatFile.csproj.user
│   │   │   ├── XpsFlatFile.doc
│   │   │   ├── XpsFlatFile.exe
│   │   │   ├── XpsFlatFile.exe.config
│   │   │   ├── XpsFlatFile.pdb
│   │   │   ├── XpsFlatFile.sln
│   │   │   ├── XpsFlatFile.suo
│   │   │   ├── XpsFlatFile.vshost.exe
│   │   │   ├── XpsFlatFile.vshost.exe.config
│   │   │   └── XpsFlatFile.vshost.exe.manifest
│   │   └── readme.htm
│   ├── XpsPrint
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Content
│   │   │   │   ├── autumn.jpg
│   │   │   │   ├── cars.jpg
│   │   │   │   ├── tiger.jpg
│   │   │   │   ├── ViewFixedDocumentSequence.xps
│   │   │   │   ├── ViewFixedDocument.xps
│   │   │   │   ├── ViewFlowDocument.xps
│   │   │   │   ├── ViewMultipleVisuals.xps
│   │   │   │   └── ViewOneVisual.xps
│   │   │   ├── Window1.xaml
│   │   │   ├── Window1.xaml.cs
│   │   │   ├── WpfContent.cs
│   │   │   ├── XpsPrint.csproj
│   │   │   └── XpsPrintHelper.cs
│   │   └── readme.htm
│   ├── XpsReadWriteSign
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── DocumentProperties.cs
│   │   │   ├── ParisNotreDame.jpg
│   │   │   ├── Properties.cs
│   │   │   ├── Properties.Designer.cs
│   │   │   ├── Properties.resx
│   │   │   ├── ReadingAndWritingXps.cs
│   │   │   ├── SignatureDefinition.cs
│   │   │   ├── SignatureDefinition.Designer.cs
│   │   │   ├── SignatureDefinition.resx
│   │   │   ├── SignatureDefinitionsAndSigning.cs
│   │   │   ├── SignatureDialog.cs
│   │   │   ├── SignatureDialog.Designer.cs
│   │   │   ├── SignatureDialog.resx
│   │   │   ├── SignatureDialog.xaml
│   │   │   ├── SignatureDialog.xaml.cs
│   │   │   ├── ThumnailDialog.xaml
│   │   │   ├── ThumnailDialog.xaml.cs
│   │   │   ├── ViewFixedDocumentSequence.xps
│   │   │   ├── Window1.xaml
│   │   │   ├── Window1.xaml.cs
│   │   │   └── XpsReadWriteSign.csproj
│   │   └── readme.htm
│   └── XpsSave
│   ├── CSharp
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Content
│   │   │   ├── 5pages.xps
│   │   │   ├── autumn.jpg
│   │   │   ├── cars.jpg
│   │   │   ├── tiger.jpg
│   │   │   ├── ViewFixedDocumentSequence.xps
│   │   │   ├── ViewFixedDocument.xps
│   │   │   ├── ViewFlowDocument.xps
│   │   │   ├── ViewMultipleVisuals.xps
│   │   │   └── ViewOneVisual.xps
│   │   ├── Window1.xaml
│   │   ├── Window1.xaml.cs
│   │   ├── XpfContent.cs
│   │   ├── XpsSave.csproj
│   │   └── XpsSaveHelper.cs
│   └── readme.htm
├── Editing
│   ├── Adorners_AddRemoveAdorners
│   │   ├── CSharp
│   │   │   ├── AddRemoveAdorners.csproj
│   │   │   ├── AddRemoveAdorners.sln
│   │   │   ├── AddRemoveAdorners.suo
│   │   │   ├── app.xaml
│   │   │   ├── Backup
│   │   │   │   ├── AddRemoveAdorners.csproj
│   │   │   │   ├── app.xaml
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   └── SDKSample.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── AddRemoveAdorners.csproj.FileListAbsolute.txt
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.g.resources
│   │   │   │   ├── SDKSample_MarkupCompile.cache
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── AddRemoveAdorners.vbproj
│   │   ├── app.xaml
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── Adorners_ResizingAdorner
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── ResizingAdorner.cs
│   │   │   │   ├── ResizingAdorner.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   └── SDKSample.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ResizingAdorner.csproj.FileListAbsolute.txt
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.g.resources
│   │   │   │   ├── SDKSample_MarkupCompile.cache
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── ResizingAdorner.cs
│   │   │   ├── ResizingAdorner.csproj
│   │   │   ├── ResizingAdorner.sln
│   │   │   ├── ResizingAdorner.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── Adorners_SimpleCircleAdorner
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── SimpleAdorner.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   └── SDKSample.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.g.resources
│   │   │   │   ├── SDKSample_MarkupCompile.cache
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   ├── SimpleAdorner.csproj.FileListAbsolute.txt
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── SimpleAdorner.csproj
│   │   │   ├── SimpleAdorner.sln
│   │   │   ├── SimpleAdorner.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── SimpleCircleAdorner.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ClipboardSpy_Sample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── ClipboardSpy_Sample.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── DragDrop_DragEvents
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── DragEvents.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── DragDrop_DragEvents.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── DragDrop_DragText
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── DragDrop_DragText.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── DragDrop_DragText.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── DragDrop_DropOpenTextFile
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── DropOpenTextFile.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   ├── SDKSample.vshost.exe
│   │   │   │   └── SDKSample.vshost.exe.manifest
│   │   │   ├── DropOpenTextFile.csproj
│   │   │   ├── DropOpenTextFile.sln
│   │   │   ├── DropOpenTextFile.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DropOpenTextFile.csproj.FileListAbsolute.txt
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.g.resources
│   │   │   │   ├── SDKSample_MarkupCompile.cache
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── DragDrop_ShowDataFormats
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── ShowDataFormats.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   ├── SDKSample.vshost.exe
│   │   │   │   └── SDKSample.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.g.resources
│   │   │   │   ├── SDKSample_MarkupCompile.cache
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   ├── ShowDataFormats.csproj.FileListAbsolute.txt
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── ShowDataFormats.csproj
│   │   │   ├── ShowDataFormats.sln
│   │   │   ├── ShowDataFormats.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── DragDrop_ShowDataFormats.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── EditingCommands_Sample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── EditingCommands_Sample.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── EditingCommands.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── PasswordBox_MainSample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── PasswordBox_Sample.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   └── SDKSample.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── PasswordBox_Sample.csproj.FileListAbsolute.txt
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.g.resources
│   │   │   │   ├── SDKSample_MarkupCompile.cache
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── PasswordBox_Sample.csproj
│   │   │   ├── PasswordBox_Sample.sln
│   │   │   ├── PasswordBox_Sample.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── PasswordBox.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── RichTextBox_ContextMenu
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   └── RichTextBox_ContextMenu.csproj
│   │   └── readme.htm
│   ├── RichTextBox_InputPanel
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── RichTextBoxInputPanel.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── RichTextBoxInputPanel.exe
│   │   │   │   │   ├── RichTextBoxInputPanel.pdb
│   │   │   │   │   ├── RichTextBoxInputPanel.vshost.exe
│   │   │   │   │   └── RichTextBoxInputPanel.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Images
│   │   │   │   ├── CharacterGrowFont.png
│   │   │   │   ├── CharacterShrinkFont.png
│   │   │   │   ├── EditCopy.png
│   │   │   │   ├── EditCut.png
│   │   │   │   ├── EditPaste.png
│   │   │   │   ├── EditRedo.png
│   │   │   │   ├── EditUndo.png
│   │   │   │   ├── FileOpen.png
│   │   │   │   ├── FileSave.png
│   │   │   │   ├── ListBullets.png
│   │   │   │   ├── ListNumbering.png
│   │   │   │   ├── ParagraphCenterJustify.png
│   │   │   │   ├── ParagraphDecreaseIndentation.png
│   │   │   │   ├── ParagraphFullJustify.png
│   │   │   │   ├── ParagraphIncreaseIndentation.png
│   │   │   │   ├── ParagraphLeftJustify.png
│   │   │   │   └── ParagraphRightJustify.png
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── RichTextBoxInputPanel.csproj.FileListAbsolute.txt
│   │   │   │   ├── RichTextBoxInputPanel.exe
│   │   │   │   ├── RichTextBoxInputPanel.g.resources
│   │   │   │   ├── RichTextBoxInputPanel_MarkupCompile.cache
│   │   │   │   ├── RichTextBoxInputPanel.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── RichTextBoxInputPanel.csproj
│   │   │   ├── RichTextBoxInputPanel.sln
│   │   │   ├── RichTextBoxInputPanel.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── RichTextBox_NoScrollViewer
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── RichTextBox_NoScrollViewer.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── TextBoxBase_AutoWordSelection
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── sample_content.txt
│   │   │   ├── TextBoxBase_AutoWordSelection.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── sample_content.txt
│   │   ├── TBAutoWordSelection.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── TextBoxBase_Samp
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── textboxbase_samp.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── TextBoxBase.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── TextBox_ContextMenu
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── TextBox_ContextMenu.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── TBContextMenu.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── TextBox_CursorToEnd
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── CursorToEnd.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── CursorToEnd.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── TextBox_DetectChangedText
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── DetectChangedText.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── TextBoxMethods_vb.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── TextBox_NavigationMethods
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── images
│   │   │   │   ├── go_down_all.bmp
│   │   │   │   ├── go_down.bmp
│   │   │   │   ├── go_down_more.bmp
│   │   │   │   ├── go_left.bmp
│   │   │   │   ├── go_left_more.bmp
│   │   │   │   ├── go_right_all.bmp
│   │   │   │   ├── go_right.bmp
│   │   │   │   ├── go_right_more.bmp
│   │   │   │   ├── go_up_all.bmp
│   │   │   │   ├── go_up.bmp
│   │   │   │   ├── go_up_more.bmp
│   │   │   │   └── simpleblue.bmp
│   │   │   ├── TextBoxMethods.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── images
│   │   │   ├── go_down_all.bmp
│   │   │   ├── go_down.bmp
│   │   │   ├── go_down_more.bmp
│   │   │   ├── go_left.bmp
│   │   │   ├── go_left_more.bmp
│   │   │   ├── go_right_all.bmp
│   │   │   ├── go_right.bmp
│   │   │   ├── go_right_more.bmp
│   │   │   ├── go_up_all.bmp
│   │   │   ├── go_up.bmp
│   │   │   ├── go_up_more.bmp
│   │   │   └── simpleblue.bmp
│   │   ├── TextBoxMethods.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── TextBox_NoScrollViewer
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── TextBox_NoScrollViewer_Sample.csproj
│   │   │   └── Window1.xaml
│   │   └── readme.htm
│   ├── TextBox_RetrieveSelection
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── RetrieveSelection.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── RetrieveSelection_vb.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   └── TextBox_SpacePreserve
│   ├── readme.htm
│   └── XAML
│   ├── app.xaml
│   ├── Page1.xaml
│   ├── TextBoxSpacePreserve.csproj
│   └── TextBoxSpacePreserve.vbproj
├── Flow
│   ├── FlowDirectionLayout
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── FlowDirection.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── FlowDirection.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── FlowDoc_OptimalParagraph
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── FlowDoc_OptimalParagraph.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── Flow_OptimalParagraph.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── FlowDocument_LoadSave
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── FlowDocRdr_LoadSave.csproj
│   │   │   ├── FlowDocumentSample1.xaml
│   │   │   ├── FlowDocumentSample2.xaml
│   │   │   ├── FlowDocumentSample3.xaml
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── FlowDocLoadSave.vbproj
│   │   ├── FlowDocumentSample1.xaml
│   │   ├── FlowDocumentSample2.xaml
│   │   ├── FlowDocumentSample3.xaml
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── FlowDocumentNews
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── default.xaml
│   │   │   ├── Default.xaml.cs
│   │   │   ├── document1.xaml
│   │   │   ├── document1.xaml.cs
│   │   │   ├── document2.xaml
│   │   │   ├── document2.xaml.cs
│   │   │   ├── document.xaml
│   │   │   ├── document.xaml.cs
│   │   │   ├── FlowDocument_News.csproj
│   │   │   └── images
│   │   │   ├── smiley.PNG
│   │   │   ├── story1.PNG
│   │   │   ├── story2.PNG
│   │   │   ├── story3.PNG
│   │   │   └── tulip_farm.png
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── default.xaml
│   │   ├── Default.xaml.vb
│   │   ├── document1.xaml
│   │   ├── document1.xaml.vb
│   │   ├── document2.xaml
│   │   ├── document2.xaml.vb
│   │   ├── document.xaml
│   │   ├── document.xaml.vb
│   │   ├── FlowDocument_News.vbproj
│   │   └── images
│   │   ├── smiley.PNG
│   │   ├── story1.PNG
│   │   ├── story2.PNG
│   │   ├── story3.PNG
│   │   └── tulip_farm.png
│   ├── FlowDocumentPropsSamp
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── flowdocument_props_samp.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── FlowFormatCatalog
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── Flow_Format_Catalog.csproj
│   │   ├── Flow_Format_Catalog.vbproj
│   │   └── window1.xaml
│   ├── FontFamilySample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── FontFamily.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── FontFamily_sample_vb.sln
│   │   ├── FontFamily_sample_vb.vbproj
│   │   ├── Pane1.xaml
│   │   └── Pane1.xaml.vb
│   ├── HTMLtoXAML
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── convertHTML.csproj
│   │   │   ├── HtmlCssParser.cs
│   │   │   ├── HtmlFromXamlConverter.cs
│   │   │   ├── HtmlLexicalAnalyzer.cs
│   │   │   ├── HtmlParser.cs
│   │   │   ├── HtmlSchema.cs
│   │   │   ├── HtmlTokenType.cs
│   │   │   ├── HtmlToXamlConverter.cs
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── TableCsharpSample
│   │   ├── CPP
│   │   │   ├── Table_Code.vcproj
│   │   │   └── Table.cpp
│   │   ├── CSharp
│   │   │   ├── Backup
│   │   │   │   ├── Table_Code.csproj
│   │   │   │   └── Table.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   └── SDKSample.vshost.exe
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   ├── Table_Code.csproj.FileListAbsolute.txt
│   │   │   │   └── TempPE
│   │   │   ├── Table_Code.csproj
│   │   │   ├── Table_Code.sln
│   │   │   ├── Table_Code.suo
│   │   │   ├── Table.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── Pane1.xaml
│   │   ├── Pane1.xaml.vb
│   │   └── Table_vb.vbproj
│   ├── TableElementSample
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── Backup
│   │   │   ├── app.xaml
│   │   │   ├── default.xaml
│   │   │   └── Table_Element_Sample.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── SDKSample.exe
│   │   │   ├── SDKSample.pdb
│   │   │   └── SDKSample.vshost.exe
│   │   ├── default.xaml
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── app.g.cs
│   │   │   ├── default.baml
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── SDKSample.exe
│   │   │   ├── SDKSample.g.resources
│   │   │   ├── SDKSample_MarkupCompile.cache
│   │   │   ├── SDKSample.pdb
│   │   │   ├── Table_Element_Sample.csproj.FileListAbsolute.txt
│   │   │   └── TempPE
│   │   ├── Table_Element_Sample.csproj
│   │   ├── Table_Element_Sample.sln
│   │   ├── Table_Element_Sample.suo
│   │   ├── Table_Element_Sample.vbproj
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── TableVBAddContent
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── TableAddContent.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── Pane1.xaml
│   │   ├── Pane1.xaml.vb
│   │   └── Table_VB_Sample.vbproj
│   ├── textblockPropsSamp
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── textblock_props_samp.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── TextTrimmingLayout
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── TextTrimming_layout.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── TextTrimming.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   └── TextWrapProperty
│   ├── CSharp
│   │   ├── app.xaml
│   │   ├── TextWrapProp.csproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   ├── readme.htm
│   └── VisualBasic
│   ├── app.xaml
│   ├── Pane1.xaml
│   ├── Pane1.xaml.vb
│   ├── TextWrap_property_vb.sln
│   └── TextWrap_property_vb.vbproj
├── Gallery
│   └── SamplesGallery
│   ├── CSharp
│   │   ├── app.xaml
│   │   ├── default.xaml
│   │   ├── Default.xaml.cs
│   │   ├── images
│   │   │   ├── berries.jpg
│   │   │   ├── cat.png
│   │   │   ├── cherries.jpg
│   │   │   ├── dog.png
│   │   │   ├── downarrow.PNG
│   │   │   ├── fish.png
│   │   │   ├── flower.jpg
│   │   │   ├── help.gif
│   │   │   ├── pinkcherries.jpg
│   │   │   ├── steel.png
│   │   │   ├── tulip_farm.jpg
│   │   │   ├── uparrow.PNG
│   │   │   └── Waterlilies.jpg
│   │   ├── sampleviewer.csproj
│   │   ├── samps
│   │   │   ├── actualwidth_samp.xaml
│   │   │   ├── actualwidth_samp.xaml.cs
│   │   │   ├── animateheight_samp.xaml
│   │   │   ├── animateheight_samp.xaml.cs
│   │   │   ├── animatepath_samp.xaml
│   │   │   ├── animatepath_samp.xaml.cs
│   │   │   ├── animatepropertystoryboards_samp.xaml
│   │   │   ├── animatepropertystoryboards_samp.xaml.cs
│   │   │   ├── animaterotate_samp.xaml
│   │   │   ├── animaterotate_samp.xaml.cs
│   │   │   ├── animatesize_samp.xaml
│   │   │   ├── animatesize_samp.xaml.cs
│   │   │   ├── binddptodp_samp.xaml
│   │   │   ├── binddptodp_samp.xaml.cs
│   │   │   ├── bindnontextproperty_samp.xaml
│   │   │   ├── bindnontextproperty_samp.xaml.cs
│   │   │   ├── border_samp.xaml
│   │   │   ├── border_samp.xaml.cs
│   │   │   ├── brushtypes_samp.xaml
│   │   │   ├── brushtypes_samp.xaml.cs
│   │   │   ├── btncolor_samp.xaml
│   │   │   ├── btncolor_samp.xaml.cs
│   │   │   ├── button_samp.xaml
│   │   │   ├── button_samp.xaml.cs
│   │   │   ├── canvas_samp.xaml
│   │   │   ├── canvas_samp.xaml.cs
│   │   │   ├── checkboxelement_samp.xaml
│   │   │   ├── checkboxelement_samp.xaml.cs
│   │   │   ├── combobox_samp.xaml.cs
│   │   │   ├── compositecollections_samp.xaml
│   │   │   ├── compositecollections_samp.xaml.cs
│   │   │   ├── contextmenu_samp.xaml
│   │   │   ├── contextmenu_samp.xaml.cs
│   │   │   ├── controlprops_samp.xaml
│   │   │   ├── controlprops_samp.xaml.cs
│   │   │   ├── datatrigger_samp.xaml
│   │   │   ├── datatrigger_samp.xaml.cs
│   │   │   ├── dockpanel_samp.xaml
│   │   │   ├── dockpanel_samp.xaml.cs
│   │   │   ├── documentviewer_samp.xaml
│   │   │   ├── documentviewer_samp.xaml.cs
│   │   │   ├── doublekeyframe_samp.xaml
│   │   │   ├── doublekeyframe_samp.xaml.cs
│   │   │   ├── expander_samp.xaml
│   │   │   ├── expander_samp.xaml.cs
│   │   │   ├── geometryusage_samp.xaml
│   │   │   ├── geometryusage_samp.xaml.cs
│   │   │   ├── gradientspread_samp.xaml
│   │   │   ├── gradientspread_samp.xaml.cs
│   │   │   ├── grid_samp.xaml
│   │   │   ├── grid_samp.xaml.cs
│   │   │   ├── interpolationmethods_samp.xaml
│   │   │   ├── interpolationmethods_samp.xaml.cs
│   │   │   ├── keyframestring_samp.xaml
│   │   │   ├── keyframestring_samp.xaml.cs
│   │   │   ├── linejoinsandcaps_samp.xaml
│   │   │   ├── linejoinsandcaps_samp.xaml.cs
│   │   │   ├── listboxstyle_samp.xaml
│   │   │   ├── listboxstyle_samp.xaml.cs
│   │   │   ├── menus_samp.xaml
│   │   │   ├── menus_samp.xaml.cs
│   │   │   ├── miterlimit_samp.xaml
│   │   │   ├── miterlimit_samp.xaml.cs
│   │   │   ├── multibinding_samp.xaml
│   │   │   ├── multibinding_samp.xaml.cs
│   │   │   ├── opacityanimation_samp.xaml
│   │   │   ├── opacityanimation_samp.xaml.cs
│   │   │   ├── prioritybinding_samp.xaml
│   │   │   ├── prioritybinding_samp.xaml.cs
│   │   │   ├── propertychangenotification_samp.xaml
│   │   │   ├── propertychangenotification_samp.xaml.cs
│   │   │   ├── scrollviewer_samp.xaml
│   │   │   ├── scrollviewer_samp.xaml.cs
│   │   │   ├── slider_samp.xaml
│   │   │   ├── slider_samp.xaml.cs
│   │   │   ├── stackpanel_samp.xaml
│   │   │   ├── stackpanel_samp.xaml.cs
│   │   │   ├── stretch_samp.xaml
│   │   │   ├── stretch_samp.xaml.cs
│   │   │   ├── tabcontrol_samp.xaml
│   │   │   ├── tabcontrol_samp.xaml.cs
│   │   │   ├── table_samp.xaml
│   │   │   ├── table_samp.xaml.cs
│   │   │   ├── textblock_samp.xaml
│   │   │   ├── textblock_samp.xaml.cs
│   │   │   ├── thumb_samp.xaml
│   │   │   ├── thumb_samp.xaml.cs
│   │   │   ├── tooltip_samp.xaml
│   │   │   ├── tooltip_samp.xaml.cs
│   │   │   ├── viewbox_samp.xaml
│   │   │   ├── viewbox_samp.xaml.cs
│   │   │   ├── xmldatasource_samp.xaml
│   │   │   ├── xmldatasource_samp.xaml.cs
│   │   │   ├── xmlnsbind_samp.xaml
│   │   │   └── xmlnsbind_samp.xaml.cs
│   │   ├── TOC.xaml
│   │   ├── welcome.xaml
│   │   └── welcome.xaml.cs
│   └── readme.htm
├── GlobalizationLocalization
│   ├── FlowDirection
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── FlowDirectionApp.csproj
│   │   ├── FlowDirectionApp.vbproj
│   │   └── Window1.xaml
│   ├── GlobalizationHomepage
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── Homepage.xaml
│   │   ├── Homepage.xaml.cs
│   │   ├── LocalizedArabicStringTable.csv
│   │   ├── microsoft_logo.png
│   │   ├── MicrosoftSaudiArabiaHomepage.csproj
│   │   ├── readme.htm
│   │   ├── vista.jpg
│   │   ├── Window1.xaml
│   │   ├── Window1.xaml.cs
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── Homepage.xaml
│   │   ├── Homepage.xaml.cs
│   │   ├── LocalizedArabicStringTable.csv
│   │   ├── microsoft_logo.png
│   │   ├── MicrosoftSaudiArabiaHomepage.csproj
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.cs
│   │   │   └── Settings.settings
│   │   ├── vista.jpg
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   ├── GlobalizationRunDialog
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── LocalizedGermanStringTable.CSV
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── LocalizedGermanStringTabletest.CSV
│   │   │   ├── Resources.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.cs
│   │   │   └── Settings.settings
│   │   ├── RunDialog.csproj
│   │   ├── RunIcon.JPG
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   ├── Gradient
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── GradientApp.csproj
│   │   ├── GradientApp.vbproj
│   │   └── Window1.xaml
│   ├── Image
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── ImageApp.csproj
│   │   ├── ImageApp.vbproj
│   │   ├── ms_logo.jpg
│   │   └── Window1.xaml
│   ├── LangAttribute
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── LangAttributeApp.csproj
│   │   ├── LangAttributeApp.vbproj
│   │   └── Window1.xaml
│   ├── LocalizationBtn
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── Button_Loc.csproj
│   │   ├── Button_Loc.vbproj
│   │   └── Pane1.xaml
│   ├── LocalizationGrid
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── data
│   │   │   └── flower.jpg
│   │   ├── Grid_Loc.csproj
│   │   ├── Grid_Loc.vbproj
│   │   └── Pane1.xaml
│   ├── LocalizationResources
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── data
│   │   │   │   ├── picture1.jpg
│   │   │   │   └── stringtable.en-US.restext
│   │   │   ├── localizableapp2_wcp.csproj
│   │   │   ├── page1.xaml
│   │   │   └── page1.xaml.cs
│   │   └── readme.htm
│   ├── LocBaml
│   │   ├── CSharp
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── BamlLocalizabilityByReflection.cs
│   │   │   ├── commandline.cs
│   │   │   ├── const.cs
│   │   │   ├── DefaultAttributes.cs
│   │   │   ├── InputBamlStreamList.cs
│   │   │   ├── LocBaml.cs
│   │   │   ├── LocBaml.csproj
│   │   │   ├── ResourceGenerator.cs
│   │   │   ├── Resources
│   │   │   │   ├── stringtable.resources
│   │   │   │   └── stringtable.txt
│   │   │   ├── ResourceTextReader.cs
│   │   │   ├── ResourceTextWriter.cs
│   │   │   ├── StringLoader.cs
│   │   │   └── TranslationDictionaries.cs
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── HelloApp.csproj
│   │   ├── HelloApp.vbproj
│   │   └── Window1.xaml
│   ├── LTRRTL
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── LTRRTL.csproj
│   │   ├── LTRRTL.vbproj
│   │   └── Pane1.xaml
│   ├── Numbers
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── NumbersApp.csproj
│   │   ├── NumbersApp.vbproj
│   │   └── Window1.xaml
│   ├── Numbers2
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── NumbersApp.csproj
│   │   ├── NumbersApp.vbproj
│   │   └── Window1.xaml
│   ├── Numbers3
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── NumbersApp.csproj
│   │   ├── NumbersApp.vbproj
│   │   └── Window1.xaml
│   ├── NumbersCSharp
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── BidiTest.csproj
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Resources.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.cs
│   │   │   ├── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── Paths
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── PathsApp.csproj
│   │   ├── PathsApp.vbproj
│   │   └── Window1.xaml
│   ├── RunSpan
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── RunSpanApp.csproj
│   │   ├── RunSpanApp.vbproj
│   │   └── Window1.xaml
│   └── Span
│   ├── readme.htm
│   └── XAML
│   ├── App.ico
│   ├── app.xaml
│   ├── SpanApp.csproj
│   ├── SpanApp.vbproj
│   └── Window1.xaml
├── GraphicsMM
│   ├── ColorPickerCustomControl
│   │   ├── CSharp
│   │   │   ├── ColorPickerLib
│   │   │   │   ├── bin
│   │   │   │   │   └── Release
│   │   │   │   │   └── ColorPicker.dll
│   │   │   │   ├── ColorPicker.cs
│   │   │   │   ├── ColorPicker.csproj
│   │   │   │   ├── ColorPickerDialog.xaml
│   │   │   │   ├── ColorPickerDialog.xaml.cs
│   │   │   │   ├── ColorPicker.sln
│   │   │   │   ├── obj
│   │   │   │   │   └── Release
│   │   │   │   │   ├── ColorPicker.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── ColorPickerDialog.baml
│   │   │   │   │   ├── ColorPickerDialog.g.cs
│   │   │   │   │   ├── ColorPicker.dll
│   │   │   │   │   ├── ColorPicker.g.resources
│   │   │   │   │   ├── ColorPicker_MarkupCompile.cache
│   │   │   │   │   ├── ColorPicker_MarkupCompile.lref
│   │   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   │   ├── TempPE
│   │   │   │   │   └── Themes
│   │   │   │   │   └── generic.baml
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── SupportingClasses.cs
│   │   │   │   └── Themes
│   │   │   │   └── generic.xaml
│   │   │   └── ColorPickerSampleApplication
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── ColorPicker
│   │   │   │   │   ├── ColorPicker.cs
│   │   │   │   │   ├── ColorPicker.csproj
│   │   │   │   │   ├── ColorPickerDialog.xaml
│   │   │   │   │   ├── ColorPickerDialog.xaml.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   ├── SupportingClasses.cs
│   │   │   │   │   └── Themes
│   │   │   │   │   └── generic.xaml
│   │   │   │   ├── ColorPickerSampleApplication.csproj
│   │   │   │   ├── ColorPickerSampleApplication.sln
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── SampleViewer.xaml
│   │   │   │   └── SampleViewer.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ColorPicker.dll
│   │   │   │   ├── ColorPickerSampleApplication.exe
│   │   │   │   ├── ColorPickerSampleApplication.pdb
│   │   │   │   ├── ColorPickerSampleApplication.vshost.exe
│   │   │   │   └── ColorPickerSampleApplication.vshost.exe.manifest
│   │   │   ├── ColorPickerSampleApplication.csproj
│   │   │   ├── ColorPickerSampleApplication.sln
│   │   │   ├── ColorPickerSampleApplication.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.baml
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── ColorPickerSampleApplication.csproj.FileListAbsolute.txt
│   │   │   │   ├── ColorPickerSampleApplication.csproj.GenerateResource.Cache
│   │   │   │   ├── ColorPickerSampleApplication.exe
│   │   │   │   ├── ColorPickerSampleApplication.g.resources
│   │   │   │   ├── ColorPickerSampleApplication_MarkupCompile.cache
│   │   │   │   ├── ColorPickerSampleApplication.pdb
│   │   │   │   ├── ColorPickerSampleApplication.Properties.Resources.resources
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── SampleViewer.baml
│   │   │   │   ├── SampleViewer.g.cs
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SampleViewer.xaml
│   │   │   ├── SampleViewer.xaml.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── readme.htm
│   ├── CompositionTargetSample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── CompositionTargetSample.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── ConverterSample
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── MilConverterSample.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── DrawingVisualSample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── DrawingVisual.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── DrawingVisual.exe
│   │   │   │   ├── DrawingVisual.pdb
│   │   │   │   └── DrawingVisual.vshost.exe
│   │   │   ├── DrawingVisual.csproj
│   │   │   ├── DrawingVisual.sln
│   │   │   ├── DrawingVisual.suo
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── DrawingVisual.csproj.FileListAbsolute.txt
│   │   │   │   ├── DrawingVisual.exe
│   │   │   │   ├── DrawingVisual.g.resources
│   │   │   │   ├── DrawingVisual_MarkupCompile.cache
│   │   │   │   ├── DrawingVisual.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── MatrixSample
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── MilMatrixSample.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── PointSample
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── MilPointSample.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── MilPointSample.exe
│   │   │   │   ├── MilPointSample.pdb
│   │   │   │   └── MilPointSample.vshost.exe
│   │   │   ├── MilPointSample.csproj
│   │   │   ├── MilPointSample.sln
│   │   │   ├── MilPointSample.suo
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── app.baml
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── MilPointSample.csproj.FileListAbsolute.txt
│   │   │   │   ├── MilPointSample.exe
│   │   │   │   ├── MilPointSample.g.resources
│   │   │   │   ├── MilPointSample_MarkupCompile.cache
│   │   │   │   ├── MilPointSample.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── Properties
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── VectorSample
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── MilVectorSample.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   └── VisualsHitTesting
│   ├── CSharp
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── MyCircle.cs
│   │   ├── MyWindow.cs
│   │   ├── Program.cs
│   │   └── VisualHitTest.csproj
│   └── readme.htm
├── GraphicsMM_3D
│   ├── 3DOverview
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── create_cube.csproj
│   │   │   ├── MyApp.xaml
│   │   │   ├── MyApp.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── 3DSolids
│   │   ├── CSharp
│   │   │   ├── QuadraticSurface
│   │   │   │   ├── Cone3D.cs
│   │   │   │   ├── Cylinder3D.cs
│   │   │   │   ├── Primitive3D.cs
│   │   │   │   ├── Primitive3DSurfaces.csproj
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── Sphere3D.cs
│   │   │   ├── sample_images
│   │   │   │   ├── Autumn.jpg
│   │   │   │   ├── Azul.jpg
│   │   │   │   └── Tulips.jpg
│   │   │   ├── Visual3D
│   │   │   │   ├── MyApp.xaml
│   │   │   │   ├── MyApp.xaml.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── SpaceShip.cs
│   │   │   │   ├── Visual3DSample.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   └── Visual3D.sln
│   │   └── readme.htm
│   ├── Animate3DRotation
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── BlankSample.csproj
│   │   ├── BlankSample.vbproj
│   │   └── Window1.xaml
│   ├── Animate3DRotationCode
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── BlankSample.csproj
│   │   │   ├── BlankSample.sln
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── Basic3D
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── BlankSample.csproj
│   │   │   ├── BlankSample.sln
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── BlankSample.csproj
│   │   ├── BlankSample.vbproj
│   │   └── Window1.xaml
│   ├── HitTest3D
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── HitTest3D.csproj
│   │   │   ├── MyApp.xaml
│   │   │   ├── MyApp.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── sample_images
│   │   │   │   ├── berries.jpg
│   │   │   │   ├── branches.png
│   │   │   │   ├── leafpicturecube2R000003.png
│   │   │   │   ├── leafpicturecube2R000005.png
│   │   │   │   ├── leaves_closeup.png
│   │   │   │   ├── rippled_metal_smaller.png
│   │   │   │   ├── rocks.jpg
│   │   │   │   ├── rocks.png
│   │   │   │   ├── Sunset.jpg
│   │   │   │   ├── tile1.JPG
│   │   │   │   ├── tile2.JPG
│   │   │   │   ├── tile3.JPG
│   │   │   │   ├── tile4.JPG
│   │   │   │   ├── tile5.JPG
│   │   │   │   ├── tile6.JPG
│   │   │   │   ├── Waterlilies.jpg
│   │   │   │   └── Waterlilies.png
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── MatrixTransform3DView
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── MatrixTransform3DView.csproj
│   │   │   ├── MyApp.xaml
│   │   │   ├── MyApp.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── Point3DSample
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Mil3dPoints.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── Point4DSample
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Mil4dPoints.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── QuaternionView
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── MyApp.xaml
│   │   │   ├── MyApp.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── QuaternionView.csproj
│   │   │   ├── sample_images
│   │   │   │   ├── berries.jpg
│   │   │   │   ├── branches.png
│   │   │   │   ├── leafpicturecube2R000003.png
│   │   │   │   ├── leafpicturecube2R000005.png
│   │   │   │   ├── leaves_closeup.png
│   │   │   │   ├── rippled_metal_smaller.png
│   │   │   │   ├── rocks.jpg
│   │   │   │   ├── rocks.png
│   │   │   │   ├── Sunset.jpg
│   │   │   │   ├── Waterlilies.jpg
│   │   │   │   └── Waterlilies.png
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── Show3DLights
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── MyLights.cs
│   │   │   ├── Show3DLights.csproj
│   │   │   ├── ViewportEventHandlers.cs
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── Size3DSample
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Mil3dSize.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   └── Vector3DSample
│   ├── CSharp
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── Mil3dVectorSample.csproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   └── readme.htm
├── GraphicsMM_Animation
│   ├── animateproperty
│   │   ├── CPP
│   │   │   ├── animagionproperty_cpp.vcproj
│   │   │   ├── app.cpp
│   │   │   ├── InteractiveExample.cpp
│   │   │   └── LocalAnimationExample.cpp
│   │   ├── CSharp
│   │   │   ├── animateproperty_csharp.csproj
│   │   │   ├── App.cs
│   │   │   ├── InteractiveExample.cs
│   │   │   └── LocalAnimationExample.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── animateproperty_vb.vbproj
│   │   ├── App.vb
│   │   ├── InteractiveExample.vb
│   │   └── LocalAnimationExample.vb
│   ├── AnimatePropertyStoryboards
│   │   ├── CSharp
│   │   │   ├── AnimateProperty_Storyboards_csharp.csproj
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   └── StoryboardExample.cs
│   │   ├── readme.htm
│   │   ├── VisualBasic
│   │   │   ├── AnimateProperty_Storyboards_vb.vbproj
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.vb
│   │   │   └── StoryboardExample.vb
│   │   └── XAML
│   │   ├── AnimateProperty_Storyboards_markup.csproj
│   │   ├── AnimateProperty_Storyboards_markup.vbproj
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── ControlTemplateStoryboardExample.xaml
│   │   ├── DataTriggerStoryboardExample.xaml
│   │   ├── PropertyTriggerExample.xaml
│   │   ├── SampleViewer.xaml
│   │   ├── StoryboardExample.xaml
│   │   └── StyleStoryboardExample.xaml
│   ├── animation_gallery
│   │   ├── CSharp
│   │   │   ├── 3D
│   │   │   │   ├── ControllableRotatingCubeExample.xaml
│   │   │   │   ├── ControllableRotatingCubeExample.xaml.cs
│   │   │   │   ├── RotatingCubeExample.xaml
│   │   │   │   └── RotatingCubeExample.xaml.cs
│   │   │   ├── AnimatingAlongAPathExample.xaml
│   │   │   ├── AnimatingAlongAPathExample.xaml.cs
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── CustomAnimations.cs
│   │   │   ├── GridSampleViewer.xaml
│   │   │   ├── GridSampleViewer.xaml.cs
│   │   │   ├── keyframes
│   │   │   │   ├── SplineExample.xaml
│   │   │   │   └── SplineExample.xaml.cs
│   │   │   ├── project.csproj
│   │   │   ├── sample_images
│   │   │   │   ├── berries.jpg
│   │   │   │   ├── branches.png
│   │   │   │   ├── leafpicturecube2R000003.png
│   │   │   │   ├── leafpicturecube2R000005.png
│   │   │   │   ├── leaves_closeup.png
│   │   │   │   ├── rippled_metal_smaller.png
│   │   │   │   ├── rocks.jpg
│   │   │   │   ├── rocks.png
│   │   │   │   ├── Sunset.jpg
│   │   │   │   ├── Waterlilies.jpg
│   │   │   │   └── Waterlilies.png
│   │   │   ├── text
│   │   │   │   ├── AnimatedParagraphExample.xaml
│   │   │   │   ├── AnimatedParagraphExample.xaml.cs
│   │   │   │   ├── SkewTextAnimationExample.xaml
│   │   │   │   ├── SkewTextAnimationExample.xaml.cs
│   │   │   │   ├── TextAnimationExample.xaml
│   │   │   │   ├── TextAnimationExample.xaml.cs
│   │   │   │   ├── TranslateTextAnimationExample.xaml
│   │   │   │   └── TranslateTextAnimationExample.xaml.cs
│   │   │   └── timing_behaviors
│   │   │   ├── InteractiveAnimationsExample.xaml
│   │   │   └── InteractiveAnimationsExample.xaml.cs
│   │   └── readme.htm
│   ├── basicvalues
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── AnimationTargetValuesExample.xaml
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── basicvalues_markup.csproj
│   │   └── basicvalues_markup.vbproj
│   ├── BezierTimeExample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── BezierTimeExample.csproj
│   │   │   ├── sample_images
│   │   │   │   ├── berries.jpg
│   │   │   │   ├── branches.png
│   │   │   │   ├── leafpicturecube2R000003.png
│   │   │   │   ├── leafpicturecube2R000005.png
│   │   │   │   ├── leaves_closeup.png
│   │   │   │   ├── rippled_metal_smaller.png
│   │   │   │   ├── rocks.jpg
│   │   │   │   ├── rocks.png
│   │   │   │   ├── Sunset.jpg
│   │   │   │   ├── Waterlilies.jpg
│   │   │   │   └── Waterlilies.png
│   │   │   ├── SplineExample.xaml
│   │   │   └── SplineExample.xaml.cs
│   │   └── readme.htm
│   ├── CompositionTargetRenderingAnimations
│   │   ├── CPP
│   │   │   ├── app.cpp
│   │   │   ├── CompositionTargetRenderingAnimations.vcproj
│   │   │   ├── FollowExample
│   │   │   │   ├── FollowExample.cpp
│   │   │   │   └── FollowExample.h
│   │   │   ├── FrameIndependentFollowExample
│   │   │   │   ├── FrameIndependentFollowExample.cpp
│   │   │   │   └── FrameIndependentFollowExample.h
│   │   │   ├── ParticleEffectExamples
│   │   │   │   ├── FireworkEffect.cpp
│   │   │   │   ├── FireworkEffect.h
│   │   │   │   ├── MagnetismCanvas.cpp
│   │   │   │   ├── MagnetismCanvas.h
│   │   │   │   ├── OverlayRenderDecorator.cpp
│   │   │   │   ├── OverlayRenderDecorator.h
│   │   │   │   ├── ParticleEffectsExample.cpp
│   │   │   │   ├── ParticleEffectsExample.h
│   │   │   │   ├── SonicEffect.cpp
│   │   │   │   ├── SonicEffect.h
│   │   │   │   ├── TimeTracker.cpp
│   │   │   │   └── TimeTracker.h
│   │   │   ├── ReusableFollowExample
│   │   │   │   ├── FollowMouseCanvas.cpp
│   │   │   │   ├── FollowMouseCanvas.h
│   │   │   │   ├── ReusableFollowExample.cpp
│   │   │   │   └── ReusableFollowExample.h
│   │   │   └── SimpleExample
│   │   │   ├── SimpleExample.cpp
│   │   │   └── SimpleExample.h
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── CompositionTargetRenderingAnimations.csproj
│   │   │   ├── FollowExample
│   │   │   │   ├── FollowExample.xaml
│   │   │   │   └── FollowExample.xaml.cs
│   │   │   ├── FrameIndependentFollowExample
│   │   │   │   ├── FrameIndependentFollowExample.xaml
│   │   │   │   └── FrameIndependentFollowExample.xaml.cs
│   │   │   ├── ParticleEffectExamples
│   │   │   │   ├── FireworkEffect.cs
│   │   │   │   ├── MagnetismCanvas.cs
│   │   │   │   ├── OverlayRenderDecorator.cs
│   │   │   │   ├── ParticleEffectExamples.xaml
│   │   │   │   ├── ParticleEffectExamples.xaml.cs
│   │   │   │   ├── SonicEffect.cs
│   │   │   │   └── TimeTracker.cs
│   │   │   ├── ReusableFollowExample
│   │   │   │   ├── FollowMouseCanvas.cs
│   │   │   │   ├── ReusableFollowExample.xaml
│   │   │   │   ├── ReusableFollowExample.xaml.cs
│   │   │   │   └── TimeTracker.cs
│   │   │   ├── SampleViewer.xaml
│   │   │   ├── SampleViewer.xaml.cs
│   │   │   └── SimpleExample
│   │   │   ├── SimpleExample.xaml
│   │   │   └── SimpleExample.xaml.cs
│   │   └── readme.htm
│   ├── ControlAnimationGallery
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── ComboBoxAnimateDropDownExample.xaml
│   │   ├── ComboBoxItemAnimateOnFocusExample.xaml
│   │   ├── ControlAnimationGallery.csproj
│   │   ├── ListBoxItemAnimationExample.xaml
│   │   ├── RadioButtonAnimationExample.xaml
│   │   ├── RadioButtonPreviewMouseDownAnimationExample.xaml
│   │   ├── SampleViewer.xaml
│   │   ├── SampleViewer.xaml.cs
│   │   ├── ScalingAndRotatingButton.xaml
│   │   └── ScalingButton.xaml
│   ├── CustomAnimationSample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── CustomAnimationExample.csproj
│   │   │   ├── CustomAnimationExample.xaml
│   │   │   └── CustomAnimationExample.xaml.cs
│   │   └── readme.htm
│   ├── keyframes
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── BooleanAnimationUsingKeyFramesExample.xaml
│   │   │   ├── ColorAnimationUsingKeyFramesExample.xaml
│   │   │   ├── DoubleAnimationUsingKeyFramesExample.xaml
│   │   │   ├── InterpolationMethodsExample.xaml
│   │   │   ├── KeyFramesIntroduction.xaml
│   │   │   ├── KeyFramesIntroduction.xaml.cs
│   │   │   ├── keyframes_markup.csproj
│   │   │   ├── KeyTimesExample.xaml
│   │   │   ├── PointAnimationUsingKeyFramesExample.xaml
│   │   │   ├── RectAnimationUsingKeyFramesExample.xaml
│   │   │   ├── SampleViewer.xaml
│   │   │   ├── SampleViewer.xaml.cs
│   │   │   ├── StringAnimationUsingKeyFramesExample.xaml
│   │   │   └── ThicknessAnimationUsingKeyFramesExample.xaml
│   │   └── readme.htm
│   ├── OpacityAnim
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── OpacityAnimationExample.xaml
│   │   ├── OpacityAnimationExample.xaml.cs
│   │   ├── OpacityAnim.csproj
│   │   ├── OpacityAnim.vbproj
│   │   └── sampleImages
│   │   └── berries.jpg
│   ├── PathAnimationGallery
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── DoubleAnimationUsingPathExample.xaml
│   │   │   ├── MatrixAnimationUsingPathExample.xaml
│   │   │   ├── PathAnimationGallery.csproj
│   │   │   ├── PointAnimationUsingPathExample.xaml
│   │   │   ├── RotateAnimationUsingPathExample.xaml
│   │   │   ├── SampleViewer.xaml
│   │   │   └── SampleViewer.xaml.cs
│   │   └── readme.htm
│   └── timingbehaviors
│   ├── CSharp
│   │   ├── AccelDecelExample.xaml
│   │   ├── AccelDecelExample.xaml.cs
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── AutoReverseExample.xaml
│   │   ├── AutoReverseExample.xaml.cs
│   │   ├── BeginTimeExample.xaml
│   │   ├── BeginTimeExample.xaml.cs
│   │   ├── DataboundSliderAnimationExample.xaml
│   │   ├── FillBehaviorExample.xaml
│   │   ├── FillBehaviorExample.xaml.cs
│   │   ├── HandoffVersusComposeExample.xaml
│   │   ├── IsAdditiveExample.xaml
│   │   ├── IsAdditiveExample.xaml.cs
│   │   ├── IsCumulativeExample.xaml
│   │   ├── IsCumulativeExample.xaml.cs
│   │   ├── project.csproj
│   │   ├── RepeatBehaviorExample.xaml
│   │   ├── RepeatBehaviorExample.xaml.cs
│   │   ├── SampleViewer.xaml
│   │   ├── SampleViewer.xaml.cs
│   │   ├── SpeedExample.xaml
│   │   └── SpeedExample.xaml.cs
│   └── readme.htm
├── GraphicsMM_BitmapEffects
│   ├── EffectsGallery
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── BevelAnimationExample.xaml
│   │   │   ├── BevelInteractiveExample.cs
│   │   │   ├── BevelInteractiveExample.xaml
│   │   │   ├── BevelSimpleExample.xaml
│   │   │   ├── BitmapEffectInputExample.xaml
│   │   │   ├── BlurAnimationExample.xaml
│   │   │   ├── BlurInteractiveExample.cs
│   │   │   ├── BlurInteractiveExample.xaml
│   │   │   ├── BlurSimpleExample.xaml
│   │   │   ├── DropShadowAnimationExample.xaml
│   │   │   ├── DropShadowInteractiveExample.xaml
│   │   │   ├── DropShadowSimpleExample.xaml
│   │   │   ├── EffectsGallery.csproj
│   │   │   ├── EmbossAnimationExample.xaml
│   │   │   ├── EmbossInteractiveExample.xaml
│   │   │   ├── EmbossSimpleExample.xaml
│   │   │   ├── images
│   │   │   │   └── WaterLilies.jpg
│   │   │   ├── MultipleEffectAnimationExample.xaml
│   │   │   ├── MultipleEffectExample.xaml
│   │   │   ├── OuterGlowAnimationExample.xaml
│   │   │   ├── OuterGlowInteractiveExample.xaml
│   │   │   ├── OuterGlowSimpleExample.xaml
│   │   │   ├── SampleViewer.xaml
│   │   │   └── SampleViewer.xaml.cs
│   │   └── readme.htm
│   └── RGBFilterEffect
│   ├── readme.htm
│   ├── RGBFilterBitmapEffect
│   │   ├── RGBFilterBitmapEffect.cs
│   │   └── RGBFilterBitmapEffect.csproj
│   ├── RGBFilterEffectLib
│   │   ├── Resource.h
│   │   ├── RGBFilterEffect.cpp
│   │   ├── RGBFilterEffect.h
│   │   ├── RGBFilterEffectLib.cpp
│   │   ├── RGBFilterEffectLib.def
│   │   ├── RGBFilterEffectLib.idl
│   │   ├── RGBFilterEffectLibps.def
│   │   ├── RGBFilterEffectLibPS.vcproj
│   │   ├── RGBFilterEffectLib.rc
│   │   ├── RGBFilterEffectLib.rgs
│   │   ├── RGBFilterEffectLib.vcproj
│   │   ├── RGBFilterEffect.rgs
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   ├── RGBFilterEffect.sln
│   └── RGBFilterEffectTest
│   ├── images
│   │   └── kittens.jpg
│   ├── MyApp.xaml
│   ├── MyApp.xaml.cs
│   ├── RGBFilterEffectTest.csproj
│   ├── Window1.xaml
│   └── Window1.xaml.cs
├── GraphicsMM_Brushes
│   ├── BrushesIntroduction
│   │   ├── CSharp
│   │   │   ├── AnimatingSolidColorBrushExample.xaml
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── BrushesIntroduction.csproj
│   │   │   ├── BrushOpacityExample.xaml
│   │   │   ├── BrushTransformExample.xaml
│   │   │   ├── BrushTypesExample.xaml
│   │   │   ├── DashExample.xaml
│   │   │   ├── GradientBrushesExample.xaml
│   │   │   ├── GradientBrushesExample.xaml.cs
│   │   │   ├── GradientSpreadExample.xaml
│   │   │   ├── InteractiveLinearGradientBrushExample.xaml
│   │   │   ├── InteractiveLinearGradientBrushExample.xaml.cs
│   │   │   ├── LinearGradientBrushAnimationExample.xaml
│   │   │   ├── PredefinedBrushes.xaml
│   │   │   ├── RadialGradientBrushAnimationExample.xaml
│   │   │   ├── RadialGradientBrushExample.xaml
│   │   │   ├── sampleImages
│   │   │   │   ├── cherries.jpg
│   │   │   │   ├── clouds.png
│   │   │   │   ├── pinkcherries.jpg
│   │   │   │   ├── steel.png
│   │   │   │   └── Sunset.jpg
│   │   │   ├── sampleMedia
│   │   │   │   └── xbox.wmv
│   │   │   ├── sampleResources
│   │   │   │   └── TOC.xml
│   │   │   ├── SampleViewer.xaml
│   │   │   ├── SampleViewer.xaml.cs
│   │   │   └── SolidColorBrushSyntax.xaml
│   │   └── readme.htm
│   ├── DrawingBrush
│   │   ├── CSharp
│   │   │   ├── AnimateGeometryDrawingExample.xaml
│   │   │   ├── AnimateGeometryDrawingExample.xaml.cs
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── DrawingBrushExample.xaml
│   │   │   ├── DrawingBrushExample.xaml.cs
│   │   │   ├── DrawingBrush_markup.csproj
│   │   │   ├── ImageDrawingExample.xaml
│   │   │   ├── ImageDrawingExample.xaml.cs
│   │   │   ├── sampleImages
│   │   │   │   ├── apple.jpg
│   │   │   │   ├── cherries.jpg
│   │   │   │   ├── rippled_metal_smaller.png
│   │   │   │   ├── SailBoat.JPG
│   │   │   │   └── WaterLilies.JPG
│   │   │   ├── SampleViewer.xaml
│   │   │   ├── SampleViewer.xaml.cs
│   │   │   ├── TransformExample.xaml
│   │   │   └── TransformExample.xaml.cs
│   │   └── readme.htm
│   ├── OpacityMasksExample
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── DrawingBrushExample.xaml
│   │   ├── GradientBrushExample.xaml
│   │   ├── ImageBrushExample.xaml
│   │   ├── OpacityMasking_markup.csproj
│   │   ├── OpacityMasking_markup.vbproj
│   │   ├── sampleImages
│   │   │   ├── tornedges.png
│   │   │   └── Waterlilies.jpg
│   │   └── SampleViewer.xaml
│   ├── SystemColorsAndBrushes
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── SystemColorsAndBrushes_csharp.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── SystemColorsAndBrushes_markup.csproj
│   │   ├── SystemColorsAndBrushes_markup.vbproj
│   │   └── Window1.xaml
│   ├── UsingImageBrush
│   │   ├── CSharp
│   │   │   ├── AlignmentExample.xaml
│   │   │   ├── AlignmentExample.xaml.cs
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── AlignmentExample.xaml
│   │   │   │   ├── AlignmentExample.xaml.cs
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── InteractiveExample.xaml
│   │   │   │   ├── InteractiveExample.xaml.cs
│   │   │   │   ├── MyWindow.xaml
│   │   │   │   ├── MyWindow.xaml.cs
│   │   │   │   ├── PaintingWithImages.xaml
│   │   │   │   ├── PaintingWithImages.xaml.cs
│   │   │   │   ├── StretchModes.xaml
│   │   │   │   ├── StretchModes.xaml.cs
│   │   │   │   ├── TextFillsExample.xaml
│   │   │   │   ├── TextFillsExample.xaml.cs
│   │   │   │   ├── TileSizeExample.xaml
│   │   │   │   ├── TileSizeExample.xaml.cs
│   │   │   │   ├── TilingExample.xaml
│   │   │   │   ├── TilingExample.xaml.cs
│   │   │   │   └── UsingImageBrush.csproj
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Microsoft.Samples.Graphics.UsingImageBrush.exe
│   │   │   │   │   ├── Microsoft.Samples.Graphics.UsingImageBrush.pdb
│   │   │   │   │   └── Microsoft.Samples.Graphics.UsingImageBrush.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── InteractiveExample.xaml
│   │   │   ├── InteractiveExample.xaml.cs
│   │   │   ├── MyWindow.xaml
│   │   │   ├── MyWindow.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── AlignmentExample.baml
│   │   │   │   ├── AlignmentExample.g.cs
│   │   │   │   ├── app.baml
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── InteractiveExample.baml
│   │   │   │   ├── InteractiveExample.g.cs
│   │   │   │   ├── Microsoft.Samples.Graphics.UsingImageBrush.exe
│   │   │   │   ├── Microsoft.Samples.Graphics.UsingImageBrush.g.resources
│   │   │   │   ├── Microsoft.Samples.Graphics.UsingImageBrush_MarkupCompile.cache
│   │   │   │   ├── Microsoft.Samples.Graphics.UsingImageBrush.pdb
│   │   │   │   ├── MyWindow.baml
│   │   │   │   ├── MyWindow.g.cs
│   │   │   │   ├── PaintingWithImages.baml
│   │   │   │   ├── PaintingWithImages.g.cs
│   │   │   │   ├── StretchModes.baml
│   │   │   │   ├── StretchModes.g.cs
│   │   │   │   ├── TempPE
│   │   │   │   ├── TextFillsExample.baml
│   │   │   │   ├── TextFillsExample.g.cs
│   │   │   │   ├── TileSizeExample.baml
│   │   │   │   ├── TileSizeExample.g.cs
│   │   │   │   ├── TilingExample.baml
│   │   │   │   ├── TilingExample.g.cs
│   │   │   │   └── UsingImageBrush.csproj.FileListAbsolute.txt
│   │   │   ├── PaintingWithImages.xaml
│   │   │   ├── PaintingWithImages.xaml.cs
│   │   │   ├── sampleImages
│   │   │   │   ├── apple.jpg
│   │   │   │   ├── bananas.jpg
│   │   │   │   ├── bananas_small.jpg
│   │   │   │   ├── berries.jpg
│   │   │   │   ├── blueberries.jpg
│   │   │   │   ├── butterfly2.jpg
│   │   │   │   ├── butterfly2_small.jpg
│   │   │   │   ├── butterfly.jpg
│   │   │   │   ├── cherries.jpg
│   │   │   │   ├── cherries_larger.jpg
│   │   │   │   ├── gecko.jpg
│   │   │   │   ├── greenglass.jpg
│   │   │   │   ├── hummingbird.jpg
│   │   │   │   ├── music.jpg
│   │   │   │   ├── pinkcherries.jpg
│   │   │   │   ├── purpleblock.jpg
│   │   │   │   ├── rocks.jpg
│   │   │   │   ├── square.jpg
│   │   │   │   ├── Sunset.jpg
│   │   │   │   ├── triangle.jpg
│   │   │   │   ├── tulips.jpg
│   │   │   │   ├── Waterlilies.jpg
│   │   │   │   └── watermelon.jpg
│   │   │   ├── StretchModes.xaml
│   │   │   ├── StretchModes.xaml.cs
│   │   │   ├── TextFillsExample.xaml
│   │   │   ├── TextFillsExample.xaml.cs
│   │   │   ├── TileSizeExample.xaml
│   │   │   ├── TileSizeExample.xaml.cs
│   │   │   ├── TilingExample.xaml
│   │   │   ├── TilingExample.xaml.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── UsingImageBrush.csproj
│   │   │   ├── UsingImageBrush.sln
│   │   │   └── UsingImageBrush.suo
│   │   └── readme.htm
│   └── UsingVisualBrush
│   ├── CSharp
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── MagnifyingGlassExample.xaml
│   │   ├── MagnifyingGlassExample.xaml.cs
│   │   ├── PaintingWithVisuals.xaml
│   │   ├── PaintingWithVisuals.xaml.cs
│   │   ├── ReflectionExample.xaml
│   │   ├── ReflectionExample.xaml.cs
│   │   ├── sampleImages
│   │   │   ├── apple.jpg
│   │   │   ├── bananas.jpg
│   │   │   ├── bananas_small.jpg
│   │   │   ├── berries.jpg
│   │   │   ├── blueberries.jpg
│   │   │   ├── butterfly2.jpg
│   │   │   ├── butterfly2_small.jpg
│   │   │   ├── butterfly.jpg
│   │   │   ├── cherries.jpg
│   │   │   ├── cherries_larger.jpg
│   │   │   ├── gecko.jpg
│   │   │   ├── greenglass.jpg
│   │   │   ├── hummingbird.jpg
│   │   │   ├── music.jpg
│   │   │   ├── pinkcherries.jpg
│   │   │   ├── purpleblock.jpg
│   │   │   ├── rocks.jpg
│   │   │   ├── square.jpg
│   │   │   ├── Sunset.jpg
│   │   │   ├── triangle.jpg
│   │   │   ├── tulips.jpg
│   │   │   ├── Waterlilies.jpg
│   │   │   └── watermelon.jpg
│   │   ├── sampleMedia
│   │   │   └── xbox.wmv
│   │   ├── SampleViewer.xaml
│   │   ├── SampleViewer.xaml.cs
│   │   └── UsingVisualBrush.csproj
│   └── readme.htm
├── GraphicsMM_Geometries
│   ├── ClipPathExample
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── ClipExample.xaml
│   │   ├── ClipPathExample.csproj
│   │   ├── ClipPathExample.vbproj
│   │   └── sampleImages
│   │   ├── scissors.jpg
│   │   └── Waterlilies.jpg
│   └── GeometrySample
│   ├── CSharp
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── Backup
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── CombiningGeometriesExample.xaml
│   │   │   ├── CombiningGeometriesExample.xaml.cs
│   │   │   ├── GeometryAttributeSyntaxExample.xaml
│   │   │   ├── GeometryAttributeSyntaxExample.xaml.cs
│   │   │   ├── GeometryUsageExample.xaml
│   │   │   ├── GeometryUsageExample.xaml.cs
│   │   │   ├── MyProject.csproj
│   │   │   ├── PathGeometryExample.xaml
│   │   │   ├── PathGeometryExample.xaml.cs
│   │   │   ├── SampleViewer.xaml
│   │   │   ├── SampleViewer.xaml.cs
│   │   │   ├── ShapeGeometriesExample.xaml
│   │   │   └── ShapeGeometriesExample.xaml.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── GeometryExamples.exe
│   │   │   ├── GeometryExamples.pdb
│   │   │   └── GeometryExamples.vshost.exe
│   │   ├── CombiningGeometriesExample.xaml
│   │   ├── CombiningGeometriesExample.xaml.cs
│   │   ├── GeometryAttributeSyntaxExample.xaml
│   │   ├── GeometryAttributeSyntaxExample.xaml.cs
│   │   ├── GeometryUsageExample.xaml
│   │   ├── GeometryUsageExample.xaml.cs
│   │   ├── MyProject.csproj
│   │   ├── MyProject.sln
│   │   ├── MyProject.suo
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── app.baml
│   │   │   ├── app.g.cs
│   │   │   ├── CombiningGeometriesExample.baml
│   │   │   ├── CombiningGeometriesExample.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeometryAttributeSyntaxExample.baml
│   │   │   ├── GeometryAttributeSyntaxExample.g.cs
│   │   │   ├── GeometryExamples.exe
│   │   │   ├── GeometryExamples.g.resources
│   │   │   ├── GeometryExamples_MarkupCompile.cache
│   │   │   ├── GeometryExamples.pdb
│   │   │   ├── GeometryUsageExample.baml
│   │   │   ├── GeometryUsageExample.g.cs
│   │   │   ├── MyProject.csproj.FileListAbsolute.txt
│   │   │   ├── PathGeometryExample.baml
│   │   │   ├── PathGeometryExample.g.cs
│   │   │   ├── SampleViewer.baml
│   │   │   ├── SampleViewer.g.cs
│   │   │   ├── ShapeGeometriesExample.baml
│   │   │   ├── ShapeGeometriesExample.g.cs
│   │   │   └── TempPE
│   │   ├── PathGeometryExample.xaml
│   │   ├── PathGeometryExample.xaml.cs
│   │   ├── sampleImages
│   │   │   ├── bluetexture.png
│   │   │   └── Waterlilies.jpg
│   │   ├── SampleViewer.xaml
│   │   ├── SampleViewer.xaml.cs
│   │   ├── ShapeGeometriesExample.xaml
│   │   ├── ShapeGeometriesExample.xaml.cs
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   └── readme.htm
├── GraphicsMM_Imaging
│   ├── AITCodec
│   │   ├── CPP
│   │   │   ├── AitCodec.def
│   │   │   ├── AitCodecRegistryManager.h
│   │   │   ├── AitCodec.sln
│   │   │   ├── AitCodec.vcproj
│   │   │   ├── AitDecoder.cpp
│   │   │   ├── AitDecoder.h
│   │   │   ├── AitEncoder.cpp
│   │   │   ├── AitEncoder.h
│   │   │   ├── BaseDecoder.cpp
│   │   │   ├── BaseDecoder.h
│   │   │   ├── BaseEncoder.cpp
│   │   │   ├── BaseEncoder.h
│   │   │   ├── BasePixelFormatConverter.cpp
│   │   │   ├── BasePixelFormatConverter.h
│   │   │   ├── ClassFactory.h
│   │   │   ├── CMYKpixelformatconverter.cpp
│   │   │   ├── CMYKPixelFormatConverter.h
│   │   │   ├── Main.cpp
│   │   │   ├── precomp.hpp
│   │   │   ├── readme.html
│   │   │   ├── RegistryValueManager.h
│   │   │   ├── UnknownImpl.h
│   │   │   ├── Utility.cpp
│   │   │   ├── Utility.h
│   │   │   ├── YCbCrPixelFormatConverter.cpp
│   │   │   └── YCbCrPixelFormatConverter.h
│   │   └── readme.htm
│   ├── BitMapMetadata
│   │   ├── CPP
│   │   │   ├── BitmapMetadata.cpp
│   │   │   ├── BitmapMetadata.vcproj
│   │   │   └── smiley.png
│   │   ├── CSharp
│   │   │   ├── BitmapMetadata.cs
│   │   │   ├── BitmapMetadata.csproj
│   │   │   └── smiley.png
│   │   └── readme.htm
│   ├── BmpBitmapDecoderEncoder
│   │   ├── CPP
│   │   │   ├── BitmapEncoderDecoder.vcproj
│   │   │   ├── BitmapFrame.cpp
│   │   │   ├── BitmapFrame.h
│   │   │   └── tulipfarm.bmp
│   │   ├── CSharp
│   │   │   ├── BitmapEncoderDecoder.csproj
│   │   │   ├── BitmapFrame.cs
│   │   │   └── tulipfarm.bmp
│   │   └── readme.htm
│   ├── GifBitmapDecoderEncoder
│   │   ├── CPP
│   │   │   ├── GifEncoderDecoder.cpp
│   │   │   ├── GifEncoderDecoder.vcproj
│   │   │   └── tulipfarm.gif
│   │   ├── CSharp
│   │   │   ├── GifEncoderDecoder.cs
│   │   │   ├── GifEncoderDecoder.csproj
│   │   │   └── tulipfarm.gif
│   │   └── readme.htm
│   ├── ImageElementExample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── CroppedImageExample.xaml
│   │   │   ├── CroppedImageExample.xaml.cs
│   │   │   ├── FormatConvertedExample.xaml
│   │   │   ├── FormatConvertedExample.xaml.cs
│   │   │   ├── ImageElementExample.csproj
│   │   │   ├── sampleImages
│   │   │   │   ├── apple.jpg
│   │   │   │   ├── bananas.jpg
│   │   │   │   ├── cherries_larger.jpg
│   │   │   │   ├── gecko.jpg
│   │   │   │   ├── rocks.jpg
│   │   │   │   └── watermelon.jpg
│   │   │   ├── SampleViewer.xaml
│   │   │   ├── SampleViewer.xaml.cs
│   │   │   ├── SimpleImageExample.xaml
│   │   │   ├── SimpleImageExample.xaml.cs
│   │   │   ├── TransformedImageExample.xaml
│   │   │   └── TransformedImageExample.xaml.cs
│   │   └── readme.htm
│   ├── ImageView
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── default.xaml
│   │   │   │   ├── default.xaml.cs
│   │   │   │   └── ImageView.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ImageView.exe
│   │   │   │   ├── ImageView.pdb
│   │   │   │   └── ImageView.vshost.exe
│   │   │   ├── default.xaml
│   │   │   ├── default.xaml.cs
│   │   │   ├── ImageView.csproj
│   │   │   ├── ImageView.sln
│   │   │   ├── ImageView.suo
│   │   │   ├── mydata
│   │   │   │   ├── Blue hills.jpg
│   │   │   │   ├── Sunset.jpg
│   │   │   │   ├── Water lilies.jpg
│   │   │   │   └── Winter.jpg
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── app.baml
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── default.baml
│   │   │   │   ├── default.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── ImageView.csproj.FileListAbsolute.txt
│   │   │   │   ├── ImageView.exe
│   │   │   │   ├── ImageView.g.resources
│   │   │   │   ├── ImageView_MarkupCompile.cache
│   │   │   │   ├── ImageView.pdb
│   │   │   │   └── TempPE
│   │   │   ├── Properties
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── readme.htm
│   ├── JpegBitmapDecoderEncoder
│   │   ├── CPP
│   │   │   ├── jpegencoderdecoder.cpp
│   │   │   ├── jpegencoderdecoder.vcproj
│   │   │   └── tulipfarm.jpg
│   │   ├── CSharp
│   │   │   ├── JpegEncoderDecoder.cs
│   │   │   ├── JpegEncoderDecoder.csproj
│   │   │   └── tulipfarm.jpg
│   │   └── readme.htm
│   ├── PngBitmapDecoderEncoder
│   │   ├── CPP
│   │   │   ├── PngEncoderDecoder.cpp
│   │   │   ├── PngEncoderDecoder.vcproj
│   │   │   └── smiley.png
│   │   ├── CSharp
│   │   │   ├── PngEncoderDecoder.cs
│   │   │   ├── PngEncoderDecoder.csproj
│   │   │   └── smiley.png
│   │   └── readme.htm
│   ├── TiffBitmapDecoderEncoder
│   │   ├── CPP
│   │   │   ├── TiffEncoderDecoder.cpp
│   │   │   ├── TiffEncoderDecoder.vcproj
│   │   │   └── tulipfarm.tif
│   │   ├── CSharp
│   │   │   ├── TiffEncoderDecoder.cs
│   │   │   ├── TiffEncoderDecoder.csproj
│   │   │   └── tulipfarm.tif
│   │   └── readme.htm
│   └── WdpBitmapDecoderEncoder
│   ├── CPP
│   │   ├── tulipfarm.jpg
│   │   ├── tulipfarm.wdp
│   │   ├── WDPEncoderDecoder.cpp
│   │   └── WDPEncoderDecoder.vcproj
│   ├── CSharp
│   │   ├── tulipfarm.jpg
│   │   ├── tulipfarm.wdp
│   │   ├── WDPEncoderDecoder.cs
│   │   └── WDPEncoderDecoder.csproj
│   └── readme.htm
├── GraphicsMM_Media
│   ├── MediaGallery
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── images
│   │   │   │   │   ├── UI_pause.gif
│   │   │   │   │   ├── UI_play.gif
│   │   │   │   │   ├── UI_resume.gif
│   │   │   │   │   └── UI_stop.gif
│   │   │   │   ├── media
│   │   │   │   │   ├── bee.wmv
│   │   │   │   │   ├── blues.wma
│   │   │   │   │   ├── numbers.wmv
│   │   │   │   │   └── ringin.wav
│   │   │   │   ├── MediaElementExample.xaml
│   │   │   │   ├── MediaElementExample.xaml.cs
│   │   │   │   ├── MediaGallery.csproj
│   │   │   │   ├── MediaTimelineExample.xaml
│   │   │   │   ├── MediaTimelineExample.xaml.cs
│   │   │   │   ├── MediaTimelinePlusAnimationExample.xaml
│   │   │   │   ├── SampleViewer.xaml
│   │   │   │   ├── SampleViewer.xaml.cs
│   │   │   │   └── SoundFromUserEventExample.xaml
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── images
│   │   │   │   │   ├── UI_pause.gif
│   │   │   │   │   ├── UI_play.gif
│   │   │   │   │   ├── UI_resume.gif
│   │   │   │   │   └── UI_stop.gif
│   │   │   │   ├── media
│   │   │   │   │   ├── bee.wmv
│   │   │   │   │   ├── blues.wma
│   │   │   │   │   ├── numbers.wmv
│   │   │   │   │   └── ringin.wav
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   ├── SDKSample.vshost.exe
│   │   │   │   └── SDKSample.vshost.exe.manifest
│   │   │   ├── images
│   │   │   │   ├── UI_next_d.gif
│   │   │   │   ├── UI_pause.gif
│   │   │   │   ├── UI_play.gif
│   │   │   │   ├── UI_previous_d.gif
│   │   │   │   ├── UI_resume.gif
│   │   │   │   └── UI_stop.gif
│   │   │   ├── media
│   │   │   │   ├── bee.wmv
│   │   │   │   ├── blues.wma
│   │   │   │   ├── numbers.wmv
│   │   │   │   └── ringin.wav
│   │   │   ├── MediaElementExample.xaml
│   │   │   ├── MediaElementExample.xaml.cs
│   │   │   ├── MediaGallery.csproj
│   │   │   ├── MediaGallery.sln
│   │   │   ├── MediaGallery.suo
│   │   │   ├── MediaTimelineExample.xaml
│   │   │   ├── MediaTimelineExample.xaml.cs
│   │   │   ├── MediaTimelinePlusAnimationExample.xaml
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.baml
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── MediaElementExample.baml
│   │   │   │   ├── MediaElementExample.g.cs
│   │   │   │   ├── MediaGallery.csproj.FileListAbsolute.txt
│   │   │   │   ├── MediaTimelineExample.baml
│   │   │   │   ├── MediaTimelineExample.g.cs
│   │   │   │   ├── MediaTimelinePlusAnimationExample.baml
│   │   │   │   ├── SampleViewer.baml
│   │   │   │   ├── SampleViewer.g.cs
│   │   │   │   ├── SDKSample_Content.g.cs
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.g.resources
│   │   │   │   ├── SDKSample_MarkupCompile.cache
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   ├── SoundFromUserEventExample.baml
│   │   │   │   └── TempPE
│   │   │   ├── SampleViewer.xaml
│   │   │   ├── SampleViewer.xaml.cs
│   │   │   ├── SoundFromUserEventExample.xaml
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── readme.htm
│   └── MediaGallery.rar
├── GraphicsMM_Shapes
│   ├── DrawingWithShapeElements
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── DrawingWithShapeElements.csproj
│   │   │   │   ├── EllipseExample.xaml
│   │   │   │   ├── EllipseExample.xaml.cs
│   │   │   │   ├── FillRuleExample.xaml
│   │   │   │   ├── FillRuleExample.xaml.cs
│   │   │   │   ├── LineCapsAndJoinsExample.xaml
│   │   │   │   ├── LineCapsAndJoinsExample.xaml.cs
│   │   │   │   ├── LineExample.xaml
│   │   │   │   ├── LineExample.xaml.cs
│   │   │   │   ├── MiterLimitExample.xaml
│   │   │   │   ├── MiterLimitExample.xaml.cs
│   │   │   │   ├── PathExample.xaml
│   │   │   │   ├── PathExample.xaml.cs
│   │   │   │   ├── PolygonExample.xaml
│   │   │   │   ├── PolygonExample.xaml.cs
│   │   │   │   ├── PolylineExample.xaml
│   │   │   │   ├── PolylineExample.xaml.cs
│   │   │   │   ├── RectangleExample.xaml
│   │   │   │   ├── RectangleExample.xaml.cs
│   │   │   │   ├── SampleViewer.xaml
│   │   │   │   ├── SampleViewer.xaml.cs
│   │   │   │   ├── ShapeTypes.xaml
│   │   │   │   ├── ShapeTypes.xaml.cs
│   │   │   │   ├── StretchExample.xaml
│   │   │   │   └── StretchExample.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── ShapeElements.exe
│   │   │   │   ├── ShapeElements.pdb
│   │   │   │   └── ShapeElements.vshost.exe
│   │   │   ├── DrawingWithShapeElements.csproj
│   │   │   ├── DrawingWithShapeElements.sln
│   │   │   ├── DrawingWithShapeElements.suo
│   │   │   ├── EllipseExample.xaml
│   │   │   ├── EllipseExample.xaml.cs
│   │   │   ├── FillRuleExample.xaml
│   │   │   ├── FillRuleExample.xaml.cs
│   │   │   ├── LineCapsAndJoinsExample.xaml
│   │   │   ├── LineCapsAndJoinsExample.xaml.cs
│   │   │   ├── LineExample.xaml
│   │   │   ├── LineExample.xaml.cs
│   │   │   ├── MiterLimitExample.xaml
│   │   │   ├── MiterLimitExample.xaml.cs
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── app.baml
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── DrawingWithShapeElements.csproj.FileListAbsolute.txt
│   │   │   │   ├── EllipseExample.baml
│   │   │   │   ├── EllipseExample.g.cs
│   │   │   │   ├── FillRuleExample.baml
│   │   │   │   ├── FillRuleExample.g.cs
│   │   │   │   ├── LineCapsAndJoinsExample.baml
│   │   │   │   ├── LineCapsAndJoinsExample.g.cs
│   │   │   │   ├── LineExample.baml
│   │   │   │   ├── LineExample.g.cs
│   │   │   │   ├── MiterLimitExample.baml
│   │   │   │   ├── MiterLimitExample.g.cs
│   │   │   │   ├── PathExample.baml
│   │   │   │   ├── PathExample.g.cs
│   │   │   │   ├── PolygonExample.baml
│   │   │   │   ├── PolygonExample.g.cs
│   │   │   │   ├── PolylineExample.baml
│   │   │   │   ├── PolylineExample.g.cs
│   │   │   │   ├── RectangleExample.baml
│   │   │   │   ├── RectangleExample.g.cs
│   │   │   │   ├── SampleViewer.baml
│   │   │   │   ├── SampleViewer.g.cs
│   │   │   │   ├── ShapeElements.exe
│   │   │   │   ├── ShapeElements.g.resources
│   │   │   │   ├── ShapeElements_MarkupCompile.cache
│   │   │   │   ├── ShapeElements.pdb
│   │   │   │   ├── ShapeTypes.baml
│   │   │   │   ├── ShapeTypes.g.cs
│   │   │   │   ├── StretchExample.baml
│   │   │   │   ├── StretchExample.g.cs
│   │   │   │   └── TempPE
│   │   │   ├── PathExample.xaml
│   │   │   ├── PathExample.xaml.cs
│   │   │   ├── PolygonExample.xaml
│   │   │   ├── PolygonExample.xaml.cs
│   │   │   ├── PolylineExample.xaml
│   │   │   ├── PolylineExample.xaml.cs
│   │   │   ├── RectangleExample.xaml
│   │   │   ├── RectangleExample.xaml.cs
│   │   │   ├── sampleImages
│   │   │   │   └── rippled_metal_smaller.png
│   │   │   ├── SampleViewer.xaml
│   │   │   ├── SampleViewer.xaml.cs
│   │   │   ├── ShapeTypes.xaml
│   │   │   ├── ShapeTypes.xaml.cs
│   │   │   ├── StretchExample.xaml
│   │   │   ├── StretchExample.xaml.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── readme.htm
│   └── ShapesProcedural
│   ├── CPP
│   │   ├── ShapesProcedural.cpp
│   │   └── ShapesProcedural.vcproj
│   ├── Csharp
│   │   ├── Backup
│   │   │   ├── ShapesProcedural.cs
│   │   │   └── ShapesProcedural.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── ShapesProcedural.exe
│   │   │   ├── ShapesProcedural.pdb
│   │   │   └── ShapesProcedural.vshost.exe
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── ShapesProcedural.csproj.FileListAbsolute.txt
│   │   │   ├── ShapesProcedural.exe
│   │   │   ├── ShapesProcedural.pdb
│   │   │   └── TempPE
│   │   ├── ShapesProcedural.cs
│   │   ├── ShapesProcedural.csproj
│   │   ├── ShapesProcedural.sln
│   │   ├── ShapesProcedural.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── readme.htm
│   └── VisualBasic
│   ├── ShapesProcedural.vbproj
│   └── ShapesProceduralVB.vb
├── GraphicsMM_Speech
│   └── SpeechSample
│   ├── CSharp
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── Backup
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── MyWindow.xaml
│   │   │   ├── MyWindow.xaml.cs
│   │   │   └── SpeechSample.csproj
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── en-US
│   │   │   │   │   └── SpeechSample.resources.dll
│   │   │   │   ├── SpeechSample.exe
│   │   │   │   ├── SpeechSample.pdb
│   │   │   │   └── SpeechSample.vshost.exe
│   │   │   └── Release
│   │   ├── MyWindow.xaml
│   │   ├── MyWindow.xaml.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── app.baml
│   │   │   ├── app.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── en-US
│   │   │   │   └── SpeechSample.resources.dll
│   │   │   ├── MyWindow.baml
│   │   │   ├── MyWindow.g.cs
│   │   │   ├── SpeechSample.csproj.FileListAbsolute.txt
│   │   │   ├── SpeechSample.exe
│   │   │   ├── SpeechSample.g.en-US.resources
│   │   │   ├── SpeechSample_MarkupCompile.cache
│   │   │   ├── SpeechSample.pdb
│   │   │   └── TempPE
│   │   ├── SpeechSample.csproj
│   │   ├── SpeechSample.sln
│   │   ├── SpeechSample.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   └── readme.htm
├── GraphicsMM_Text
│   ├── CapitalsProperty
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── Capital_Properties.sln
│   │   ├── Capital_Properties.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── DrawTextToControlBackground
│   │   ├── CSHARP
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── DrawTextToControlBackground.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── SDKSample.DrawTextToControlBackground.exe
│   │   │   │   │   ├── SDKSample.DrawTextToControlBackground.pdb
│   │   │   │   │   └── SDKSample.DrawTextToControlBackground.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── DrawTextToControlBackground.csproj
│   │   │   ├── DrawTextToControlBackground.sln
│   │   │   ├── DrawTextToControlBackground.suo
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── DrawTextToControlBackground.csproj.FileListAbsolute.txt
│   │   │   │   ├── SDKSample.DrawTextToControlBackground.exe
│   │   │   │   ├── SDKSample.DrawTextToControlBackground.g.resources
│   │   │   │   ├── SDKSample.DrawTextToControlBackground_MarkupCompile.cache
│   │   │   │   ├── SDKSample.DrawTextToControlBackground.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── FontSizeConverter
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── FontSizeConverter_CSharp.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   └── SDKSample.vshost.exe
│   │   │   ├── FontSizeConverter_CSharp.csproj
│   │   │   ├── FontSizeConverter_CSharp.sln
│   │   │   ├── FontSizeConverter_CSharp.suo
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── FontSizeConverter_CSharp.csproj.FileListAbsolute.txt
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.g.resources
│   │   │   │   ├── SDKSample_MarkupCompile.cache
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── FontSizeConverter_CSharp.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── NumberSubstitutionSample
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── NumberSubstitutionSample.csproj
│   │   ├── NumberSubstitutionSample.vbproj
│   │   └── Window1.xaml
│   ├── OpenTypeFontsSample
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── FontLibrary
│   │   │   ├── FontLibrary.csproj
│   │   │   ├── Kooten.ttf
│   │   │   ├── Linds.ttf
│   │   │   ├── Miramob.ttf
│   │   │   ├── Miramo.ttf
│   │   │   ├── Pericl.ttf
│   │   │   ├── Peric.ttf
│   │   │   ├── Pescab.ttf
│   │   │   └── Pesca.ttf
│   │   ├── Kootenay.xaml
│   │   ├── Lindsey.xaml
│   │   ├── MiramonteBold.xaml
│   │   ├── Miramonte.xaml
│   │   ├── MyWindow.xaml
│   │   ├── MyWindow.xaml.cs
│   │   ├── PericlesLight.xaml
│   │   ├── Pericles.xaml
│   │   ├── PescaderoBold.xaml
│   │   ├── Pescadero.xaml
│   │   ├── Readme.htm
│   │   ├── UsingOpenTypeFonts.csproj
│   │   └── UsingOpenTypeFonts.sln
│   ├── OutlinedTextSample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── OutlinedTextControl.cs
│   │   │   ├── OutlinedTextSample.csproj
│   │   │   ├── sampleImages
│   │   │   │   ├── butterfly.jpg
│   │   │   │   └── flames.jpg
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── TextAnimationSample
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── TextAnimationSample.csproj
│   │   ├── TextAnimationSample.vbproj
│   │   └── Window1.xaml
│   ├── TextDecorationExample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── TextDecorationExample.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── TextDecorationExample.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── TextEffectSample
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── Backup
│   │   │   ├── app.xaml
│   │   │   ├── TextEffectSample.csproj
│   │   │   └── Window1.xaml
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── en-US
│   │   │   │   └── SDKSample.TextEffectSample.resources.dll
│   │   │   ├── SDKSample.TextEffectSample.exe
│   │   │   ├── SDKSample.TextEffectSample.pdb
│   │   │   └── SDKSample.TextEffectSample.vshost.exe
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── app.baml
│   │   │   ├── app.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── en-US
│   │   │   │   └── SDKSample.TextEffectSample.resources.dll
│   │   │   ├── SDKSample.TextEffectSample.exe
│   │   │   ├── SDKSample.TextEffectSample.g.en-US.resources
│   │   │   ├── SDKSample.TextEffectSample_MarkupCompile.cache
│   │   │   ├── SDKSample.TextEffectSample.pdb
│   │   │   ├── TempPE
│   │   │   ├── TextEffectSample.csproj.FileListAbsolute.txt
│   │   │   └── Window1.baml
│   │   ├── TextEffectSample.csproj
│   │   ├── TextEffectSample.sln
│   │   ├── TextEffectSample.suo
│   │   ├── TextEffectSample.vbproj
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   └── Window1.xaml
│   ├── TextFormatterExample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── CustomTextSource.cs
│   │   │   ├── FontRendering.cs
│   │   │   ├── GenericTextProperties.cs
│   │   │   ├── TextFormatterExample.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── TextPathGeometryHightlightSample
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── TextPathGeometryHightlightSample.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── SDKSample.TextPathGeometryHightlightSample.exe
│   │   │   │   │   ├── SDKSample.TextPathGeometryHightlightSample.pdb
│   │   │   │   │   └── SDKSample.TextPathGeometryHightlightSample.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── SDKSample.TextPathGeometryHightlightSample.exe
│   │   │   │   ├── SDKSample.TextPathGeometryHightlightSample.g.resources
│   │   │   │   ├── SDKSample.TextPathGeometryHightlightSample_MarkupCompile.cache
│   │   │   │   ├── SDKSample.TextPathGeometryHightlightSample.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── TextPathGeometryHightlightSample.csproj.FileListAbsolute.txt
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── TextPathGeometryHightlightSample.csproj
│   │   │   ├── TextPathGeometryHightlightSample.sln
│   │   │   ├── TextPathGeometryHightlightSample.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── TextShadowSample
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── TextShadowSample.csproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   ├── TextTransformSample
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── TextTransformSample.csproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   └── TypographySamp1
│   ├── CSharp
│   │   ├── app.xaml
│   │   ├── Backup
│   │   │   ├── app.xaml
│   │   │   ├── default.xaml
│   │   │   ├── default.xaml.cs
│   │   │   └── Typography_Samp1.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Typography_Samp1.exe
│   │   │   ├── Typography_Samp1.pdb
│   │   │   └── Typography_Samp1.vshost.exe
│   │   ├── default.xaml
│   │   ├── default.xaml.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── app.baml
│   │   │   ├── app.g.cs
│   │   │   ├── default.baml
│   │   │   ├── default.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TempPE
│   │   │   ├── Typography_Samp1.csproj.FileListAbsolute.txt
│   │   │   ├── Typography_Samp1.exe
│   │   │   ├── Typography_Samp1.g.resources
│   │   │   ├── Typography_Samp1_MarkupCompile.cache
│   │   │   └── Typography_Samp1.pdb
│   │   ├── Typography_Samp1.csproj
│   │   ├── Typography_Samp1.sln
│   │   ├── Typography_Samp1.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── readme.htm
│   └── VisualBasic
│   ├── app.xaml
│   ├── default.xaml
│   ├── default.xaml.vb
│   └── Typography_Samp1.vbproj
├── GraphicsMM_Transforms
│   ├── ButtonTransform
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── Backup
│   │   │   ├── App.xaml
│   │   │   ├── ButtonTransformExample.xaml
│   │   │   └── ButtonTransform_vb.vbproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── buttontransform_vb.exe
│   │   │   ├── buttontransform_vb.pdb
│   │   │   ├── buttontransform_vb.vshost.exe
│   │   │   └── buttontransform_vb.vshost.exe.manifest
│   │   ├── ButtonTransformExample.xaml
│   │   ├── ButtonTransform_vb.sln
│   │   ├── ButtonTransform_vb.suo
│   │   ├── ButtonTransform_vb.vbproj
│   │   ├── My Project
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.g.vb
│   │   │   ├── ButtonTransformExample.baml
│   │   │   ├── ButtonTransformExample.g.vb
│   │   │   ├── buttontransform_vb.exe
│   │   │   ├── buttontransform_vb.g.resources
│   │   │   ├── buttontransform_vb_MarkupCompile.cache
│   │   │   ├── buttontransform_vb.pdb
│   │   │   ├── ButtonTransform_vb.vbproj.FileListAbsolute.txt
│   │   │   └── TempPE
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   └── transformsSample
│   ├── readme.htm
│   └── XAML
│   ├── AnimatedScaleTransformExample.xaml
│   ├── AnimatedSkewTransformExample.xaml
│   ├── App.ico
│   ├── app.xaml
│   ├── app.xaml.cs
│   ├── Backup
│   │   ├── AnimatedScaleTransformExample.xaml
│   │   ├── AnimatedSkewTransformExample.xaml
│   │   ├── app.xaml
│   │   ├── app.xaml.cs
│   │   ├── InteractiveMatrixTransformExample.xaml
│   │   ├── InteractiveMatrixTransformExample.xaml.cs
│   │   ├── RotateTransformExample.xaml
│   │   ├── SampleViewer.xaml
│   │   ├── SampleViewer.xaml.cs
│   │   ├── ScaleTransformExample.xaml
│   │   ├── SkewTransformExample.xaml
│   │   ├── TransformCollectionExample.xaml
│   │   ├── TransformExample.xaml
│   │   ├── transforms.csproj
│   │   └── TranslateTransformExample.xaml
│   ├── bin
│   │   └── Debug
│   │   ├── transforms.exe
│   │   ├── transforms.pdb
│   │   ├── transforms.vshost.exe
│   │   └── transforms.vshost.exe.manifest
│   ├── InteractiveMatrixTransformExample.xaml
│   ├── InteractiveMatrixTransformExample.xaml.cs
│   ├── obj
│   │   └── Debug
│   │   ├── AnimatedScaleTransformExample.baml
│   │   ├── AnimatedScaleTransformExample.g.cs
│   │   ├── AnimatedSkewTransformExample.baml
│   │   ├── AnimatedSkewTransformExample.g.cs
│   │   ├── app.baml
│   │   ├── app.g.cs
│   │   ├── InteractiveMatrixTransformExample.baml
│   │   ├── InteractiveMatrixTransformExample.g.cs
│   │   ├── RotateTransformExample.baml
│   │   ├── RotateTransformExample.g.cs
│   │   ├── SampleViewer.baml
│   │   ├── SampleViewer.g.cs
│   │   ├── ScaleTransformExample.baml
│   │   ├── ScaleTransformExample.g.cs
│   │   ├── SkewTransformExample.baml
│   │   ├── SkewTransformExample.g.cs
│   │   ├── TempPE
│   │   ├── TransformCollectionExample.baml
│   │   ├── TransformCollectionExample.g.cs
│   │   ├── TransformExample.baml
│   │   ├── TransformExample.g.cs
│   │   ├── transforms.csproj.FileListAbsolute.txt
│   │   ├── transforms.exe
│   │   ├── transforms.g.resources
│   │   ├── transforms_MarkupCompile.cache
│   │   ├── transforms_MarkupCompile.lref
│   │   ├── transforms.pdb
│   │   ├── TranslateTransformExample.baml
│   │   └── TranslateTransformExample.g.cs
│   ├── RotateTransformExample.xaml
│   ├── SampleViewer.xaml
│   ├── SampleViewer.xaml.cs
│   ├── ScaleTransformExample.xaml
│   ├── SkewTransformExample.xaml
│   ├── TransformCollectionExample.xaml
│   ├── TransformExample.xaml
│   ├── transforms.csproj
│   ├── transforms.sln
│   ├── transforms.suo
│   ├── TranslateTransformExample.xaml
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── Intro
│   ├── ExpenseItIntro
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── ExpenseIt.csproj
│   │   │   ├── ExpenseReportPage.xaml
│   │   │   ├── ExpenseReportPage.xaml.cs
│   │   │   ├── HomePage.xaml
│   │   │   ├── HomePage.xaml.cs
│   │   │   └── watermark.png
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.xaml
│   │   ├── ExpenseIt.vbproj
│   │   ├── ExpenseReportPage.xaml
│   │   ├── ExpenseReportPage.xaml.vb
│   │   ├── HomePage.xaml
│   │   ├── HomePage.xaml.vb
│   │   └── watermark.png
│   ├── QuickStart1
│   │   ├── CSHARP
│   │   │   ├── App.ico
│   │   │   ├── App.xaml
│   │   │   ├── Page1.xaml
│   │   │   └── QuickStart_1.csproj
│   │   └── readme.htm
│   ├── QuickStart2
│   │   ├── CSHARP
│   │   │   ├── App.ico
│   │   │   ├── App.xaml
│   │   │   ├── Page1.xaml
│   │   │   ├── QuickStart_2.csproj
│   │   │   └── QuickStart_2.sln
│   │   └── readme.htm
│   ├── QuickStart3
│   │   ├── CSHARP
│   │   │   ├── App.ico
│   │   │   ├── App.xaml
│   │   │   ├── Page1.xaml
│   │   │   ├── QuickStart_3.csproj
│   │   │   └── QuickStart_3.sln
│   │   └── readme.htm
│   ├── QuickStart4
│   │   ├── CSharp
│   │   │   ├── App.xaml
│   │   │   ├── Page1.xaml
│   │   │   ├── Page1.xaml.cs
│   │   │   ├── Properties
│   │   │   │   └── app.manifest
│   │   │   ├── Quickstart4.csproj
│   │   │   ├── Quickstart4.suo
│   │   │   └── Quickstart4_TemporaryKey.pfx
│   │   └── readme.htm
│   └── QuickStart5
│   ├── readme.htm
│   └── XAML
│   ├── App.ico
│   ├── App.xaml
│   ├── Page1.xaml
│   ├── Page2.xaml
│   ├── QuickStart_5.csproj
│   ├── QuickStart_5.sln
│   └── QuickStart_5.vbproj
├── Layout
│   ├── AutoGrid
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── autogrid.csproj
│   │   │   ├── smiley.png
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   ├── CanvasAttachedProperties
│   │   ├── CPP
│   │   │   ├── CanvasAttachedProperties.vcproj
│   │   │   └── CanvasAttachedProps.cpp
│   │   ├── CSharp
│   │   │   ├── CanvasAttachedProperties.csproj
│   │   │   └── CanvasAttachedProps.cs
│   │   ├── readme.htm
│   │   ├── VisualBasic
│   │   │   ├── CanvasAttachedProps.vb
│   │   │   └── CanvasAttachedProps.vbproj
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── Canvas_AttachedProperties.csproj
│   │   ├── Canvas_AttachedProperties.vbproj
│   │   └── default.xaml
│   ├── CanvasPositioningProperties
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── Canvas_Positioning_Properties.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   └── SDKSample.vshost.exe
│   │   │   ├── Canvas_Positioning_Properties.csproj
│   │   │   ├── Canvas_Positioning_Properties.sln
│   │   │   ├── Canvas_Positioning_Properties.suo
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── Canvas_Positioning_Properties.csproj.FileListAbsolute.txt
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.g.resources
│   │   │   │   ├── SDKSample_MarkupCompile.cache
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── Canvas_Positioning_Properties.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── CanvasZ-Order
│   │   ├── CPP
│   │   │   ├── CanvasZ-Order.cpp
│   │   │   └── CanvasZ-Order.vcproj
│   │   ├── Csharp
│   │   │   ├── Backup
│   │   │   │   ├── CanvasZ-Order.cs
│   │   │   │   └── CanvasZ-Order.csproj
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   └── SDKSample.vshost.exe
│   │   │   ├── CanvasZ-Order.cs
│   │   │   ├── CanvasZ-Order.csproj
│   │   │   ├── CanvasZ-Order.sln
│   │   │   ├── CanvasZ-Order.suo
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── CanvasZ-Order.csproj.FileListAbsolute.txt
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── SDKSample.exe
│   │   │   │   ├── SDKSample.pdb
│   │   │   │   └── TempPE
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── readme.htm
│   │   ├── VisualBasic
│   │   │   ├── CanvasZ-Order.vb
│   │   │   └── CanvasZ_order.vbproj
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── Canvas_Z-Order.csproj
│   │   ├── Canvas_Z-Order.vbproj
│   │   └── default.xaml
│   ├── columndefinitionsGrid
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── columndefinitions_grid.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── ColumnDefinitionsGrid.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── CustomPanel
│   │   ├── CPP
│   │   │   ├── CustomPanel.cpp
│   │   │   └── Custom_Panel_cpp.vcproj
│   │   ├── CSharp
│   │   │   ├── CustomPanel.cs
│   │   │   └── Custom_Panel_csharp.csproj
│   │   └── readme.htm
│   ├── DockPanelDockPropertyCode
│   │   ├── Csharp
│   │   │   ├── app.xaml
│   │   │   ├── DockProps.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── app.xaml.vb
│   │   ├── dockpanel_dockprop_vb.vbproj
│   │   ├── Pane1.xaml
│   │   └── Pane1.xaml.vb
│   ├── DockPanelOvwSample
│   │   ├── CPP
│   │   │   ├── DockPanel_Ovw_Sample.cpp
│   │   │   └── DockPanel_Ovw_Sample.vcproj
│   │   ├── CSharp
│   │   │   ├── DockPanel_Ovw_Sample.cs
│   │   │   └── DockPanel_Ovw_Sample.csproj
│   │   ├── readme.htm
│   │   ├── VisualBasic
│   │   │   ├── DockPanel_ovw_vb.vbproj
│   │   │   └── dockpanel_vb.vb
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── default.xaml
│   │   ├── DockPanel_Ovw_sample.csproj
│   │   └── DockPanel_Ovw_sample.vbproj
│   ├── FlowDocumentSamp
│   │   ├── CSharp
│   │   │   ├── about.xaml
│   │   │   ├── app.xaml
│   │   │   ├── default.xaml
│   │   │   ├── Default.xaml.cs
│   │   │   ├── docs
│   │   │   │   ├── canvas_ovw.xaml
│   │   │   │   ├── dockpanel_ovw.xaml
│   │   │   │   ├── grid_ovw.xaml
│   │   │   │   ├── layout_ovw.xaml
│   │   │   │   ├── panels_ovw.xaml
│   │   │   │   ├── stackpanel_ovw.xaml
│   │   │   │   └── welcome.xaml
│   │   │   ├── FlowDocument_Viewer.csproj
│   │   │   ├── images
│   │   │   │   ├── avalon_run_dialog.png
│   │   │   │   ├── layout_figure10.PNG
│   │   │   │   ├── layout_figure11.PNG
│   │   │   │   ├── layout_figure12.PNG
│   │   │   │   ├── layout_figure13.PNG
│   │   │   │   ├── layout_figure14.PNG
│   │   │   │   ├── layout_figure15.PNG
│   │   │   │   ├── layout_figure16.PNG
│   │   │   │   ├── layout_figure17.PNG
│   │   │   │   ├── layout_figure18.PNG
│   │   │   │   ├── layout_figure19.PNG
│   │   │   │   ├── layout_figure1.PNG
│   │   │   │   ├── layout_figure20.PNG
│   │   │   │   ├── layout_figure21.PNG
│   │   │   │   ├── layout_figure22.PNG
│   │   │   │   ├── layout_figure23.PNG
│   │   │   │   ├── layout_figure24.PNG
│   │   │   │   ├── layout_figure25.PNG
│   │   │   │   ├── layout_figure26.PNG
│   │   │   │   ├── layout_figure27.PNG
│   │   │   │   ├── layout_figure28.PNG
│   │   │   │   ├── layout_figure29.PNG
│   │   │   │   ├── layout_figure2.PNG
│   │   │   │   ├── layout_figure30.PNG
│   │   │   │   ├── layout_figure31.PNG
│   │   │   │   ├── layout_figure32.PNG
│   │   │   │   ├── layout_figure33.PNG
│   │   │   │   ├── layout_figure34.PNG
│   │   │   │   ├── layout_figure35.PNG
│   │   │   │   ├── layout_figure36.PNG
│   │   │   │   ├── layout_figure37.PNG
│   │   │   │   ├── layout_figure38.PNG
│   │   │   │   ├── layout_figure39.PNG
│   │   │   │   ├── layout_figure3.PNG
│   │   │   │   ├── layout_figure40.PNG
│   │   │   │   ├── layout_figure41.PNG
│   │   │   │   ├── layout_figure42.PNG
│   │   │   │   ├── layout_figure43.PNG
│   │   │   │   ├── layout_figure44.PNG
│   │   │   │   ├── layout_figure45.PNG
│   │   │   │   ├── layout_figure46.PNG
│   │   │   │   ├── layout_figure47.PNG
│   │   │   │   ├── layout_figure48.PNG
│   │   │   │   ├── layout_figure49.PNG
│   │   │   │   ├── layout_figure4.PNG
│   │   │   │   ├── layout_figure50.PNG
│   │   │   │   ├── layout_figure51.PNG
│   │   │   │   ├── layout_figure52.PNG
│   │   │   │   ├── layout_figure53.PNG
│   │   │   │   ├── layout_figure54.PNG
│   │   │   │   ├── layout_figure5.PNG
│   │   │   │   ├── layout_figure6.PNG
│   │   │   │   ├── layout_figure7.PNG
│   │   │   │   ├── layout_figure8.PNG
│   │   │   │   ├── layout_figure9.PNG
│   │   │   │   ├── layout_smiley_stackpanel.png
│   │   │   │   ├── layout_stackpanel_ovw1.png
│   │   │   │   ├── overview_dockpanel.gif
│   │   │   │   ├── panel_intro_canvas.png
│   │   │   │   ├── panel_intro_dockpanel.png
│   │   │   │   ├── panel_intro_stackpanel.png
│   │   │   │   ├── runicon.png
│   │   │   │   ├── smiley.bmp
│   │   │   │   └── smiley_stackpanel.PNG
│   │   │   ├── Samps
│   │   │   │   ├── canvas_samp.xaml
│   │   │   │   ├── dockpanel_samp.xaml
│   │   │   │   ├── grid_samp.xaml
│   │   │   │   ├── stackpanel_samp.xaml
│   │   │   │   └── textblock_samp.xaml
│   │   │   ├── TOC.xaml
│   │   │   └── TOC.xaml.cs
│   │   └── readme.htm
│   ├── GridComplex
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── Complex_Grid_XAML.csproj
│   │   ├── Complex_Grid_XAML.vbproj
│   │   └── default.xaml
│   ├── GridConvertValue
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Grid_Convert_Value_Csharp.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── Grid_Convert_Value_Csharp.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── gridGetSetMethods
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── grid_getset_methods.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── grid_getset_methods.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── gridIssharedsizescopeProp
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── grid_issharedsizescope_prop.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── grid_issharedsizescope_prop.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── gridlengthConverterGrid
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── GridLengthConverter_CSharp.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── GridLengthConverter_CSharp.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── GridRunDialog
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Grid_Run_Dialog.csproj
│   │   │   ├── runicon.png
│   │   │   ├── window1.xaml
│   │   │   └── window1.xaml.cs
│   │   ├── readme.htm
│   │   ├── VisualBasic
│   │   │   ├── GridRunDialogVB.vbproj
│   │   │   ├── grid_vb.vb
│   │   │   └── runicon.png
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── default.xaml
│   │   ├── GridRunDialogXAML.csproj
│   │   └── runicon.PNG
│   ├── GridStarValues
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── GridStarValues.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── GridStarValues.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── HeightMinHeightMaxHeight
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Height_MinHeight_MaxHeight_CSharp.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── Height_MinHeight_MaxHeight.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── IScrollInfoMethods
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ScrollViewer_Methods.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── ScrollViewer_Methods.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── LayoutInformation
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── layoutslot.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── LayoutInformation.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── LayoutTransform
│   │   ├── CPP
│   │   │   ├── LayoutTransform.cpp
│   │   │   └── LayoutTransform.vcproj
│   │   ├── CSharp
│   │   │   ├── LayoutTransform.cs
│   │   │   └── LayoutTransformCsharp.csproj
│   │   ├── readme.htm
│   │   ├── VisualBasic
│   │   │   ├── LayoutTransform.vb
│   │   │   └── LayoutTransformVB.vbproj
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── default.xaml
│   │   └── LayoutTransform.csproj
│   ├── MarginPaddingAlignmentSample
│   │   ├── CPP
│   │   │   ├── Margin_Padding_Alignment_Sample.cpp
│   │   │   └── Margin_Padding_Alignment_Sample.vcproj
│   │   ├── CSharp
│   │   │   ├── Margin_Padding_Alignment_Sample.cs
│   │   │   └── Margin_Padding_Alignment_Sample.csproj
│   │   ├── readme.htm
│   │   ├── VisualBasic
│   │   │   ├── MarginPaddingAlignment.vb
│   │   │   └── MarginPaddingAlignment.vbproj
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── default.xaml
│   │   ├── Margin_Padding_Alignment_Sample.csproj
│   │   └── Margin_Padding_Alignment_Sample.vbproj
│   ├── PlotPanel
│   │   ├── CPP
│   │   │   ├── PlotPanel.cpp
│   │   │   └── PlotPanel.vcproj
│   │   ├── CSharp
│   │   │   ├── PlotPanel.cs
│   │   │   └── PlotPanel_csharp.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── PlotPanel.vb
│   │   └── PlotPanel.vbproj
│   ├── RadialPanel
│   │   ├── CPP
│   │   │   ├── RadialPanel.cpp
│   │   │   └── RadialPanel_cpp.vcproj
│   │   ├── CSharp
│   │   │   ├── RadialPanel.cs
│   │   │   └── RadialPanel_csharp.csproj
│   │   └── readme.htm
│   ├── SampleViewerLite
│   │   ├── CSharp
│   │   │   ├── Application.xaml
│   │   │   ├── images
│   │   │   │   └── tulip_farm.jpg
│   │   │   ├── Samples.xml
│   │   │   ├── Scene1.xaml
│   │   │   ├── Scene1.xaml.cs
│   │   │   └── SdkXamlBrowser.csproj
│   │   └── readme.htm
│   ├── scrollchangedeventargsLayout
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ScrollChangedEventArgs_layout.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── ScrollChangedEventArgs_layout.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ScrollViewer
│   │   ├── CPP
│   │   │   ├── ScrollViewer_cpp.vcproj
│   │   │   └── ScrollViewer_wcp.cpp
│   │   ├── CSharp
│   │   │   ├── ScrollViewer_wcp.cs
│   │   │   └── ScrollViewer_wcp.csproj
│   │   ├── readme.htm
│   │   ├── VisualBasic
│   │   │   ├── ScrollViewer.vb
│   │   │   └── ScrollViewer.vbproj
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── Pane1.xaml
│   │   ├── ScrollViewer_wcp.csproj
│   │   └── ScrollViewer_wcp.vbproj
│   ├── ScrollViewerMethods
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ScrollViewer_Methods.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── ScrollViewer_Methods.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── ScrollViewerScrollChanged
│   │   ├── CPP
│   │   │   ├── ScrollViewer_Code.cpp
│   │   │   └── ScrollViewer_Code_cpp.vcproj
│   │   ├── CSharp
│   │   │   ├── ScrollViewer_Code.cs
│   │   │   └── ScrollViewer_Code_csharp.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── ScrollViewerScrollChanged.vb
│   │   └── ScrollViewerScrollChanged.vbproj
│   ├── StackPanelIntroSamp
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── StackPanel_layout.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── StackPanelSample.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── StackPanelOvw4
│   │   ├── CPP
│   │   │   ├── smiley_stackpanel.PNG
│   │   │   ├── StackPanel_Ovw_Sample4.cpp
│   │   │   └── StackPanel_Ovw_Sample4.vcproj
│   │   ├── CSharp
│   │   │   ├── smiley_stackpanel.PNG
│   │   │   ├── StackPanel_Ovw_Sample4.cs
│   │   │   └── StackPanel_Ovw_Sample4.csproj
│   │   ├── readme.htm
│   │   ├── VisualBasic
│   │   │   ├── smiley_stackpanel.PNG
│   │   │   ├── StackPanelSamp.vb
│   │   │   └── StackPanelSamp.vbproj
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── default.xaml
│   │   ├── smiley_stackpanel.PNG
│   │   ├── StackPanel_Ovw_Sample4.csproj
│   │   └── StackPanel_Ovw_Sample4.vbproj
│   ├── Styled_ScrollViewer
│   │   ├── readme.htm
│   │   └── XAML
│   │   ├── app.xaml
│   │   ├── default.xaml
│   │   ├── Styled_ScrollViewer.csproj
│   │   └── Styled_ScrollViewer.vbproj
│   ├── ThicknessConverter
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ThicknessConverter_CSharp.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── ThicknessConverter.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── UIElementCollection
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── ElemCollMethods.csproj
│   │   │   ├── Pane1.xaml
│   │   │   └── Pane1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── ElemCollMethodsVB.vbproj
│   │   ├── Pane1.xaml
│   │   └── Pane1.xaml.vb
│   ├── UIElementCollectionIndexOf
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── Default.xaml
│   │   │   ├── default.xaml.cs
│   │   │   └── UIElementCollection_IndexOf.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── default.xaml
│   │   ├── default.xaml.vb
│   │   └── UIElementCollection_IndexOf_vb.vbproj
│   ├── ViewBoxCode
│   │   ├── CPP
│   │   │   ├── ViewboxCode.cpp
│   │   │   └── ViewboxCode.vcproj
│   │   ├── Csharp
│   │   │   ├── ViewboxCode.cs
│   │   │   └── ViewboxCode.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── ViewBoxCodeVB.vb
│   │   └── ViewBoxCodeVB.vbproj
│   ├── viewboxStretchLayoutSamp
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── tulip_farm.jpg
│   │   │   ├── Viewbox_Stretch_Layout_Samp.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── tulip_farm.jpg
│   │   ├── Viewbox_Stretch_Layout_Samp.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── visibilityLayoutSamp
│   │   ├── CSharp
│   │   │   ├── App.ico
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Visibility_Layout_Samp.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── App.ico
│   │   ├── app.xaml
│   │   ├── Visibility_Layout_Samp.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   ├── WidthMinWidthMaxWidth
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Width_MinWidth_MaxWidth_CSharp.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── app.xaml
│   │   ├── Width_MinWidth_MaxWidth.vbproj
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.vb
│   └── WrapPanel_Intro
│   ├── CPP
│   │   ├── WrapPanel_Code.cpp
│   │   └── WrapPanel_Code_cpp.vcproj
│   ├── CSharp
│   │   ├── WrapPanel_Code.cs
│   │   └── WrapPanel_Code_csharp.csproj
│   ├── readme.htm
│   ├── VisualBasic
│   │   ├── WrapPanel_vb.vb
│   │   └── WrapPanel_vb.vbproj
│   └── XAML
│   ├── app.xaml
│   ├── default.xaml
│   └── WrapPanel_Samp.csproj
├── MigrationInterop
│   ├── HostingAxInWpf
│   │   ├── CSharp
│   │   │   ├── AxControl
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   │   │   ├── WmpAxLib.dll
│   │   │   │   │   │   └── WmpAxLib.pdb
│   │   │   │   │   └── Release
│   │   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   │   ├── WmpAxLib.dll
│   │   │   │   │   └── WmpAxLib.pdb
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   │   │   ├── TempPE
│   │   │   │   │   │   ├── WmpAxLib.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── WmpAxLib.csproj.ResolveComReference.cache
│   │   │   │   │   │   ├── WmpAxLib.dll
│   │   │   │   │   │   ├── WmpAxLib.pdb
│   │   │   │   │   │   └── WmpAxLib.WmpAxControl.resources
│   │   │   │   │   └── Release
│   │   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   │   ├── TempPE
│   │   │   │   │   ├── WmpAxLib.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── WmpAxLib.csproj.ResolveComReference.cache
│   │   │   │   │   ├── WmpAxLib.dll
│   │   │   │   │   ├── WmpAxLib.pdb
│   │   │   │   │   └── WmpAxLib.WmpAxControl.resources
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── WmpAxControl.cs
│   │   │   │   ├── WmpAxControl.Designer.cs
│   │   │   │   ├── WmpAxControl.resx
│   │   │   │   ├── WmpAxLib.csproj
│   │   │   │   └── WmpAxLib.csproj.user
│   │   │   ├── Backup
│   │   │   │   ├── AxControl
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   │   ├── WmpAxControl.cs
│   │   │   │   │   ├── WmpAxControl.Designer.cs
│   │   │   │   │   ├── WmpAxControl.resx
│   │   │   │   │   └── WmpAxLib.csproj
│   │   │   │   ├── HostingAxInWpf
│   │   │   │   │   ├── app.xaml
│   │   │   │   │   ├── app.xaml.cs
│   │   │   │   │   ├── HostingAxInWpf.csproj
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── Resources.cs
│   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   ├── Settings.cs
│   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   ├── Window1.xaml
│   │   │   │   │   └── Window1.xaml.cs
│   │   │   │   └── HostingAxInWpf.sln
│   │   │   ├── bin
│   │   │   ├── HostingAxInWpf
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── bin
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   └── HostingAxInWpf.vshost.exe
│   │   │   │   │   └── Release
│   │   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   │   ├── HostingAxInWpf.exe
│   │   │   │   │   ├── HostingAxInWpf.vshost.exe
│   │   │   │   │   ├── HostingAxInWpf.vshost.exe.manifest
│   │   │   │   │   └── Interop.WMPLib.dll
│   │   │   │   ├── HostingAxInWpf.csproj
│   │   │   │   ├── HostingAxInWpf.csproj.user
│   │   │   │   ├── obj
│   │   │   │   │   ├── Debug
│   │   │   │   │   │   ├── app.g.cs
│   │   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │   │   │   ├── HostingAxInWpf.csproj.FileListAbsolute.txt
│   │   │   │   │   │   ├── HostingAxInWpf.g.resources
│   │   │   │   │   │   ├── HostingAxInWpf_MarkupCompile.cache
│   │   │   │   │   │   ├── HostingAxInWpf.Properties.Resources.resources
│   │   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   │   ├── TempPE
│   │   │   │   │   │   ├── Window1.baml
│   │   │   │   │   │   └── Window1.g.cs
│   │   │   │   │   └── Release
│   │   │   │   │   ├── app.g.cs
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   │   │   ├── HostingAxInWpf.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── HostingAxInWpf.exe
│   │   │   │   │   ├── HostingAxInWpf.g.resources
│   │   │   │   │   ├── HostingAxInWpf_MarkupCompile.cache
│   │   │   │   │   ├── HostingAxInWpf.Properties.Resources.resources
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── Window1.baml
│   │   │   │   │   └── Window1.g.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── HostingAxInWpf.sln
│   │   │   ├── HostingAxInWpf.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── bin
│   │   ├── HostingAxInWpf
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.vb
│   │   │   ├── HostingAxInWpf.vbproj
│   │   │   ├── My Project
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── MyEvents.vb
│   │   │   │   ├── Resources.Designer.vb
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.vb
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.vb
│   │   ├── HostingAxInWpf.sln
│   │   └── WmpAxLib
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── WmpAxControl.Designer.vb
│   │   ├── WmpAxControl.resx
│   │   ├── WmpAxControl.vb
│   │   └── WmpAxLib.vbproj
│   ├── HostingAxInWpfWithXaml
│   │   ├── CSharp
│   │   │   ├── AxControl
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── WmpAxControl.cs
│   │   │   │   ├── WmpAxControl.Designer.cs
│   │   │   │   ├── WmpAxControl.resx
│   │   │   │   └── WmpAxLib.csproj
│   │   │   ├── HostingAxInWpf
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── HostingAxInWpfWithXaml.csproj
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   └── HostingAxInWpfWithXaml.sln
│   │   └── readme.htm
│   ├── HostingWfInWPF
│   │   ├── CSharp
│   │   │   ├── HostingWfInWPF
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── HostingWfInWpf.csproj
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   └── HostingWfInWpf.sln
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── HostingWfInWpf
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.vb
│   │   │   ├── HostingWfInWpf.vbproj
│   │   │   ├── My Project
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── MyEvents.vb
│   │   │   │   ├── Resources.Designer.vb
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.vb
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.vb
│   │   └── HostingWfInWpf.sln
│   ├── HostingWfInWpfWithXaml
│   │   ├── CSharp
│   │   │   ├── HostingWfInWpf
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── HostingWfInWpf.csproj
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   └── HostingWfInWpf.sln
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── HostingWfInWpfWithXaml
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.vb
│   │   │   ├── HostingWfInWpfWithXaml.vbproj
│   │   │   ├── My Project
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── MyEvents.vb
│   │   │   │   ├── Resources.Designer.vb
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.vb
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.vb
│   │   └── HostingWfInWpfWithXaml.sln
│   ├── HostingWfWithVisualStyles
│   │   ├── CSharp
│   │   │   ├── HostingWfWithVisualStyles
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── HostingWfWithVisualStyles.csproj
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   └── HostingWfWithVisualStyles.sln
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── HostingWfWithVisualStyles
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.vb
│   │   │   ├── HostingWfWithVisualStyles.vbproj
│   │   │   ├── My Project
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── MyEvents.vb
│   │   │   │   ├── Resources.Designer.vb
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.vb
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.vb
│   │   └── HostingWfWithVisualStyles.sln
│   ├── HostingWpfUserControlInWf
│   │   ├── CSharp
│   │   │   ├── HostingWpfUserControlInWf
│   │   │   │   ├── ConeControl.xaml
│   │   │   │   ├── ConeControl.xaml.cs
│   │   │   │   ├── HostingWpfUserControlInWf.csproj
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── HostingWpfUserControlInWf.sln
│   │   │   └── WpfUserControlHost
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── WpfUserControlHost.csproj
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── HostingWpfUserControlInWf
│   │   │   ├── HostingWpfUserControlInWf.vbproj
│   │   │   ├── My Project
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── MyEvents.vb
│   │   │   │   ├── Resources.Designer.vb
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.vb
│   │   │   │   └── Settings.settings
│   │   │   ├── UserControl1.xaml
│   │   │   └── UserControl1.xaml.vb
│   │   ├── HostingWpfUserControlInWf.sln
│   │   └── WpfUserControlHost
│   │   ├── Form1.Designer.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   └── WpfUserControlHost.vbproj
│   ├── hwndInWPF
│   │   ├── HWNDINWPF
│   │   │   ├── hwndInWPF.aps
│   │   │   ├── hwndInWPF.cpp
│   │   │   ├── hwndInWPF.rc
│   │   │   ├── hwndInWPF.vcproj
│   │   │   ├── resource.h
│   │   │   ├── small.ico
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   └── TypicalWin32Dialog.ico
│   │   ├── hwndInWPF.sln
│   │   ├── readme.htm
│   │   └── WPFAPPLICATION1
│   │   ├── MyApp.xaml
│   │   ├── MyApp.xaml.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.cs
│   │   │   └── Settings.settings
│   │   ├── Window1.xaml
│   │   └── WPFApplication1.csproj
│   ├── LocalizingWpfInWf
│   │   ├── CSharp
│   │   │   ├── LocalizingWpfInWf
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.es-ES.resx
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── LocalizingWpfInWf.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── SimpleControl0.xaml
│   │   │   │   ├── SimpleControl.xaml
│   │   │   │   └── SimpleControl.xaml.cs
│   │   │   └── LocalizingWpfInWf.sln
│   │   └── readme.htm
│   ├── ManuallyCreatingAWpfProject
│   │   ├── CSharp
│   │   │   ├── ManuallyCreatingAWpfProject
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── ManuallyCreatingAWpfProject.csproj
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   └── ManuallyCreatingAWpfProject.sln
│   │   └── readme.htm
│   ├── PropertyMappingWithElementHost
│   │   ├── CSharp
│   │   │   ├── PropertyMappingWithElementHost
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── PropertyMappingWithElementHost.csproj
│   │   │   └── PropertyMappingWithElementHost.sln
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── PropertyMappingWithElementHost
│   │   │   ├── Form1.Designer.vb
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   ├── My Project
│   │   │   │   ├── Application.Designer.vb
│   │   │   │   ├── Application.myapp
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── Resources.Designer.vb
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.vb
│   │   │   │   └── Settings.settings
│   │   │   └── PropertyMappingWithElementHost.vbproj
│   │   └── PropertyMappingWithElementHost.sln
│   ├── PropertyMappingWithWfh
│   │   ├── CSharp
│   │   │   ├── PropertyMappingWithWfh
│   │   │   │   ├── App.xaml
│   │   │   │   ├── App.xaml.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── PropertyMappingWithWfh.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   └── PropertyMappingWithWfh.sln
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── PropertyMappingWithWfh
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.vb
│   │   │   ├── My Project
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── MyEvents.vb
│   │   │   │   ├── Resources.Designer.vb
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.vb
│   │   │   │   └── Settings.settings
│   │   │   ├── PropertyMappingWithWfh.vbproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.vb
│   │   └── PropertyMappingWithWfh.sln
│   ├── Win32Clock
│   │   ├── readme.htm
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── WIN32CLOCK
│   │   │   ├── Debug
│   │   │   │   ├── AvClock.dll
│   │   │   │   ├── AvClock.pdb
│   │   │   │   ├── cl.command.1.tlog
│   │   │   │   ├── CL.read.1.tlog
│   │   │   │   ├── CL.write.1.tlog
│   │   │   │   ├── en-US
│   │   │   │   │   ├── AvClock.resources.dll
│   │   │   │   │   └── win32clock.resources.dll
│   │   │   │   ├── link.5328-cvtres.read.1.tlog
│   │   │   │   ├── link.5328-cvtres.write.1.tlog
│   │   │   │   ├── link.5328.read.1.tlog
│   │   │   │   ├── link.5328.write.1.tlog
│   │   │   │   ├── link.command.1.tlog
│   │   │   │   ├── link.read.1.tlog
│   │   │   │   ├── link.write.1.tlog
│   │   │   │   ├── mt.command.1.tlog
│   │   │   │   ├── mt.read.1.tlog
│   │   │   │   ├── mt.write.1.tlog
│   │   │   │   ├── rc.command.1.tlog
│   │   │   │   ├── rc.read.1.tlog
│   │   │   │   ├── rc.write.1.tlog
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   ├── stdafx.obj
│   │   │   │   ├── vc100.pdb
│   │   │   │   ├── win32clock.exe
│   │   │   │   ├── win32clock.exe.intermediate.manifest
│   │   │   │   ├── win32clock.ilk
│   │   │   │   ├── win32clock.lastbuildstate
│   │   │   │   ├── win32clock.log
│   │   │   │   ├── win32clock.obj
│   │   │   │   ├── win32clock.pch
│   │   │   │   ├── win32clock.pdb
│   │   │   │   ├── win32clock.res
│   │   │   │   └── win32clock.write.1.tlog
│   │   │   ├── resource.h
│   │   │   ├── small.ico
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── win32clock.cpp
│   │   │   ├── win32clock.h
│   │   │   ├── win32clock.ico
│   │   │   ├── win32clock.rc
│   │   │   ├── win32clock.vcproj
│   │   │   ├── win32clock.vcxproj
│   │   │   ├── win32clock.vcxproj.filters
│   │   │   └── win32clock.vcxproj.user
│   │   ├── win32clock.sdf
│   │   ├── win32clock.sln
│   │   ├── win32clock.sln.old
│   │   ├── win32clock.suo
│   │   └── WPFCLOCK
│   │   ├── bin
│   │   │   └── debug
│   │   │   ├── AvClock.dll
│   │   │   ├── AvClock.pdb
│   │   │   └── en-US
│   │   │   └── AvClock.resources.dll
│   │   ├── Clock.xaml
│   │   ├── Clock.xaml.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── AvClock.dll
│   │   │   ├── AvClock.g.en-US.resources
│   │   │   ├── AvClock_MarkupCompile.cache
│   │   │   ├── AvClock.pdb
│   │   │   ├── Clock.baml
│   │   │   ├── Clock.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── en-US
│   │   │   │   └── AvClock.resources.dll
│   │   │   ├── TempPE
│   │   │   └── WPFClock.csproj.FileListAbsolute.txt
│   │   ├── WPFClock.csproj
│   │   ├── WPFClock.csproj.old
│   │   └── WPFClock.csproj.user
│   ├── Win32HostingWPFPage
│   │   ├── CPP
│   │   │   ├── Resource.h
│   │   │   ├── small.ico
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── Win32HostingWPFPage.cpp
│   │   │   ├── Win32HostingWPFPage.h
│   │   │   ├── Win32HostingWPFPage.ico
│   │   │   ├── Win32HostingWPFPage.rc
│   │   │   ├── Win32HostingWPFPage.vcproj
│   │   │   ├── WPFPage.cpp
│   │   │   └── WPFPage.h
│   │   └── readme.htm
│   ├── WindowsFormsHostingWpfControl
│   │   ├── CSharp
│   │   │   ├── MyControls
│   │   │   │   ├── MyControls.csproj
│   │   │   │   ├── Page1.xaml
│   │   │   │   └── Page1.xaml.cs
│   │   │   ├── WFHost
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   └── WFHost.csproj
│   │   │   └── WindowsFormsHostingWpfControl.sln
│   │   └── readme.htm
│   ├── WPFHostingWin32Control
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── ControlHost.cs
│   │   │   ├── Page1.xaml
│   │   │   ├── Page1.xaml.cs
│   │   │   └── WPFHostingWin32Control.csproj
│   │   └── readme.htm
│   ├── WpfHostingWindowsFormsControl
│   │   ├── CSharp
│   │   │   ├── MyControls
│   │   │   │   ├── MyControl1.cs
│   │   │   │   └── MyControls.csproj
│   │   │   ├── WpfHost
│   │   │   │   ├── App.ico
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── Page1.xaml
│   │   │   │   ├── Page1.xaml.cs
│   │   │   │   └── WpfHost.csproj
│   │   │   └── WpfHostingWindowsFormsControl.sln
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── MyControls
│   │   │   ├── MyControl1.vb
│   │   │   ├── MyControls.vbproj
│   │   │   └── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── WpfHost
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.vb
│   │   │   ├── My Project
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── MyEvents.vb
│   │   │   │   ├── Resources.Designer.vb
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.vb
│   │   │   │   └── Settings.settings
│   │   │   ├── Page1.xaml
│   │   │   ├── Page1.xaml.vb
│   │   │   └── WpfHost.vbproj
│   │   └── WpfHostingWindowsFormsControl.sln
│   ├── WpfLayoutHostingWfWithXaml
│   │   ├── CSharp
│   │   │   ├── WpfLayoutHostingWfWithXaml
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Window1.xaml
│   │   │   │   ├── Window1.xaml.cs
│   │   │   │   └── WpfLayoutHostingWfWithXaml.csproj
│   │   │   └── WpfLayoutHostingWfWithXaml.sln
│   │   ├── readme.htm
│   │   └── VisualBasic
│   │   ├── WpfLayoutHostingWfWithXaml
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.vb
│   │   │   ├── My Project
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── MyEvents.vb
│   │   │   │   ├── Resources.Designer.vb
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.vb
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   ├── Window1.xaml.vb
│   │   │   └── WpfLayoutHostingWfWithXaml.vbproj
│   │   └── WpfLayoutHostingWfWithXaml.sln
│   └── WPFWithWFAndDatabinding
│   ├── CSharp
│   │   ├── WPFWithWFAndDatabinding
│   │   │   ├── app.config
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── NorthwindDataSet.Designer.cs
│   │   │   ├── NorthwindDataSet.xsc
│   │   │   ├── NorthwindDataSet.xsd
│   │   │   ├── NorthwindDataSet.xss
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   ├── Window1.xaml.cs
│   │   │   └── WPFWithWFAndDatabinding.csproj
│   │   └── WPFWithWFAndDatabinding.sln
│   ├── readme.htm
│   └── VisualBasic
│   ├── WPFWithWFAndDatabinding
│   │   ├── app.config
│   │   ├── App.xaml
│   │   ├── App.xaml.vb
│   │   ├── My Project
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── MyEvents.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── NorthwindDataSet.Designer.vb
│   │   ├── NorthwindDataSet.xsc
│   │   ├── NorthwindDataSet.xsd
│   │   ├── NorthwindDataSet.xss
│   │   ├── Window1.xaml
│   │   ├── Window1.xaml.vb
│   │   └── WPFWithWFAndDatabinding.vbproj
│   └── WPFWithWFAndDatabinding.sln
├── Printing
│   ├── BatchPrintXPSFiles
│   │   ├── CSharp
│   │   │   ├── BatchPrintXPSFiles.csproj
│   │   │   └── Program.cs
│   │   └── readme.htm
│   ├── DiagnoseProblematicPrintJob
│   │   ├── CPP
│   │   │   ├── DiagnoseProblematicPrintJob.vcproj
│   │   │   └── Program.cpp
│   │   ├── CSharp
│   │   │   ├── DiagnoseProblematicPrintJob.csproj
│   │   │   └── Program.cs
│   │   └── readme.htm
│   ├── EnumerateSubsetOfPrintQueues
│   │   ├── CPP
│   │   │   ├── EnumerateSubsetOfPrintQueues.vcproj
│   │   │   └── Program.cpp
│   │   ├── CSharp
│   │   │   ├── EnumerateSubsetOfPrintQueues.csproj
│   │   │   └── Program.cs
│   │   └── readme.htm
│   ├── PrintDialog
│   │   ├── CSharp
│   │   │   ├── app.xaml
│   │   │   ├── app.xaml.cs
│   │   │   ├── Backup
│   │   │   │   ├── app.xaml
│   │   │   │   ├── app.xaml.cs
│   │   │   │   ├── PrintDialog_Sample.csproj
│   │   │   │   ├── Window1.xaml
│   │   │   │   └── Window1.xaml.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── SDK_Sample.exe
│   │   │   │   ├── SDK_Sample.pdb
│   │   │   │   └── SDK_Sample.vshost.exe
│   │   │   ├── Content
│   │   │   │   └── FixedDocumentSequence.xps
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── app.g.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── PrintDialog_Sample.csproj.FileListAbsolute.txt
│   │   │   │   ├── SDK_Sample.exe
│   │   │   │   ├── SDK_Sample.g.resources
│   │   │   │   ├── SDK_Sample_MarkupCompile.cache
│   │   │   │   ├── SDK_Sample.pdb
│   │   │   │   ├── TempPE
│   │   │   │   ├── Window1.baml
│   │   │   │   └── Window1.g.cs
│   │   │   ├── PrintDialog_Sample.csproj
│   │   │   ├── PrintDialog_Sample.sln
│   │   │   ├── PrintDialog_Sample.suo
│   │   │   ├── UpgradeLog.XML
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   ├── UpgradeReport_Plus.gif
│   │   │   │   └── UpgradeReport.xslt
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   └── readme.htm
│   └── PrinterStatusSurvey
│   ├── CPP
│   │   ├── PrinterStatusSurvey.vcproj
│   │   └── Program.cpp
│   ├── CSharp
│   │   ├── PrinterStatusSurvey.csproj
│   │   └── Program.cs
│   └── readme.htm
└── TabletPC
├── InkAnalysisCanvas
│   ├── CSharp
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Backup
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── InkAnalysisCanvas.cs
│   │   │   ├── InkAnalysisCanvasSample.csproj
│   │   │   ├── InkAnalysisFeedbackAdorner.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── bin
│   │   │   ├── IACore.dll
│   │   │   ├── IALoader.dll
│   │   │   ├── IAWinFX.dll
│   │   │   └── x86
│   │   │   ├── Debug
│   │   │   │   ├── IACore.dll
│   │   │   │   ├── IALoader.dll
│   │   │   │   ├── IAWinFX.dll
│   │   │   │   ├── InkAnalysisCanvasSample.exe
│   │   │   │   ├── InkAnalysisCanvasSample.pdb
│   │   │   │   └── InkAnalysisCanvasSample.vshost.exe
│   │   │   └── Release
│   │   ├── InkAnalysisCanvas.cs
│   │   ├── InkAnalysisCanvasSample.csproj
│   │   ├── InkAnalysisCanvasSample.csproj.user
│   │   ├── InkAnalysisCanvasSample.sln
│   │   ├── InkAnalysisCanvasSample.suo
│   │   ├── InkAnalysisFeedbackAdorner.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   ├── InkAnalysisCanvasSample.csproj.FileListAbsolute.txt
│   │   │   ├── InkAnalysisCanvasSample.exe
│   │   │   ├── InkAnalysisCanvasSample.g.resources
│   │   │   ├── InkAnalysisCanvasSample_MarkupCompile.cache
│   │   │   ├── InkAnalysisCanvasSample_MarkupCompile.lref
│   │   │   ├── InkAnalysisCanvasSample.pdb
│   │   │   ├── InkAnalysisCanvasSample.Properties.Resources.resources
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Window1.baml
│   │   │   └── Window1.g.cs
│   │   ├── PROPERTIES
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   ├── readme.htm
│   └── VisualBasic
│   ├── App.xaml
│   ├── App.xaml.vb
│   ├── InkAnalysisCanvasSample.vbproj
│   ├── InkAnalysisCanvas.vb
│   ├── InkAnalysisFeedbackAdorner.vb
│   ├── MY PROJECT
│   │   ├── AssemblyInfo.vb
│   │   ├── MyEvents.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── Window1.xaml
│   └── Window1.xaml.vb
├── InkCanvasClipboard
│   ├── CSharp
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Backup
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── InkCanvasClipboardSample.csproj
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SampleWindow.xaml
│   │   │   └── SampleWindow.xaml.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── InkCanvasClipboardSample.exe
│   │   │   │   ├── InkCanvasClipboardSample.pdb
│   │   │   │   └── InkCanvasClipboardSample.vshost.exe
│   │   │   └── Release
│   │   ├── InkCanvasClipboardSample.csproj
│   │   ├── InkCanvasClipboardSample.sln
│   │   ├── InkCanvasClipboardSample.suo
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   ├── InkCanvasClipboardSample.csproj.FileListAbsolute.txt
│   │   │   ├── InkCanvasClipboardSample.exe
│   │   │   ├── InkCanvasClipboardSample.g.resources
│   │   │   ├── InkCanvasClipboardSample_MarkupCompile.cache
│   │   │   ├── InkCanvasClipboardSample.pdb
│   │   │   ├── InkCanvasClipboardSample.Properties.Resources.resources
│   │   │   ├── SampleWindow.baml
│   │   │   ├── SampleWindow.g.cs
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── PROPERTIES
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SampleWindow.xaml
│   │   ├── SampleWindow.xaml.cs
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── readme.htm
│   └── VisualBasic
│   ├── App.xaml
│   ├── App.xaml.vb
│   ├── InkCanvasClipboardSample.vbproj
│   ├── MY PROJECT
│   │   ├── AssemblyInfo.vb
│   │   ├── MyEvents.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── SampleWindow.xaml
│   └── SampleWindow.xaml.vb
├── InkCanvasCustomRendering
│   ├── CSharp
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Backup
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── InkCanvasCustomRenderingSample.csproj
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   ├── Window1.xaml.cs
│   │   │   └── Winter Leaves.jpg
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── InkCanvasCustomRenderingSample.exe
│   │   │   │   ├── InkCanvasCustomRenderingSample.pdb
│   │   │   │   ├── InkCanvasCustomRenderingSample.vshost.exe
│   │   │   │   ├── InkCanvasCustomRenderingSample.vshost.exe.manifest
│   │   │   │   ├── purpleblock.jpg
│   │   │   │   ├── Winter Leaves1.jpg
│   │   │   │   └── Winter Leaves.jpg
│   │   │   └── Release
│   │   ├── InkCanvasCustomRenderingSample.csproj
│   │   ├── InkCanvasCustomRenderingSample.sln
│   │   ├── InkCanvasCustomRenderingSample.suo
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.baml
│   │   │   ├── App.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   ├── InkCanvasCustomRenderingSample.csproj.FileListAbsolute.txt
│   │   │   ├── InkCanvasCustomRenderingSample.exe
│   │   │   ├── InkCanvasCustomRenderingSample.g.resources
│   │   │   ├── InkCanvasCustomRenderingSample_MarkupCompile.cache
│   │   │   ├── InkCanvasCustomRenderingSample_MarkupCompile.lref
│   │   │   ├── InkCanvasCustomRenderingSample.pdb
│   │   │   ├── InkCanvasCustomRenderingSample.Properties.Resources.resources
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Window1.baml
│   │   │   └── Window1.g.cs
│   │   ├── PROPERTIES
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── purpleblock.jpg
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Window1.xaml
│   │   ├── Window1.xaml.cs
│   │   └── Winter Leaves.jpg
│   ├── readme.htm
│   └── VisualBasic
│   ├── App.xaml
│   ├── App.xaml.vb
│   ├── InkCanvasCustomRenderingSample.vbproj
│   ├── MY PROJECT
│   │   ├── AssemblyInfo.vb
│   │   ├── MyEvents.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── Window1.xaml
│   ├── Window1.xaml.vb
│   └── Winter Leaves.jpg
├── InkCanvasDragandDrop
│   ├── CSharp
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Backup
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── InkCanvasDragAndDropSample.csproj
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SampleWindow.xaml
│   │   │   └── SampleWindow.xaml.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── InkCanvasDragAndDropSample.exe
│   │   │   │   ├── InkCanvasDragAndDropSample.pdb
│   │   │   │   └── InkCanvasDragAndDropSample.vshost.exe
│   │   │   └── Release
│   │   ├── InkCanvasDragAndDropSample.csproj
│   │   ├── InkCanvasDragAndDropSample.sln
│   │   ├── InkCanvasDragAndDropSample.suo
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   ├── InkCanvasDragAndDropSample.csproj.FileListAbsolute.txt
│   │   │   ├── InkCanvasDragAndDropSample.exe
│   │   │   ├── InkCanvasDragAndDropSample.g.resources
│   │   │   ├── InkCanvasDragAndDropSample_MarkupCompile.cache
│   │   │   ├── InkCanvasDragAndDropSample_MarkupCompile.lref
│   │   │   ├── InkCanvasDragAndDropSample.pdb
│   │   │   ├── InkCanvasDragAndDropSample.Properties.Resources.resources
│   │   │   ├── SampleWindow.baml
│   │   │   ├── SampleWindow.g.cs
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── PROPERTIES
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SampleWindow.xaml
│   │   ├── SampleWindow.xaml.cs
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── readme.htm
│   └── VisualBasic
│   ├── App.xaml
│   ├── App.xaml.vb
│   ├── Converters.vb
│   ├── InkCanvasDragAndDropSample.vbproj
│   ├── MY PROJECT
│   │   ├── AssemblyInfo.vb
│   │   ├── MyEvents.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── SampleWindow.xaml
│   └── SampleWindow.xaml.vb
├── InkCanvasEditingModes
│   ├── CSharp
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Backup
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── InkCanvasEditingModes.csproj
│   │   │   ├── MessageAdorner.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SampleWindow.xaml
│   │   │   ├── SampleWindow.xaml.cs
│   │   │   └── UndoRedo.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── InkCanvasEditingModes.exe
│   │   │   │   ├── InkCanvasEditingModes.pdb
│   │   │   │   └── InkCanvasEditingModes.vshost.exe
│   │   │   └── Release
│   │   ├── InkCanvasEditingModes.csproj
│   │   ├── InkCanvasEditingModes.sln
│   │   ├── InkCanvasEditingModes.suo
│   │   ├── MessageAdorner.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   ├── InkCanvasEditingModes.csproj.FileListAbsolute.txt
│   │   │   ├── InkCanvasEditingModes.exe
│   │   │   ├── InkCanvasEditingModes.g.resources
│   │   │   ├── InkCanvasEditingModes_MarkupCompile.cache
│   │   │   ├── InkCanvasEditingModes_MarkupCompile.lref
│   │   │   ├── InkCanvasEditingModes.pdb
│   │   │   ├── InkCanvasEditingModes.Properties.Resources.resources
│   │   │   ├── SampleWindow.baml
│   │   │   ├── SampleWindow.g.cs
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SampleWindow.xaml
│   │   ├── SampleWindow.xaml.cs
│   │   ├── UndoRedo.cs
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── readme.htm
│   └── VisualBasic
│   ├── App.xaml
│   ├── App.xaml.vb
│   ├── InkCanvasEditingModesVB.vbproj
│   ├── MessageAdorner.vb
│   ├── My Project
│   │   ├── AssemblyInfo.vb
│   │   ├── MyEvents.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── SampleWindow.xaml
│   ├── SampleWindow.xaml.vb
│   └── UndoRedo.vb
├── InkCanvasGestures
│   ├── Creator.txt
│   ├── CSharp
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Backup
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── InkCanvasGestureSample.csproj
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── InkCanvasGestureSample.exe
│   │   │   │   ├── InkCanvasGestureSample.pdb
│   │   │   │   └── InkCanvasGestureSample.vshost.exe
│   │   │   └── Release
│   │   ├── InkCanvasGestureSample.csproj
│   │   ├── InkCanvasGestureSample.sln
│   │   ├── InkCanvasGestureSample.suo
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   ├── InkCanvasGestureSample.csproj.FileListAbsolute.txt
│   │   │   ├── InkCanvasGestureSample.exe
│   │   │   ├── InkCanvasGestureSample.g.resources
│   │   │   ├── InkCanvasGestureSample_MarkupCompile.cache
│   │   │   ├── InkCanvasGestureSample.pdb
│   │   │   ├── InkCanvasGestureSample.Properties.Resources.resources
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Window1.baml
│   │   │   └── Window1.g.cs
│   │   ├── PROPERTIES
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   ├── readme.htm
│   └── VisualBasic
│   ├── App.xaml
│   ├── App.xaml.vb
│   ├── InkCanvasGestureSampleVB.vbproj
│   ├── MY PROJECT
│   │   ├── AssemblyInfo.vb
│   │   ├── MyEvents.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── Window1.xaml
│   └── Window1.xaml.vb
├── InkColorPicker
│   ├── CSharp
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Backup
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── ColorComb.xaml
│   │   │   ├── ColorComb.xaml.cs
│   │   │   ├── ColorPickerDialog.xaml
│   │   │   ├── ColorPickerDialog.xaml.cs
│   │   │   ├── InkColorPicker.csproj
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── InkColorPicker.exe
│   │   │   │   ├── InkColorPicker.pdb
│   │   │   │   └── InkColorPicker.vshost.exe
│   │   │   └── Release
│   │   ├── ColorComb.xaml
│   │   ├── ColorComb.xaml.cs
│   │   ├── ColorPickerDialog.xaml
│   │   ├── ColorPickerDialog.xaml.cs
│   │   ├── InkColorPicker.csproj
│   │   ├── InkColorPicker.sln
│   │   ├── InkColorPicker.suo
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── ColorComb.baml
│   │   │   ├── ColorComb.g.cs
│   │   │   ├── ColorPickerDialog.baml
│   │   │   ├── ColorPickerDialog.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   ├── InkColorPicker.csproj.FileListAbsolute.txt
│   │   │   ├── InkColorPicker.exe
│   │   │   ├── InkColorPicker.g.resources
│   │   │   ├── InkColorPicker_MarkupCompile.cache
│   │   │   ├── InkColorPicker_MarkupCompile.lref
│   │   │   ├── InkColorPicker.pdb
│   │   │   ├── InkColorPicker.Properties.Resources.resources
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Window1.baml
│   │   │   └── Window1.g.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   ├── readme.htm
│   └── VisualBasic
│   ├── App.xaml
│   ├── App.xaml.vb
│   ├── ColorComb.xaml
│   ├── ColorComb.xaml.vb
│   ├── ColorPickerDialog.xaml
│   ├── ColorPickerDialog.xaml.vb
│   ├── InkColorPicker.vbproj
│   ├── My Project
│   │   ├── AssemblyInfo.vb
│   │   ├── MyEvents.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── Window1.xaml
│   └── Window1.xaml.vb
├── InkCube
│   ├── CSharp
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Backup
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── InkCubeSample.csproj
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── InkCubeSample.exe
│   │   │   │   ├── InkCubeSample.pdb
│   │   │   │   └── InkCubeSample.vshost.exe
│   │   │   └── Release
│   │   ├── InkCubeSample.csproj
│   │   ├── InkCubeSample.sln
│   │   ├── InkCubeSample.suo
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.baml
│   │   │   ├── App.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   ├── InkCubeSample.csproj.FileListAbsolute.txt
│   │   │   ├── InkCubeSample.exe
│   │   │   ├── InkCubeSample.g.resources
│   │   │   ├── InkCubeSample_MarkupCompile.cache
│   │   │   ├── InkCubeSample.pdb
│   │   │   ├── InkCubeSample.Properties.Resources.resources
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Window1.baml
│   │   │   └── Window1.g.cs
│   │   ├── PROPERTIES
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   ├── readme.htm
│   └── VisualBasic
│   ├── App.xaml
│   ├── App.xaml.vb
│   ├── InkCubeSample.vbproj
│   ├── MY PROJECT
│   │   ├── AssemblyInfo.vb
│   │   ├── MyEvents.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── Window1.xaml
│   └── Window1.xaml.vb
├── InkSerialization
│   ├── CSharp
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Backup
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Ink_Serialization_CS.csproj
│   │   │   ├── Ink_Serialization_CS.sln
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Ink_Serialization_CS.exe
│   │   │   │   ├── Ink_Serialization_CS.pdb
│   │   │   │   └── Ink_Serialization_CS.vshost.exe
│   │   │   └── Release
│   │   ├── Ink_Serialization_CS.csproj
│   │   ├── Ink_Serialization_CS.sln
│   │   ├── Ink_Serialization_CS.suo
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   ├── Ink_Serialization_CS.csproj.FileListAbsolute.txt
│   │   │   ├── Ink_Serialization_CS.exe
│   │   │   ├── Ink_Serialization_CS.g.resources
│   │   │   ├── Ink_Serialization_CS_MarkupCompile.cache
│   │   │   ├── Ink_Serialization_CS.pdb
│   │   │   ├── Ink_Serialization_CS.Properties.Resources.resources
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Window1.baml
│   │   │   └── Window1.g.cs
│   │   ├── PROPERTIES
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   ├── readme.htm
│   └── VisualBasic
│   ├── App.xaml
│   ├── App.xaml.vb
│   ├── Ink_Serialization_VB.sln
│   ├── Ink_Serialization_VB.vbproj
│   ├── MY PROJECT
│   │   ├── AssemblyInfo.vb
│   │   ├── MyEvents.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── Window1.xaml
│   └── Window1.xaml.vb
├── ISFDatabinding
│   ├── CSharp
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Backup
│   │   │   ├── App.xaml
│   │   │   ├── App.xaml.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SignatureCollector.csproj
│   │   │   ├── Window1.xaml
│   │   │   └── Window1.xaml.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── SignatureCollector.exe
│   │   │   │   ├── SignatureCollector.pdb
│   │   │   │   └── SignatureCollector.vshost.exe
│   │   │   └── Release
│   │   ├── DATA
│   │   │   └── InkData.xml
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── App.g.cs
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   │   ├── SignatureCollector.csproj.FileListAbsolute.txt
│   │   │   ├── SignatureCollector.exe
│   │   │   ├── SignatureCollector.g.resources
│   │   │   ├── SignatureCollector_MarkupCompile.cache
│   │   │   ├── SignatureCollector_MarkupCompile.lref
│   │   │   ├── SignatureCollector.pdb
│   │   │   ├── SignatureCollector.Properties.Resources.resources
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Window1.baml
│   │   │   └── Window1.g.cs
│   │   ├── PROPERTIES
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SignatureCollector.csproj
│   │   ├── SignatureCollector.sln
│   │   ├── SignatureCollector.suo
│   │   ├── UpgradeLog.XML
│   │   ├── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Window1.xaml
│   │   └── Window1.xaml.cs
│   ├── readme.htm
│   └── VisualBasic
│   ├── App.xaml
│   ├── App.xaml.vb
│   ├── InkData.xml
│   ├── MY PROJECT
│   │   ├── AssemblyInfo.vb
│   │   ├── MyEvents.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── SignatureCollector_VBNET.vbproj
│   ├── Window1.xaml
│   └── Window1.xaml.vb
└── Postcard3D
├── CSharp
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── HighContrastInkCanvas.cs
│   ├── Postcard3D.csproj
│   ├── Postcard3D_TemporaryKey.pfx
│   ├── Postcard3D.xaml
│   ├── Postcard3D.xaml.cs
│   ├── PROPERTIES
│   │   ├── app.manifest
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Readme.txt
│   ├── seattle_rainier.jpg
│   └── stamp.jpg
├── readme.htm
└── VisualBasic
├── App.xaml
├── App.xaml.vb
├── HighContrastInkCanvas.vb
├── MY PROJECT
│   ├── app.manifest
│   ├── AssemblyInfo.vb
│   ├── MyEvents.vb
│   ├── Resources.Designer.vb
│   ├── Resources.resx
│   ├── Settings.Designer.vb
│   └── Settings.settings
├── Postcard3D_TemporaryKey.pfx
├── Postcard3D.vbproj
├── Postcard3D.xaml
├── Postcard3D.xaml.vb
├── Readme.txt
├── seattle_rainier.jpg
└── stamp.jpg

2382 directories, 9042 files

标签:

实例下载地址

WPFSamples.zip

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警