CSkin
|
设为首页
|
收藏本站
|
快捷导航
最新图文
C#界面库
C#综合开发
技术求助
任务
签到
Plugin
咨询
站内搜索
每日签到
CSkin界面库
DSkin界面库
LayeredSkin界面库
CPF跨平台界面库
WinForm
ASP.NET
HTML/CSS/JS
C#学习课堂
C#综合技术求助
CSkin【技术求助】
LayeredSkin【技术求助】
SanNiuSignal【技术求助】
CSkin站长
官方交流群
搜索
搜索
本版
帖子
用户
加入CSkin博客
用户登录
请
登录
后使用快捷导航
没有帐号?
加入CSkin博客
CSkin博客
»
博客
›
C# 综合开发区
›
WinForm
›
【.NET Framework 4.5.1源码】DotNet官方部分公开源代码 ...
1
2
3
4
5
6
/ 6 页
下一页
返回列表
作者:
xiaobo
查看:
37573
|
回复:
56
主题标签
Tag
• 源代码
[源码]
【.NET Framework 4.5.1源码】DotNet官方部分公开源代码
[复制链接]
电梯直达
楼主
xiaobo
发表于 2014-7-22 20:20:26
|
只看该作者
|
倒序浏览
|
阅读模式
查看:
37573
|
回复:
56
如题,仅仅是公开一部分的源码,官方下载下来的
源码的查看地址:
http://referencesource.microsoft.com/
下载地址:
http://referencesource.microsoft.com/download.html
回复查看百度网盘下载地址以及文件列表:
游客,如果您要查看本帖隐藏内容请
回复
文件夹列表:C:.
└─Source
├─debugger
│ └─idl
│ └─makeapi
├─internalapis
│ ├─vctools
│ │ └─inc
│ │ └─vc
│ │ └─codeanalysis
│ ├─vscommon
│ │ └─inc
│ └─vsl
│ └─inc
├─ndp
│ ├─cdf
│ │ └─src
│ │ ├─inc
│ │ ├─NetFx20
│ │ │ ├─System.Messaging
│ │ │ │ └─System
│ │ │ │ └─Messaging
│ │ │ │ ├─Design
│ │ │ │ └─Interop
│ │ │ ├─system.transactions
│ │ │ │ ├─dtcproxyshim
│ │ │ │ └─System
│ │ │ │ └─Transactions
│ │ │ │ ├─Configuration
│ │ │ │ ├─Oletx
│ │ │ │ └─Trace
│ │ │ └─System.Web.Services
│ │ │ └─System
│ │ │ ├─ComponentModel
│ │ │ └─Web
│ │ │ └─Services
│ │ │ ├─Configuration
│ │ │ ├─Description
│ │ │ ├─Diagnostics
│ │ │ ├─Discovery
│ │ │ ├─Interop
│ │ │ └─Protocols
│ │ ├─NetFx35
│ │ │ ├─System.IO.Log
│ │ │ │ └─System
│ │ │ │ └─IO
│ │ │ │ └─Log
│ │ │ ├─System.ServiceModel.Web
│ │ │ │ └─System
│ │ │ │ └─ServiceModel
│ │ │ │ ├─Activation
│ │ │ │ ├─Channels
│ │ │ │ ├─Configuration
│ │ │ │ ├─Description
│ │ │ │ ├─Dispatcher
│ │ │ │ └─Web
│ │ │ └─System.WorkflowServices
│ │ │ └─System
│ │ │ ├─ServiceModel
│ │ │ │ ├─Activation
│ │ │ │ ├─Activities
│ │ │ │ │ └─Description
│ │ │ │ ├─Configuration
│ │ │ │ ├─Description
│ │ │ │ ├─Dispatcher
│ │ │ │ ├─Persistence
│ │ │ │ └─Security
│ │ │ └─Workflow
│ │ │ ├─Activities
│ │ │ │ └─Design
│ │ │ ├─ComponentModel
│ │ │ │ └─Design
│ │ │ └─Runtime
│ │ │ └─Hosting
│ │ ├─NetFx40
│ │ │ ├─System.Activities
│ │ │ │ ├─Microsoft
│ │ │ │ │ ├─CSharp
│ │ │ │ │ │ └─Activities
│ │ │ │ │ └─VisualBasic
│ │ │ │ │ └─Activities
│ │ │ │ │ └─XamlIntegration
│ │ │ │ └─System
│ │ │ │ └─Activities
│ │ │ │ ├─Debugger
│ │ │ │ │ └─Symbol
│ │ │ │ ├─DurableInstancing
│ │ │ │ ├─DynamicUpdate
│ │ │ │ ├─ExpressionParser
│ │ │ │ ├─Expressions
│ │ │ │ ├─Hosting
│ │ │ │ ├─Runtime
│ │ │ │ ├─Statements
│ │ │ │ │ └─Tracking
│ │ │ │ ├─Tracking
│ │ │ │ ├─Validation
│ │ │ │ └─XamlIntegration
│ │ │ ├─System.Activities.DurableInstancing
│ │ │ │ └─System
│ │ │ │ └─Activities
│ │ │ │ └─DurableInstancing
│ │ │ ├─System.Runtime.DurableInstancing
│ │ │ │ └─System
│ │ │ │ └─Runtime
│ │ │ │ └─DurableInstancing
│ │ │ ├─System.ServiceModel.Activities
│ │ │ │ └─System
│ │ │ │ └─ServiceModel
│ │ │ │ ├─Activities
│ │ │ │ │ ├─Configuration
│ │ │ │ │ ├─Description
│ │ │ │ │ ├─Diagnostics
│ │ │ │ │ ├─Dispatcher
│ │ │ │ │ └─Tracking
│ │ │ │ │ └─Configuration
│ │ │ │ └─XamlIntegration
│ │ │ ├─System.ServiceModel.Channels
│ │ │ │ └─System
│ │ │ │ └─ServiceModel
│ │ │ │ ├─Channels
│ │ │ │ └─Configuration
│ │ │ ├─System.ServiceModel.Discovery
│ │ │ │ └─System
│ │ │ │ └─ServiceModel
│ │ │ │ ├─Channels
│ │ │ │ └─Discovery
│ │ │ │ ├─Configuration
│ │ │ │ ├─Version11
│ │ │ │ ├─VersionApril2005
│ │ │ │ └─VersionCD1
│ │ │ ├─System.ServiceModel.Routing
│ │ │ │ └─System
│ │ │ │ └─ServiceModel
│ │ │ │ ├─Channels
│ │ │ │ ├─Dispatcher
│ │ │ │ └─Routing
│ │ │ │ └─Configuration
│ │ │ ├─System.Xaml.Hosting
│ │ │ │ └─System
│ │ │ │ └─Xaml
│ │ │ │ └─Hosting
│ │ │ │ └─Configuration
│ │ │ ├─Tools
│ │ │ │ ├─Microsoft.Tools.Common
│ │ │ │ │ └─Microsoft
│ │ │ │ │ ├─Activities
│ │ │ │ │ │ └─Presentation
│ │ │ │ │ │ └─Xaml
│ │ │ │ │ └─Tools
│ │ │ │ │ └─Common
│ │ │ │ ├─System.Activities.Core.Presentation
│ │ │ │ │ └─System
│ │ │ │ │ ├─Activities
│ │ │ │ │ │ ├─Core
│ │ │ │ │ │ │ └─Presentation
│ │ │ │ │ │ │ ├─Factories
│ │ │ │ │ │ │ └─Themes
│ │ │ │ │ │ └─Presentation
│ │ │ │ │ └─ServiceModel
│ │ │ │ │ ├─Activities
│ │ │ │ │ │ └─Presentation
│ │ │ │ │ │ ├─Converters
│ │ │ │ │ │ └─Factories
│ │ │ │ │ └─Presentation
│ │ │ │ └─System.Activities.Presentation
│ │ │ │ ├─Microsoft
│ │ │ │ │ └─Activities
│ │ │ │ │ └─Presentation
│ │ │ │ └─System
│ │ │ │ └─Activities
│ │ │ │ └─Presentation
│ │ │ │ ├─Annotations
│ │ │ │ ├─Base
│ │ │ │ │ ├─Core
│ │ │ │ │ │ ├─Internal
│ │ │ │ │ │ │ ├─Metadata
│ │ │ │ │ │ │ └─PropertyEditing
│ │ │ │ │ │ │ ├─Automation
│ │ │ │ │ │ │ ├─Editors
│ │ │ │ │ │ │ ├─FromExpression
│ │ │ │ │ │ │ │ ├─Diagnostics
│ │ │ │ │ │ │ │ └─Framework
│ │ │ │ │ │ │ │ ├─Controls
│ │ │ │ │ │ │ │ ├─Data
│ │ │ │ │ │ │ │ ├─PropertyInspector
│ │ │ │ │ │ │ │ ├─UserInterface
│ │ │ │ │ │ │ │ └─ValueEditors
│ │ │ │ │ │ │ ├─Metadata
│ │ │ │ │ │ │ ├─Model
│ │ │ │ │ │ │ ├─Resources
│ │ │ │ │ │ │ ├─Selection
│ │ │ │ │ │ │ ├─State
│ │ │ │ │ │ │ └─Views
│ │ │ │ │ │ ├─Metadata
│ │ │ │ │ │ ├─Properties
│ │ │ │ │ │ └─PropertyEditing
│ │ │ │ │ ├─Documents
│ │ │ │ │ ├─Interaction
│ │ │ │ │ │ ├─Model
│ │ │ │ │ │ └─Services
│ │ │ │ │ └─Shared
│ │ │ │ │ └─Internal
│ │ │ │ ├─Converters
│ │ │ │ ├─Debugger
│ │ │ │ ├─Expressions
│ │ │ │ ├─FreeFormEditing
│ │ │ │ ├─Hosting
│ │ │ │ ├─Metadata
│ │ │ │ ├─MiniMap
│ │ │ │ ├─Model
│ │ │ │ ├─PropertyEditing
│ │ │ │ ├─SQM
│ │ │ │ ├─Toolbox
│ │ │ │ ├─Utility
│ │ │ │ ├─Validation
│ │ │ │ ├─View
│ │ │ │ │ ├─OutlineView
│ │ │ │ │ └─TreeView
│ │ │ │ ├─ViewState
│ │ │ │ └─Xaml
│ │ │ └─XamlBuildTask
│ │ │ ├─Microsoft
│ │ │ │ ├─Build
│ │ │ │ │ └─Tasks
│ │ │ │ │ └─Xaml
│ │ │ │ └─VisualStudio
│ │ │ │ └─Activities
│ │ │ └─Properties
│ │ ├─System.ServiceModel.Internals
│ │ │ └─System
│ │ │ └─Runtime
│ │ │ ├─Collections
│ │ │ ├─Diagnostics
│ │ │ └─Interop
│ │ ├─WCF
│ │ │ ├─IdentityModel
│ │ │ │ └─System
│ │ │ │ ├─IdentityModel
│ │ │ │ │ ├─Claims
│ │ │ │ │ ├─Configuration
│ │ │ │ │ ├─Diagnostics
│ │ │ │ │ ├─Metadata
│ │ │ │ │ ├─Policy
│ │ │ │ │ ├─Protocols
│ │ │ │ │ │ ├─WSFederation
│ │ │ │ │ │ └─WSTrust
│ │ │ │ │ ├─Selectors
│ │ │ │ │ └─Tokens
│ │ │ │ └─ServiceModel
│ │ │ │ └─Security
│ │ │ │ └─Tokens
│ │ │ ├─infocard
│ │ │ │ ├─Client
│ │ │ │ │ └─System
│ │ │ │ │ └─IdentityModel
│ │ │ │ │ └─Selectors
│ │ │ │ ├─common
│ │ │ │ │ └─managed
│ │ │ │ └─Diagnostics
│ │ │ │ └─Managed
│ │ │ │ └─Microsoft
│ │ │ │ └─InfoCards
│ │ │ │ └─Diagnostics
│ │ │ ├─InfoCardClient
│ │ │ ├─Serialization
│ │ │ │ └─System
│ │ │ │ ├─Runtime
│ │ │ │ │ └─Serialization
│ │ │ │ │ ├─Configuration
│ │ │ │ │ ├─Diagnostics
│ │ │ │ │ └─Json
│ │ │ │ ├─Text
│ │ │ │ └─Xml
│ │ │ ├─ServiceModel
│ │ │ │ └─System
│ │ │ │ ├─Collections
│ │ │ │ │ └─ObjectModel
│ │ │ │ └─ServiceModel
│ │ │ │ ├─Activation
│ │ │ │ │ └─Configuration
│ │ │ │ ├─Administration
│ │ │ │ ├─Channels
│ │ │ │ ├─ComIntegration
│ │ │ │ ├─Configuration
│ │ │ │ ├─Description
│ │ │ │ ├─Diagnostics
│ │ │ │ ├─Dispatcher
│ │ │ │ ├─MsmqIntegration
│ │ │ │ ├─PeerResolvers
│ │ │ │ ├─Security
│ │ │ │ │ └─Tokens
│ │ │ │ ├─Syndication
│ │ │ │ ├─Transactions
│ │ │ │ └─XamlIntegration
│ │ │ ├─SMDiagnostics
│ │ │ │ └─System
│ │ │ │ └─ServiceModel
│ │ │ │ └─Diagnostics
│ │ │ ├─SMSvcHost
│ │ │ │ └─System
│ │ │ │ └─ServiceModel
│ │ │ │ └─Activation
│ │ │ │ └─Diagnostics
│ │ │ ├─System.ServiceModel.Activation
│ │ │ │ └─System
│ │ │ │ └─ServiceModel
│ │ │ │ ├─Activation
│ │ │ │ │ ├─Configuration
│ │ │ │ │ ├─Diagnostics
│ │ │ │ │ └─Interop
│ │ │ │ ├─Activities
│ │ │ │ │ └─Activation
│ │ │ │ └─Channels
│ │ │ ├─Tools
│ │ │ │ ├─comsvcutil
│ │ │ │ ├─svcutil
│ │ │ │ ├─WcfCommonResStrings
│ │ │ │ └─WSATConfig
│ │ │ │ ├─CommandLine
│ │ │ │ └─Configuration
│ │ │ └─WasHosting
│ │ │ └─System
│ │ │ └─ServiceModel
│ │ │ └─WasHosting
│ │ └─WF
│ │ ├─Activities
│ │ │ ├─Common
│ │ │ ├─Designers
│ │ │ ├─Executors
│ │ │ ├─LocalService
│ │ │ ├─Role
│ │ │ └─Rules
│ │ │ ├─Design
│ │ │ │ └─Dialogs
│ │ │ └─Parser
│ │ ├─Common
│ │ │ ├─AuthoringOM
│ │ │ │ ├─Behaviors
│ │ │ │ ├─Compiler
│ │ │ │ │ ├─CodeGeneration
│ │ │ │ │ ├─TypeSystem
│ │ │ │ │ └─Validation
│ │ │ │ ├─Design
│ │ │ │ │ ├─Dialogs
│ │ │ │ │ ├─Glyphs
│ │ │ │ │ └─MessageFilters
│ │ │ │ ├─Filters
│ │ │ │ └─Serializer
│ │ │ └─Shared
│ │ └─RunTime
│ │ ├─Configuration
│ │ ├─DebugEngine
│ │ ├─Hosting
│ │ ├─System
│ │ │ └─Activities
│ │ │ ├─Statements
│ │ │ └─Tracking
│ │ └─Tracking
│ ├─clr
│ │ └─src
│ │ ├─BCL
│ │ │ ├─Microsoft
│ │ │ │ └─Win32
│ │ │ │ └─SafeHandles
│ │ │ └─System
│ │ │ ├─Collections
│ │ │ │ ├─Concurrent
│ │ │ │ ├─Generic
│ │ │ │ └─ObjectModel
│ │ │ ├─Configuration
│ │ │ │ └─Assemblies
│ │ │ ├─Deployment
│ │ │ ├─Diagnostics
│ │ │ │ ├─CodeAnalysis
│ │ │ │ ├─Contracts
│ │ │ │ ├─Eventing
│ │ │ │ └─SymbolStore
│ │ │ ├─Globalization
│ │ │ ├─IO
│ │ │ │ └─IsolatedStorage
│ │ │ ├─Reflection
│ │ │ │ └─Emit
│ │ │ ├─Resources
│ │ │ ├─Runtime
│ │ │ │ ├─CompilerServices
│ │ │ │ ├─DesignerServices
│ │ │ │ ├─ExceptionServices
│ │ │ │ ├─InteropServices
│ │ │ │ │ ├─ComTypes
│ │ │ │ │ ├─expando
│ │ │ │ │ ├─TCEAdapterGen
│ │ │ │ │ └─WindowsRuntime
│ │ │ │ ├─Reliability
│ │ │ │ ├─Remoting
│ │ │ │ ├─Serialization
│ │ │ │ │ └─Formatters
│ │ │ │ │ └─Binary
│ │ │ │ └─Versioning
│ │ │ ├─Security
│ │ │ │ ├─AccessControl
│ │ │ │ ├─Claims
│ │ │ │ ├─Cryptography
│ │ │ │ │ └─X509Certificates
│ │ │ │ ├─Permissions
│ │ │ │ ├─Policy
│ │ │ │ ├─Principal
│ │ │ │ └─Util
│ │ │ ├─Text
│ │ │ └─Threading
│ │ │ └─Tasks
│ │ ├─inc
│ │ └─ManagedLibraries
│ │ ├─Remoting
│ │ │ ├─Channels
│ │ │ │ ├─CORE
│ │ │ │ ├─HTTP
│ │ │ │ ├─IPC
│ │ │ │ ├─Sinks
│ │ │ │ └─TCP
│ │ │ ├─maindll
│ │ │ ├─MetaData
│ │ │ └─Services
│ │ └─Security
│ │ └─System
│ │ └─Security
│ │ ├─Cryptography
│ │ │ ├─Pkcs
│ │ │ ├─X509
│ │ │ └─Xml
│ │ └─permissions
│ └─fx
│ └─src
│ ├─AddIn
│ │ ├─AddIn
│ │ │ ├─misc
│ │ │ └─System
│ │ │ └─Addin
│ │ │ ├─Hosting
│ │ │ │ └─Store
│ │ │ ├─MiniReflection
│ │ │ │ └─MetadataReader
│ │ │ └─Pipeline
│ │ └─Contract
│ │ └─System
│ │ └─AddIn
│ │ └─Contract
│ ├─BID
│ │ └─INC
│ │ └─CS
│ ├─Caching
│ │ ├─Properties
│ │ ├─Resources
│ │ └─System
│ │ └─Caching
│ │ ├─Configuration
│ │ └─Hosting
│ ├─CommonUI
│ │ └─System
│ │ └─Drawing
│ │ ├─Advanced
│ │ ├─Configuration
│ │ ├─Design
│ │ └─Printing
│ ├─CompMod
│ │ ├─Microsoft
│ │ │ ├─CSharp
│ │ │ ├─VisualBasic
│ │ │ └─Win32
│ │ │ └─SafeHandles
│ │ └─System
│ │ ├─CodeDOM
│ │ │ └─Compiler
│ │ ├─Collections
│ │ │ ├─Generic
│ │ │ ├─ObjectModel
│ │ │ └─Specialized
│ │ ├─ComponentModel
│ │ │ └─Design
│ │ │ └─Serialization
│ │ ├─Configuration
│ │ ├─Diagnostics
│ │ ├─Runtime
│ │ │ └─InteropServices
│ │ │ └─ComTypes
│ │ ├─Security
│ │ │ └─Permissions
│ │ └─Threading
│ ├─Configuration
│ │ ├─Microsoft
│ │ │ └─Win32
│ │ └─System
│ │ └─Configuration
│ │ └─Internal
│ ├─Core
│ │ ├─Microsoft
│ │ │ ├─Scripting
│ │ │ │ ├─Actions
│ │ │ │ ├─Ast
│ │ │ │ ├─Compiler
│ │ │ │ └─Utils
│ │ │ └─Win32
│ │ │ └─SafeHandles
│ │ ├─misc
│ │ └─System
│ │ ├─Collections
│ │ │ └─Generic
│ │ ├─Diagnostics
│ │ │ ├─Eventing
│ │ │ │ └─Reader
│ │ │ └─PerformanceData
│ │ ├─IO
│ │ │ ├─MemoryMappedFiles
│ │ │ └─Pipes
│ │ ├─Linq
│ │ │ ├─Expressions
│ │ │ └─Parallel
│ │ │ ├─Channels
│ │ │ ├─Enumerables
│ │ │ ├─Merging
│ │ │ ├─Partitioning
│ │ │ ├─QueryOperators
│ │ │ │ ├─Binary
│ │ │ │ ├─Inlined
│ │ │ │ ├─Options
│ │ │ │ └─Unary
│ │ │ ├─Scheduling
│ │ │ └─Utils
│ │ ├─Management
│ │ │ └─Automation
│ │ ├─Runtime
│ │ │ ├─CompilerServices
│ │ │ └─InteropServices
│ │ ├─Security
│ │ │ └─Cryptography
│ │ │ ├─X509Certificates
│ │ │ └─Xml
│ │ └─Threading
│ │ ├─ReaderWriterLockSlim
│ │ └─Tasks
│ ├─Data
│ │ ├─FxCopSuppressions
│ │ ├─Microsoft
│ │ │ └─SqlServer
│ │ │ └─Server
│ │ ├─native
│ │ │ ├─bidinit
│ │ │ │ └─src
│ │ │ ├─managedwrapper
│ │ │ └─sni
│ │ │ ├─include
│ │ │ ├─nlregc
│ │ │ └─src
│ │ └─System
│ │ ├─Data
│ │ │ ├─CodeGen
│ │ │ ├─Common
│ │ │ │ └─SQLTypes
│ │ │ ├─Filter
│ │ │ ├─Odbc
│ │ │ ├─OleDb
│ │ │ ├─ProviderBase
│ │ │ ├─Sql
│ │ │ ├─SqlClient
│ │ │ └─SQLTypes
│ │ └─NewXml
│ ├─DataEntity
│ │ └─System
│ │ └─Data
│ │ ├─Common
│ │ │ ├─CommandTrees
│ │ │ │ ├─ExpressionBuilder
│ │ │ │ │ ├─Internal
│ │ │ │ │ └─Spatial
│ │ │ │ └─Internal
│ │ │ ├─EntitySql
│ │ │ │ └─AST
│ │ │ ├─internal
│ │ │ │ └─materialization
│ │ │ ├─QueryCache
│ │ │ └─Utils
│ │ │ └─Boolean
│ │ ├─EntityClient
│ │ ├─EntityModel
│ │ │ └─SchemaObjectModel
│ │ ├─Mapping
│ │ │ ├─Update
│ │ │ │ └─Internal
│ │ │ └─ViewGeneration
│ │ │ ├─CqlGeneration
│ │ │ ├─QueryRewriting
│ │ │ ├─Structures
│ │ │ ├─Utils
│ │ │ └─Validation
│ │ ├─Metadata
│ │ │ ├─Edm
│ │ │ │ └─Provider
│ │ │ └─ObjectLayer
│ │ ├─Objects
│ │ │ ├─DataClasses
│ │ │ ├─ELinq
│ │ │ ├─Internal
│ │ │ └─SqlClient
│ │ ├─Query
│ │ │ ├─InternalTrees
│ │ │ ├─PlanCompiler
│ │ │ └─ResultAssembly
│ │ ├─Spatial
│ │ │ └─Internal
│ │ └─SqlClient
│ │ └─SqlGen
│ ├─DataEntityDesign
│ │ └─Design
│ │ └─System
│ │ └─Data
│ │ ├─Entity
│ │ │ └─Design
│ │ │ ├─AspNet
│ │ │ ├─Common
│ │ │ ├─EntityStoreSchemaGenerator
│ │ │ ├─EntityViewGeneration
│ │ │ ├─PluralizationService
│ │ │ └─SSDLGenerator
│ │ └─EntityModel
│ │ └─Emitters
│ ├─DataSet
│ │ └─System
│ │ └─Data
│ ├─DataWeb
│ │ ├─Client
│ │ │ └─System
│ │ │ └─Data
│ │ │ └─Services
│ │ │ └─Client
│ │ │ ├─ALinq
│ │ │ ├─Binding
│ │ │ ├─Epm
│ │ │ └─Xml
│ │ ├─Design
│ │ │ └─system
│ │ │ └─Data
│ │ │ ├─Common
│ │ │ │ └─Utils
│ │ │ ├─Entity
│ │ │ │ └─Design
│ │ │ │ ├─Common
│ │ │ │ └─SSDLGenerator
│ │ │ ├─EntityModel
│ │ │ │ └─Emitters
│ │ │ ├─Metadata
│ │ │ │ └─Edm
│ │ │ └─Services
│ │ │ └─Design
│ │ │ └─Xml
│ │ └─Server
│ │ └─System
│ │ └─Data
│ │ └─Services
│ │ ├─Caching
│ │ ├─Configuration
│ │ ├─Epm
│ │ ├─Internal
│ │ ├─OpenTypes
│ │ ├─Parsing
│ │ ├─Providers
│ │ └─Serializers
│ ├─DataWebControls
│ │ └─System
│ │ └─Data
│ │ └─WebControls
│ ├─DataWebControlsDesign
│ │ ├─Properties
│ │ └─System
│ │ └─Data
│ │ └─WebControls
│ │ └─Design
│ │ └─Util
│ ├─DLinq
│ │ ├─DbmlShared
│ │ └─Dlinq
│ │ ├─Mapping
│ │ ├─Properties
│ │ ├─provider
│ │ └─SqlClient
│ │ ├─Common
│ │ ├─Query
│ │ └─Reader
│ ├─Misc
│ │ └─GDI
│ ├─MIT
│ │ └─System
│ │ └─Web
│ │ ├─Mobile
│ │ └─UI
│ │ └─MobileControls
│ │ ├─Adapters
│ │ │ └─XhtmlAdapters
│ │ └─Design
│ │ ├─Adapters
│ │ ├─Converters
│ │ └─Util
│ ├─Net
│ │ └─System
│ │ └─Net
│ │ ├─Cache
│ │ ├─Configuration
│ │ ├─Mail
│ │ ├─NetworkInformation
│ │ ├─SecureProtocols
│ │ ├─Sockets
│ │ └─WebSockets
│ ├─Numerics
│ │ └─System
│ │ └─Numerics
│ ├─Regex
│ │ └─System
│ │ └─Text
│ │ └─RegularExpressions
│ ├─security
│ │ └─system
│ │ └─security
│ │ ├─authentication
│ │ │ └─ExtendedProtection
│ │ │ └─configuration
│ │ ├─claims
│ │ ├─cryptography
│ │ │ └─x509
│ │ └─permissions
│ ├─Services
│ │ ├─IO
│ │ │ └─System
│ │ │ └─IO
│ │ ├─Monitoring
│ │ │ └─system
│ │ │ └─Diagnosticts
│ │ └─Timers
│ │ └─System
│ │ └─Timers
│ ├─Sys
│ │ ├─misc
│ │ └─System
│ │ ├─Collections
│ │ │ └─Concurrent
│ │ ├─Configuration
│ │ │ ├─Internal
│ │ │ └─Sections
│ │ ├─Diagnostics
│ │ │ └─CodeAnalysis
│ │ ├─IO
│ │ │ ├─compression
│ │ │ └─Ports
│ │ ├─Media
│ │ ├─Reflection
│ │ ├─Runtime
│ │ │ ├─InteropServices
│ │ │ └─Versioning
│ │ ├─Security
│ │ │ └─AccessControl
│ │ ├─Threading
│ │ └─Windows
│ │ ├─input
│ │ └─Markup
│ ├─SystemNet
│ │ └─Net
│ │ └─PeerToPeer
│ │ └─Collaboration
│ ├─WinForms
│ │ └─Managed
│ │ └─System
│ │ ├─Resources
│ │ └─WinForms
│ │ ├─ButtonInternal
│ │ ├─ComponentModel
│ │ │ └─COM2Interop
│ │ ├─Design
│ │ ├─GDI
│ │ ├─Layout
│ │ ├─Printing
│ │ ├─PropertyGridInternal
│ │ └─VisualStyles
│ ├─Wmi
│ │ └─managed
│ │ └─System
│ │ └─Management
│ │ ├─Instrumentation
│ │ └─InteropClasses
│ ├─XLinq
│ │ └─System
│ │ └─Xml
│ │ └─Linq
│ ├─Xml
│ │ └─System
│ │ └─Xml
│ │ ├─Assembly
│ │ ├─BinaryXml
│ │ ├─Cache
│ │ ├─Core
│ │ ├─Dom
│ │ ├─Resolvers
│ │ ├─schema
│ │ │ └─Inference
│ │ ├─Serialization
│ │ │ ├─Advanced
│ │ │ └─Configuration
│ │ ├─XPath
│ │ │ └─Internal
│ │ └─Xslt
│ ├─XmlUtils
│ │ └─System
│ │ └─Xml
│ │ └─Xsl
│ │ ├─IlGen
│ │ ├─QIL
│ │ ├─Runtime
│ │ ├─XPath
│ │ ├─Xslt
│ │ └─XsltOld
│ └─xsp
│ └─System
│ ├─ApplicationServices
│ │ ├─Configuration
│ │ ├─Hosting
│ │ ├─Properties
│ │ ├─Security
│ │ └─Util
│ ├─DataAnnotations
│ │ ├─DataAnnotations
│ │ │ └─Schema
│ │ ├─Properties
│ │ └─Resources
│ ├─DynamicData
│ │ ├─DynamicData
│ │ │ ├─ModelProviders
│ │ │ └─Util
│ │ ├─Properties
│ │ ├─Resources
│ │ └─ui
│ ├─Extensions
│ │ ├─ApplicationServices
│ │ ├─ClientServices
│ │ │ └─Providers
│ │ ├─Compilation
│ │ │ ├─WCFModel
│ │ │ └─XmlSerializer
│ │ ├─Configuration
│ │ ├─DynamicData
│ │ ├─Globalization
│ │ ├─Handlers
│ │ ├─Management
│ │ ├─Profile
│ │ ├─Properties
│ │ ├─Resources
│ │ ├─Script
│ │ │ ├─Serialization
│ │ │ └─Services
│ │ ├─Security
│ │ ├─UI
│ │ │ └─WebControls
│ │ │ └─Expressions
│ │ └─Util
│ ├─Routing
│ │ └─Properties
│ └─Web
│ ├─Abstractions
│ ├─Administration
│ ├─Cache
│ ├─Compilation
│ ├─Configuration
│ │ └─Internal
│ ├─DataAccess
│ ├─Handlers
│ ├─Hosting
│ ├─Instrumentation
│ ├─Management
│ ├─ModelBinding
│ ├─Profile
│ ├─Properties
│ ├─Routing
│ ├─Security
│ │ ├─AntiXss
│ │ │ └─CodeCharts
│ │ └─Cryptography
│ ├─State
│ ├─ui
│ │ ├─HtmlControls
│ │ ├─WebControls
│ │ │ └─Adapters
│ │ └─WebParts
│ ├─Util
│ └─WebSockets
├─public
│ └─internal
│ └─NDP
│ └─inc
├─vb
│ ├─language
│ │ ├─compiler
│ │ │ ├─binder
│ │ │ ├─codegen
│ │ │ ├─commandline
│ │ │ ├─parser
│ │ │ ├─scanner
│ │ │ ├─semanticanalyzer
│ │ │ ├─sharedlib
│ │ │ └─symbols
│ │ ├─include
│ │ ├─shared
│ │ ├─vbhosted
│ │ │ ├─corecompiler
│ │ │ ├─include
│ │ │ ├─shared
│ │ │ └─vbhosted
│ │ │ └─workflow
│ │ └─vspackage
│ └─runtime
│ └─msvbalib
│ ├─ApplicationServices
│ ├─Devices
│ ├─FileIO
│ ├─Helpers
│ ├─Logging
│ └─MyServices
│ └─Internal
├─vscommon
│ ├─crypthash
│ └─unilib
└─wpf
├─src
│ ├─Base
│ │ ├─MS
│ │ │ └─Internal
│ │ │ ├─ComponentModel
│ │ │ ├─interop
│ │ │ ├─IO
│ │ │ │ ├─Packaging
│ │ │ │ │ └─CompoundFile
│ │ │ │ └─Zip
│ │ │ ├─Permissions
│ │ │ ├─Security
│ │ │ │ └─RightsManagement
│ │ │ └─Threading
│ │ └─System
│ │ ├─Collections
│ │ │ ├─ObjectModel
│ │ │ └─Specialized
│ │ ├─ComponentModel
│ │ ├─Diagnostics
│ │ ├─IO
│ │ │ └─Packaging
│ │ │ └─CompoundFile
│ │ ├─Security
│ │ │ ├─permissions
│ │ │ └─RightsManagement
│ │ └─Windows
│ │ ├─Converters
│ │ │ └─Generated
│ │ ├─Data
│ │ ├─Generated
│ │ ├─Input
│ │ ├─Interop
│ │ ├─Markup
│ │ │ └─Primitives
│ │ ├─Media
│ │ │ ├─Converters
│ │ │ │ └─Generated
│ │ │ └─Generated
│ │ └─Threading
│ ├─BuildTasks
│ │ ├─Microsoft
│ │ │ └─Build
│ │ │ └─Tasks
│ │ │ └─Windows
│ │ └─MS
│ │ └─Internal
│ │ ├─Localization
│ │ ├─MarkupCompiler
│ │ ├─Shared
│ │ └─Tasks
│ ├─Core
│ │ ├─cpp
│ │ │ ├─dwritewrapper
│ │ │ └─truetypesubsetter
│ │ │ └─ttfdelta
│ │ └─CSharp
│ │ ├─MS
│ │ │ ├─Internal
│ │ │ │ ├─AppModel
│ │ │ │ ├─Automation
│ │ │ │ ├─Collections
│ │ │ │ ├─FontCache
│ │ │ │ ├─FontFace
│ │ │ │ ├─Generic
│ │ │ │ ├─Ink
│ │ │ │ │ ├─GestureRecognizer
│ │ │ │ │ └─InkSerializedFormat
│ │ │ │ ├─IO
│ │ │ │ │ └─Packaging
│ │ │ │ ├─Media
│ │ │ │ ├─Media3D
│ │ │ │ ├─Resources
│ │ │ │ ├─Shaping
│ │ │ │ └─TextFormatting
│ │ │ └─Win32
│ │ └─System
│ │ ├─IO
│ │ │ └─Packaging
│ │ └─Windows
│ │ ├─Automation
│ │ │ └─Peers
│ │ ├─Documents
│ │ ├─Generated
│ │ ├─Ink
│ │ ├─Input
│ │ │ ├─Command
│ │ │ └─Stylus
│ │ ├─InterOp
│ │ ├─Markup
│ │ ├─Media
│ │ │ ├─Animation
│ │ │ │ └─Generated
│ │ │ ├─Converters
│ │ │ │ └─Generated
│ │ │ ├─Effects
│ │ │ │ └─Generated
│ │ │ ├─Generated
│ │ │ ├─Imaging
│ │ │ │ └─Generated
│ │ │ └─textformatting
│ │ ├─Media3D
│ │ │ ├─Converters
│ │ │ │ └─Generated
│ │ │ └─Generated
│ │ ├─Navigation
│ │ └─Resources
│ ├─Framework
│ │ ├─Microsoft
│ │ │ └─Win32
│ │ ├─MS
│ │ │ ├─Internal
│ │ │ │ ├─Annotations
│ │ │ │ │ ├─Anchoring
│ │ │ │ │ ├─Component
│ │ │ │ │ └─Storage
│ │ │ │ ├─AppModel
│ │ │ │ ├─Commands
│ │ │ │ ├─Controls
│ │ │ │ │ └─StickyNote
│ │ │ │ ├─Data
│ │ │ │ ├─documents
│ │ │ │ │ └─Application
│ │ │ │ ├─Globalization
│ │ │ │ ├─Ink
│ │ │ │ ├─Interop
│ │ │ │ ├─IO
│ │ │ │ │ └─Packaging
│ │ │ │ ├─Markup
│ │ │ │ ├─Navigation
│ │ │ │ ├─permissions
│ │ │ │ ├─Printing
│ │ │ │ ├─Progressivity
│ │ │ │ ├─PtsHost
│ │ │ │ ├─PtsTable
│ │ │ │ ├─Text
│ │ │ │ └─Utility
│ │ │ └─Win32
│ │ └─System
│ │ ├─ComponentModel
│ │ └─Windows
│ │ ├─Annotations
│ │ │ └─Storage
│ │ ├─Automation
│ │ │ └─Peers
│ │ ├─Controls
│ │ │ └─Primitives
│ │ ├─Data
│ │ ├─Documents
│ │ │ ├─DocumentStructures
│ │ │ └─Serialization
│ │ ├─Generated
│ │ ├─Ink
│ │ ├─Input
│ │ │ └─Command
│ │ ├─Interop
│ │ ├─Markup
│ │ │ ├─Baml2006
│ │ │ ├─Localizer
│ │ │ └─Primitives
│ │ ├─Media
│ │ │ └─Animation
│ │ │ └─Generated
│ │ ├─Navigation
│ │ ├─Resources
│ │ ├─Shapes
│ │ ├─Shell
│ │ └─Standard
│ ├─Graphics
│ │ └─include
│ │ └─Generated
│ ├─host
│ │ ├─dll
│ │ ├─inc
│ │ ├─shared
│ │ └─shimimpl
│ ├─printing
│ │ └─cpp
│ │ ├─inc
│ │ │ └─gdiexporter
│ │ └─src
│ │ └─gdiexporter
│ ├─Shared
│ │ ├─cpp
│ │ ├─detours
│ │ ├─inc
│ │ ├─MS
│ │ │ ├─Internal
│ │ │ │ ├─commands
│ │ │ │ ├─Generated
│ │ │ │ ├─Ink
│ │ │ │ ├─IO
│ │ │ │ │ └─Packaging
│ │ │ │ │ └─CompoundFile
│ │ │ │ ├─Permissions
│ │ │ │ └─Xaml
│ │ │ │ └─Context
│ │ │ ├─Utility
│ │ │ └─Win32
│ │ ├─System
│ │ │ └─Windows
│ │ │ ├─Ink
│ │ │ ├─Markup
│ │ │ └─Media
│ │ └─tracing
│ │ ├─managed
│ │ └─native
│ ├─Themes
│ │ ├─Aero
│ │ │ └─Microsoft
│ │ │ └─Windows
│ │ │ └─Themes
│ │ ├─Classic
│ │ │ └─Microsoft
│ │ │ └─Windows
│ │ │ └─Themes
│ │ ├─Luna
│ │ │ └─Microsoft
│ │ │ └─Windows
│ │ │ └─Themes
│ │ ├─Royale
│ │ │ └─Microsoft
│ │ │ └─Windows
│ │ │ └─Themes
│ │ └─Shared
│ │ └─Microsoft
│ │ └─Windows
│ │ └─Themes
│ └─UIAutomation
│ ├─UIAutomationClient
│ │ ├─MS
│ │ │ ├─Internal
│ │ │ │ └─Automation
│ │ │ └─Win32
│ │ └─System
│ │ └─Windows
│ │ └─Automation
│ │ └─Text
│ └─Win32Providers
│ └─MS
│ ├─Internal
│ │ └─AutomationProxies
│ └─Win32
└─Test
└─Common
└─FxCop
└─Suppression
├─Aero
├─Base
├─Build
├─Classic
├─Core
├─Framework
├─Luna
├─Royale
├─UIAClient
└─UIAClientSideProviders
下载地址
files.zip
2014-7-22 20:21
大小:125.45 KB
下载次数:72
源代码
评分
参与人数
2
金钱
+1
贡献
+1
收起
理由
jefferic
+ 1
很给力!
乔克斯
+ 1
赞一个!
查看全部评分
分享到:
QQ好友和群
QQ空间
腾讯微博
腾讯朋友
收藏
4
转播
相关帖子
•
【代码编辑器 】源代码文本编辑器ScintillaNET
•
【人脸识别】C#调用阳光人脸检测与识别二次开发包(SDK)
•
【含赠品】DataGridView控件相关示例
回复
论坛版权
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
千斤顶
显身卡
沙发
原始
发表于 2014-7-26 09:48:51
|
只看该作者
分享的不错
回复
支持
反对
使用道具
举报
显身卡
板凳
wtujoxk
发表于 2014-7-29 09:25:43
|
只看该作者
谢谢分享!!!!!!!
回复
使用道具
举报
显身卡
地板
kela20
发表于 2014-11-10 12:00:55
|
只看该作者
谢谢分享
回复
使用道具
举报
显身卡
5
#
zkb0310
发表于 2014-11-29 22:40:23
|
只看该作者
现在都没时间看源代码,纠结
回复
支持
反对
使用道具
举报
显身卡
6
#
971790945
发表于 2014-11-30 20:21:32
|
只看该作者
已经下有了,来顶
回复
支持
反对
使用道具
举报
显身卡
7
#
theuskty
发表于 2014-12-15 20:39:14
|
只看该作者
现在都没时间看源代码,纠结
回复
支持
反对
使用道具
举报
显身卡
8
#
spirit
发表于 2014-12-16 10:17:15
|
只看该作者
谢谢分享!
回复
使用道具
举报
显身卡
9
#
jefferic
发表于 2014-12-16 20:27:23
|
只看该作者
很不错,赞一个
回复
支持
反对
使用道具
举报
显身卡
10
#
span
发表于 2015-1-7 02:36:33
|
只看该作者
不错 支持一个
回复
支持
反对
使用道具
举报
显身卡
下一页 »
1
2
3
4
5
6
/ 6 页
下一页
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
加入CSkin博客
本版积分规则
发表回复
回帖并转播
回帖后跳转到最后一页
快速回复
返回顶部
返回列表