Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Common / AuthoringOM / Serializer / CompositeActivityTypeDescriptorProvider.cs / 1305376 / CompositeActivityTypeDescriptorProvider.cs
namespace System.Workflow.ComponentModel.Serialization { using System; using System.CodeDom; using System.ComponentModel; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; using System.Collections; using System.Resources; using System.Workflow.ComponentModel.Design; using System.Collections.Generic; using Microsoft.CSharp; using System.Workflow.ComponentModel; using System.Workflow.ComponentModel.Compiler; using System.CodeDom.Compiler; using System.IO; using System.Reflection; using System.Diagnostics; #region CompositeActivityTypeDescriptorProvider internal class CompositeActivityTypeDescriptorProvider : TypeDescriptionProvider { public CompositeActivityTypeDescriptorProvider() : base(TypeDescriptor.GetProvider(typeof(CompositeActivity))) { } public override ICustomTypeDescriptor GetTypeDescriptor(Type objectType, object instance) { ICustomTypeDescriptor realTypeDescriptor = base.GetTypeDescriptor(objectType, instance); return new CompositeActivityTypeDescriptor(realTypeDescriptor); } } #endregion } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebConfigurationManager.cs
- SchemaMapping.cs
- CodeThrowExceptionStatement.cs
- DataShape.cs
- CheckBoxFlatAdapter.cs
- AttributeData.cs
- SystemWebCachingSectionGroup.cs
- CodeCommentStatement.cs
- WebScriptMetadataMessage.cs
- WebPartMinimizeVerb.cs
- XsdBuilder.cs
- ListItemsCollectionEditor.cs
- StorageScalarPropertyMapping.cs
- CreateUserErrorEventArgs.cs
- BreadCrumbTextConverter.cs
- DataRowExtensions.cs
- SmtpMail.cs
- CompleteWizardStep.cs
- CellCreator.cs
- SuppressMergeCheckAttribute.cs
- CmsUtils.cs
- TraceListeners.cs
- SingleObjectCollection.cs
- Choices.cs
- DataView.cs
- StreamDocument.cs
- EmbeddedMailObjectsCollection.cs
- Double.cs
- PopupRootAutomationPeer.cs
- RichTextBox.cs
- SapiInterop.cs
- HttpListenerContext.cs
- ResourceDictionaryCollection.cs
- TagPrefixInfo.cs
- SerializationStore.cs
- DbConnectionPoolOptions.cs
- CommandValueSerializer.cs
- ISessionStateStore.cs
- Sequence.cs
- EdmComplexTypeAttribute.cs
- SoapFormatterSinks.cs
- ControlPropertyNameConverter.cs
- RouteItem.cs
- Deflater.cs
- BinaryObjectWriter.cs
- FormsAuthenticationTicket.cs
- GradientBrush.cs
- TrailingSpaceComparer.cs
- NavigatorOutput.cs
- RemoteWebConfigurationHost.cs
- SspiWrapper.cs
- InputMethod.cs
- ExpressionBuilder.cs
- XmlSerializerFactory.cs
- LineMetrics.cs
- TextTreeUndoUnit.cs
- SerializableAttribute.cs
- CodeArrayCreateExpression.cs
- SystemWebCachingSectionGroup.cs
- UpdateExpressionVisitor.cs
- CacheRequest.cs
- _ProxyRegBlob.cs
- NavigationPropertyEmitter.cs
- QueryResult.cs
- FixedHighlight.cs
- DispatchProxy.cs
- SimpleExpression.cs
- FileChangesMonitor.cs
- DeflateStream.cs
- LambdaCompiler.Unary.cs
- ForceCopyBuildProvider.cs
- ControlTemplate.cs
- xmlsaver.cs
- SubMenuStyle.cs
- DataAccessor.cs
- validation.cs
- DeclaredTypeValidatorAttribute.cs
- DataGridTextBox.cs
- ProcessHostFactoryHelper.cs
- HttpCookiesSection.cs
- PreservationFileReader.cs
- DocumentPageTextView.cs
- SQLBinary.cs
- SafeSystemMetrics.cs
- RelationshipSet.cs
- Random.cs
- FileInfo.cs
- MethodBody.cs
- RegisteredArrayDeclaration.cs
- MsmqIntegrationReceiveParameters.cs
- DataDocumentXPathNavigator.cs
- DeferredSelectedIndexReference.cs
- ObjectDataSource.cs
- ProcessStartInfo.cs
- ContentWrapperAttribute.cs
- SortableBindingList.cs
- PageThemeCodeDomTreeGenerator.cs
- OrderedParallelQuery.cs
- DataGridItemCollection.cs
- FlowDocument.cs