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
- HttpCookie.cs
- ASCIIEncoding.cs
- PriorityItem.cs
- EditorZoneBase.cs
- GetFileNameResult.cs
- WindowsRegion.cs
- RecognizerBase.cs
- PublisherMembershipCondition.cs
- Stroke2.cs
- SqlStatistics.cs
- TransactionOptions.cs
- HistoryEventArgs.cs
- SQLInt64.cs
- DataGridViewRowConverter.cs
- TranslateTransform3D.cs
- GiveFeedbackEvent.cs
- CookieProtection.cs
- Processor.cs
- BindableAttribute.cs
- ObjectTag.cs
- HandleCollector.cs
- CaseInsensitiveOrdinalStringComparer.cs
- RequestCachePolicy.cs
- NameValueConfigurationCollection.cs
- Geometry.cs
- DebugInfoExpression.cs
- DateTimeFormatInfo.cs
- ResourceReader.cs
- HTMLTagNameToTypeMapper.cs
- ImageField.cs
- ImageList.cs
- ExtensionFile.cs
- ResXResourceSet.cs
- XmlAttribute.cs
- XsdCachingReader.cs
- InheritanceContextHelper.cs
- IteratorFilter.cs
- SQLBoolean.cs
- RowUpdatingEventArgs.cs
- HyperLinkStyle.cs
- ClosableStream.cs
- XmlChildNodes.cs
- SimpleApplicationHost.cs
- AccessibilityHelperForXpWin2k3.cs
- DoubleUtil.cs
- AssemblyBuilder.cs
- EntityProviderFactory.cs
- SchemaNamespaceManager.cs
- ControlValuePropertyAttribute.cs
- XmlSerializerNamespaces.cs
- NetworkCredential.cs
- SoundPlayer.cs
- DocumentApplicationJournalEntry.cs
- HebrewCalendar.cs
- AccessedThroughPropertyAttribute.cs
- ExpressionCopier.cs
- CacheChildrenQuery.cs
- TaiwanLunisolarCalendar.cs
- KeyConverter.cs
- TreeChangeInfo.cs
- Exceptions.cs
- PropertyToken.cs
- UpDownBaseDesigner.cs
- MeshGeometry3D.cs
- Attribute.cs
- UserControlAutomationPeer.cs
- NativeRightsManagementAPIsStructures.cs
- ModelTreeEnumerator.cs
- BitmapEffectInputData.cs
- ILGen.cs
- MessageQueueInstaller.cs
- IxmlLineInfo.cs
- SortedList.cs
- ComplexLine.cs
- BooleanKeyFrameCollection.cs
- TemplateBaseAction.cs
- DropShadowEffect.cs
- TreeViewBindingsEditor.cs
- HttpContext.cs
- BrowserDefinition.cs
- NamespaceCollection.cs
- WebPartDisplayModeEventArgs.cs
- CodeParameterDeclarationExpressionCollection.cs
- ComPersistableTypeElement.cs
- CreateInstanceBinder.cs
- filewebresponse.cs
- InputMethod.cs
- HttpCachePolicy.cs
- SizeChangedInfo.cs
- SignatureResourceHelper.cs
- ListBase.cs
- DataControlFieldCell.cs
- MediaElement.cs
- RangeValidator.cs
- COM2ColorConverter.cs
- SQLBinary.cs
- CatalogUtil.cs
- XmlConvert.cs
- XsltInput.cs
- SurrogateDataContract.cs