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
- SelectionEditingBehavior.cs
- ReflectionHelper.cs
- PictureBox.cs
- DataRowChangeEvent.cs
- Fonts.cs
- DPTypeDescriptorContext.cs
- EventListener.cs
- Int32Collection.cs
- XmlUtf8RawTextWriter.cs
- KeyValueConfigurationElement.cs
- OutputWindow.cs
- PenThreadPool.cs
- WindowVisualStateTracker.cs
- PropertyEmitter.cs
- CookieParameter.cs
- NonVisualControlAttribute.cs
- FigureHelper.cs
- CultureSpecificCharacterBufferRange.cs
- DbTransaction.cs
- RecordBuilder.cs
- DataGridViewCellStyleEditor.cs
- HelpProvider.cs
- RadioButtonList.cs
- RepeaterItemEventArgs.cs
- EntityRecordInfo.cs
- Matrix3D.cs
- Int16AnimationBase.cs
- TransformedBitmap.cs
- EntityDataSource.cs
- RoleGroup.cs
- FunctionQuery.cs
- OnOperation.cs
- PreservationFileReader.cs
- SettingsBindableAttribute.cs
- InvalidDocumentContentsException.cs
- CustomWebEventKey.cs
- GCHandleCookieTable.cs
- ChildrenQuery.cs
- DocumentPaginator.cs
- SqlGatherConsumedAliases.cs
- DesignerVerb.cs
- AutomationElementCollection.cs
- SoapClientProtocol.cs
- arclist.cs
- UnauthorizedWebPart.cs
- OptimalTextSource.cs
- SEHException.cs
- ToolStripDropDownItem.cs
- ConnectivityStatus.cs
- SizeConverter.cs
- MachineKeyValidationConverter.cs
- COM2PictureConverter.cs
- CommandValueSerializer.cs
- XamlSerializer.cs
- MapPathBasedVirtualPathProvider.cs
- EventDescriptor.cs
- WebSysDisplayNameAttribute.cs
- BuildDependencySet.cs
- ConfigsHelper.cs
- Listbox.cs
- SQLGuid.cs
- PerspectiveCamera.cs
- DataColumnMappingCollection.cs
- XPathAncestorIterator.cs
- ClientApiGenerator.cs
- DispatcherSynchronizationContext.cs
- RestHandlerFactory.cs
- StorageMappingItemCollection.cs
- AvtEvent.cs
- PolyBezierSegment.cs
- SemanticAnalyzer.cs
- FunctionParameter.cs
- CookielessHelper.cs
- RepeatButton.cs
- Type.cs
- Error.cs
- RemoteCryptoTokenProvider.cs
- BamlVersionHeader.cs
- ControlBuilderAttribute.cs
- XmlDataDocument.cs
- EventHandlerService.cs
- ToolStripItemClickedEventArgs.cs
- SortDescriptionCollection.cs
- SoapFaultCodes.cs
- InputLanguage.cs
- UnmanagedMarshal.cs
- Expression.cs
- ActivityBuilderHelper.cs
- GridView.cs
- ApplicationTrust.cs
- OrderingInfo.cs
- DataGridBoolColumn.cs
- DecimalKeyFrameCollection.cs
- RectAnimationClockResource.cs
- CapabilitiesState.cs
- PointCollection.cs
- RectangleGeometry.cs
- IteratorFilter.cs
- X509Extension.cs
- NameValueFileSectionHandler.cs