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
- HtmlInputImage.cs
- UInt32.cs
- InternalTransaction.cs
- ChangePassword.cs
- WebRequestModuleElement.cs
- CacheAxisQuery.cs
- ConfigXmlSignificantWhitespace.cs
- LoadedOrUnloadedOperation.cs
- Vector3DAnimation.cs
- LiteralDesigner.cs
- StackOverflowException.cs
- SafeFileMapViewHandle.cs
- EllipseGeometry.cs
- DataSourceXmlTextReader.cs
- ColorContext.cs
- XmlDictionaryReader.cs
- MachineSettingsSection.cs
- cryptoapiTransform.cs
- CancellationHandlerDesigner.cs
- SoapTransportImporter.cs
- DeferredReference.cs
- ColorPalette.cs
- Int32Rect.cs
- ItemTypeToolStripMenuItem.cs
- ACL.cs
- RegexCapture.cs
- DocumentEventArgs.cs
- SocketInformation.cs
- ProviderCollection.cs
- BamlRecords.cs
- WSDualHttpSecurity.cs
- DateTimeConstantAttribute.cs
- ServiceModelPerformanceCounters.cs
- SingleObjectCollection.cs
- PipelineModuleStepContainer.cs
- RTLAwareMessageBox.cs
- RegexCode.cs
- TextServicesCompartmentContext.cs
- Permission.cs
- ItemContainerGenerator.cs
- LinqDataView.cs
- FakeModelPropertyImpl.cs
- CharacterBufferReference.cs
- CompensationDesigner.cs
- HttpListenerElement.cs
- WmlLinkAdapter.cs
- PeerNearMe.cs
- CustomTypeDescriptor.cs
- RunClient.cs
- recordstate.cs
- DbProviderManifest.cs
- X509SecurityTokenAuthenticator.cs
- PointConverter.cs
- WmpBitmapEncoder.cs
- brushes.cs
- OleDbMetaDataFactory.cs
- CheckBoxRenderer.cs
- ProcessRequestArgs.cs
- TempFiles.cs
- ReachDocumentReferenceSerializer.cs
- BlurBitmapEffect.cs
- DesignerDataColumn.cs
- EntityDataSourceColumn.cs
- MdiWindowListItemConverter.cs
- LinqDataSourceInsertEventArgs.cs
- CodeMemberField.cs
- XamlGridLengthSerializer.cs
- GZipDecoder.cs
- RegexTree.cs
- ToolboxBitmapAttribute.cs
- AxWrapperGen.cs
- InteropAutomationProvider.cs
- ColumnResult.cs
- FormsAuthenticationEventArgs.cs
- PerformanceCounterManager.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- AtlasWeb.Designer.cs
- ServiceNameCollection.cs
- PageMediaType.cs
- Rule.cs
- figurelength.cs
- FlowDocumentReaderAutomationPeer.cs
- MobileControlsSectionHelper.cs
- HttpModulesSection.cs
- SynchronizationValidator.cs
- XmlDownloadManager.cs
- HyperLinkStyle.cs
- SelectorItemAutomationPeer.cs
- ListViewDeleteEventArgs.cs
- StructuredCompositeActivityDesigner.cs
- ObfuscateAssemblyAttribute.cs
- MemberExpression.cs
- UpdatableGenericsFeature.cs
- NativeBuffer.cs
- DataStorage.cs
- TimeManager.cs
- InvalidAsynchronousStateException.cs
- GridItemPatternIdentifiers.cs
- HebrewCalendar.cs
- IdentityModelDictionary.cs