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
- XmlnsCache.cs
- DecimalSumAggregationOperator.cs
- PropertyDescriptorGridEntry.cs
- TypeUsage.cs
- CAGDesigner.cs
- SqlComparer.cs
- BinaryUtilClasses.cs
- HttpValueCollection.cs
- Site.cs
- RotateTransform3D.cs
- OpCodes.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- sqlinternaltransaction.cs
- Formatter.cs
- objectresult_tresulttype.cs
- FusionWrap.cs
- SettingsSavedEventArgs.cs
- CurrentChangingEventManager.cs
- Converter.cs
- Baml2006KeyRecord.cs
- FontSourceCollection.cs
- PipeStream.cs
- EntityDataSourceUtil.cs
- WindowsSpinner.cs
- NetworkInterface.cs
- Properties.cs
- HierarchicalDataBoundControl.cs
- LogicalExpr.cs
- TransformedBitmap.cs
- TreeNodeStyleCollectionEditor.cs
- ResourceContainer.cs
- Int32EqualityComparer.cs
- XmlSchemaChoice.cs
- EdmToObjectNamespaceMap.cs
- JsonUriDataContract.cs
- ImageIndexConverter.cs
- DbConnectionStringCommon.cs
- SqlExpander.cs
- WinCategoryAttribute.cs
- InitialServerConnectionReader.cs
- GeneratedContractType.cs
- ByteAnimationUsingKeyFrames.cs
- ResizeGrip.cs
- ClearCollection.cs
- TraceProvider.cs
- ComEventsInfo.cs
- DrawingContextWalker.cs
- UrlMappingCollection.cs
- ListViewItemEventArgs.cs
- UpdateCommandGenerator.cs
- BaseTreeIterator.cs
- CompilerHelpers.cs
- SessionStateContainer.cs
- StylusPointPropertyUnit.cs
- ProtocolsSection.cs
- ProcessModuleCollection.cs
- QueryStringParameter.cs
- CardSpaceException.cs
- TriggerActionCollection.cs
- XamlNamespaceHelper.cs
- DataGridViewCellParsingEventArgs.cs
- UiaCoreApi.cs
- ChangesetResponse.cs
- CustomSignedXml.cs
- ImageAttributes.cs
- MissingMemberException.cs
- FusionWrap.cs
- WebBrowserContainer.cs
- ObjRef.cs
- ImageList.cs
- TreeViewBindingsEditorForm.cs
- NumericUpDown.cs
- ScriptResourceHandler.cs
- EntityProviderFactory.cs
- Assert.cs
- QuaternionAnimation.cs
- AuthenticationModulesSection.cs
- FileDialogCustomPlace.cs
- TraceLog.cs
- RenderData.cs
- Int32Collection.cs
- InitializingNewItemEventArgs.cs
- Table.cs
- PermissionSet.cs
- httpstaticobjectscollection.cs
- CoreSwitches.cs
- XmlSchemaComplexContentRestriction.cs
- RotateTransform.cs
- TypeSystemProvider.cs
- DataTableExtensions.cs
- CommandManager.cs
- GroupQuery.cs
- safelink.cs
- RecordConverter.cs
- SQLInt64Storage.cs
- SerializableAttribute.cs
- Effect.cs
- InputScopeConverter.cs
- XPathAncestorQuery.cs
- DynamicILGenerator.cs