Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Activities / Designers / SequenceDesigner.cs / 1305376 / SequenceDesigner.cs
namespace System.Workflow.Activities
{
using System;
using System.Text;
using System.Reflection;
using System.Collections;
using System.CodeDom;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Workflow.ComponentModel;
using System.Workflow.ComponentModel.Design;
#region Class SequenceDesigner
[ActivityDesignerTheme(typeof(SequenceDesignerTheme))]
internal class SequenceDesigner: SequentialActivityDesigner
{
}
#endregion
#region SequenceDesignerTheme
internal sealed class SequenceDesignerTheme : CompositeDesignerTheme
{
public SequenceDesignerTheme(WorkflowTheme theme)
: base(theme)
{
this.ShowDropShadow = false;
this.ConnectorStartCap = LineAnchor.None;
this.ConnectorEndCap = LineAnchor.ArrowAnchor;
this.ForeColor = Color.FromArgb(0xFF, 0x00, 0x00, 0x73);
this.BorderColor = Color.FromArgb(0xFF, 0xE0, 0xE0, 0xE0);
this.BorderStyle = DashStyle.Dash;
this.BackColorStart = Color.FromArgb(0x00, 0x00, 0x00, 0x00);
this.BackColorEnd = Color.FromArgb(0x00, 0x00, 0x00, 0x00);
}
}
#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
- XmlObjectSerializer.cs
- Light.cs
- JoinGraph.cs
- ManipulationDeltaEventArgs.cs
- XPathNodeInfoAtom.cs
- SafeMILHandle.cs
- SqlConnectionString.cs
- TableAutomationPeer.cs
- XmlSchemaComplexContentRestriction.cs
- FixedFlowMap.cs
- TimeZone.cs
- SymmetricAlgorithm.cs
- DesignerEventService.cs
- UshortList2.cs
- BitmapMetadata.cs
- LocalizableResourceBuilder.cs
- BasicHttpMessageSecurityElement.cs
- DoWhileDesigner.xaml.cs
- figurelengthconverter.cs
- XmlSchemaSearchPattern.cs
- DataMemberConverter.cs
- BinaryObjectInfo.cs
- BrowserDefinition.cs
- IconBitmapDecoder.cs
- Configuration.cs
- IsolatedStorage.cs
- ContainerControl.cs
- DataSourceConverter.cs
- TextDecoration.cs
- ThemeableAttribute.cs
- PreProcessor.cs
- SystemIPv4InterfaceProperties.cs
- COAUTHIDENTITY.cs
- PolyBezierSegment.cs
- WebPartCatalogCloseVerb.cs
- WindowsIdentity.cs
- Shape.cs
- RelationshipConverter.cs
- SettingsPropertyIsReadOnlyException.cs
- MdiWindowListItemConverter.cs
- RightsManagementUser.cs
- InputDevice.cs
- IteratorDescriptor.cs
- ToolstripProfessionalRenderer.cs
- DataBoundControl.cs
- XmlSerializerAssemblyAttribute.cs
- WindowsContainer.cs
- PersonalizationState.cs
- DataGridColumn.cs
- SerializerWriterEventHandlers.cs
- XamlSerializerUtil.cs
- ExpressionVisitor.cs
- WindowInteropHelper.cs
- XPathAxisIterator.cs
- StaticTextPointer.cs
- StylusSystemGestureEventArgs.cs
- ReadOnlyTernaryTree.cs
- QueryContinueDragEvent.cs
- StorageConditionPropertyMapping.cs
- RIPEMD160.cs
- DbRetry.cs
- DataGridViewLinkCell.cs
- MethodRental.cs
- SqlGatherConsumedAliases.cs
- FileChangesMonitor.cs
- ReturnValue.cs
- QuadraticBezierSegment.cs
- RefExpr.cs
- XmlSubtreeReader.cs
- Activator.cs
- SimpleMailWebEventProvider.cs
- TogglePattern.cs
- ContextMenuStripActionList.cs
- TypeExtensions.cs
- SerialStream.cs
- Calendar.cs
- TextEditorSelection.cs
- ProgressBarRenderer.cs
- XmlNamespaceDeclarationsAttribute.cs
- TypePresenter.xaml.cs
- XamlSerializer.cs
- XmlAttributeCollection.cs
- TextParagraphProperties.cs
- DesignerWithHeader.cs
- RetrieveVirtualItemEventArgs.cs
- grammarelement.cs
- MenuAdapter.cs
- ListItemParagraph.cs
- ConfigsHelper.cs
- ISAPIApplicationHost.cs
- SqlXml.cs
- DropTarget.cs
- AnonymousIdentificationSection.cs
- CustomErrorCollection.cs
- UserInitiatedNavigationPermission.cs
- Line.cs
- LambdaCompiler.Lambda.cs
- MsmqActivation.cs
- DelayedRegex.cs
- CanonicalFontFamilyReference.cs