Code:
/ 4.0 / 4.0 / 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. 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
- ContentElement.cs
- StylusTip.cs
- SmtpClient.cs
- BindingContext.cs
- TreeNodeBindingCollection.cs
- IProvider.cs
- CSharpCodeProvider.cs
- BooleanConverter.cs
- WebPartConnectionsCancelEventArgs.cs
- XmlUrlResolver.cs
- StringFreezingAttribute.cs
- serverconfig.cs
- UnsafeNetInfoNativeMethods.cs
- ExpandSegment.cs
- StatusBarPanelClickEvent.cs
- ArraySegment.cs
- ToolbarAUtomationPeer.cs
- XPathEmptyIterator.cs
- Validator.cs
- WindowsEditBoxRange.cs
- XPathException.cs
- _KerberosClient.cs
- NetCodeGroup.cs
- RegexCompilationInfo.cs
- ListBoxDesigner.cs
- CommandID.cs
- ServiceModelConfigurationSectionGroup.cs
- XmlTextReader.cs
- TileBrush.cs
- FontFamilyIdentifier.cs
- LifetimeServices.cs
- BuildProvidersCompiler.cs
- StylusPointProperties.cs
- SQLDecimalStorage.cs
- LongMinMaxAggregationOperator.cs
- NavigationCommands.cs
- SqlFacetAttribute.cs
- InputLanguageSource.cs
- BasicExpandProvider.cs
- FixedPageProcessor.cs
- CodeRegionDirective.cs
- CreateUserWizardAutoFormat.cs
- HttpConfigurationContext.cs
- WindowsSpinner.cs
- TextOutput.cs
- LineSegment.cs
- ThousandthOfEmRealDoubles.cs
- XmlSchemaDocumentation.cs
- LinkedResource.cs
- EndOfStreamException.cs
- EventProviderClassic.cs
- Form.cs
- PathParser.cs
- CheckBoxList.cs
- ServiceRoute.cs
- WebPartConnectionCollection.cs
- DbConnectionStringBuilder.cs
- EditorPartChrome.cs
- Padding.cs
- BooleanStorage.cs
- VariableAction.cs
- TrustLevel.cs
- BaseUriHelper.cs
- DataViewSetting.cs
- HostingEnvironmentSection.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- DrawingImage.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- TypeValidationEventArgs.cs
- SQLBytes.cs
- SemaphoreFullException.cs
- BitmapEffectDrawingContextWalker.cs
- ValidationHelper.cs
- CompareValidator.cs
- ProgressBarHighlightConverter.cs
- SiblingIterators.cs
- UnmanagedMemoryStreamWrapper.cs
- XmlEntity.cs
- HwndSourceKeyboardInputSite.cs
- BitSet.cs
- TextPointerBase.cs
- _TLSstream.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- XPathEmptyIterator.cs
- StateMachineSubscriptionManager.cs
- SwitchElementsCollection.cs
- Knowncolors.cs
- RotateTransform.cs
- WindowsClaimSet.cs
- httpserverutility.cs
- SecurityResources.cs
- EnumCodeDomSerializer.cs
- TextRangeProviderWrapper.cs
- DataGridViewCellParsingEventArgs.cs
- DataObject.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- OperatorExpressions.cs
- SinglePageViewer.cs
- COM2TypeInfoProcessor.cs
- WebPartMenuStyle.cs