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
- xdrvalidator.cs
- ObjectDataSourceSelectingEventArgs.cs
- DataObject.cs
- EventData.cs
- httpapplicationstate.cs
- AddInProcess.cs
- EndEvent.cs
- XsltConvert.cs
- OracleConnectionFactory.cs
- CmsUtils.cs
- ProxyRpc.cs
- AddressAccessDeniedException.cs
- XmlSecureResolver.cs
- Message.cs
- ToolStripSplitStackLayout.cs
- StringAnimationUsingKeyFrames.cs
- MenuBase.cs
- _RequestCacheProtocol.cs
- Point4DValueSerializer.cs
- CheckoutException.cs
- FormatPage.cs
- ReadOnlyState.cs
- TdsParser.cs
- ArgIterator.cs
- DSASignatureDeformatter.cs
- SyndicationElementExtension.cs
- BoolExpression.cs
- DrawingContext.cs
- XmlReflectionMember.cs
- UpdateExpressionVisitor.cs
- GestureRecognitionResult.cs
- Registry.cs
- ProtectedProviderSettings.cs
- CriticalFinalizerObject.cs
- UrlMappingsModule.cs
- Durable.cs
- PropertyDescriptorGridEntry.cs
- TableCellCollection.cs
- StructuredType.cs
- TreeWalker.cs
- TemplateBindingExtensionConverter.cs
- BufferedGraphicsContext.cs
- DesignerProperties.cs
- Timer.cs
- SqlDataSource.cs
- DataObjectFieldAttribute.cs
- MenuDesigner.cs
- FrugalMap.cs
- EraserBehavior.cs
- SiteMembershipCondition.cs
- ReadOnlyDataSourceView.cs
- XmlDesigner.cs
- ByteKeyFrameCollection.cs
- DataGridViewCheckBoxCell.cs
- TraceInternal.cs
- ReflectionUtil.cs
- CodePageUtils.cs
- EDesignUtil.cs
- DataGridViewTopRowAccessibleObject.cs
- ProfilePropertySettingsCollection.cs
- ToolStripControlHost.cs
- IntPtr.cs
- WinFormsComponentEditor.cs
- Ref.cs
- InstancePersistenceCommandException.cs
- DataGridViewUtilities.cs
- Environment.cs
- FontNameConverter.cs
- Process.cs
- dsa.cs
- Point.cs
- VirtualizingStackPanel.cs
- TextAnchor.cs
- ControlTemplate.cs
- DataGridTable.cs
- MessageQuerySet.cs
- ContainerParagraph.cs
- DeflateEmulationStream.cs
- DynamicILGenerator.cs
- TextCompositionEventArgs.cs
- SqlBulkCopyColumnMappingCollection.cs
- SafeNativeMethods.cs
- RequiredAttributeAttribute.cs
- FunctionGenerator.cs
- hebrewshape.cs
- WindowsTooltip.cs
- ObjectSpanRewriter.cs
- EntitySqlQueryState.cs
- ProcessHostServerConfig.cs
- ClockController.cs
- StructuredTypeEmitter.cs
- StringWriter.cs
- ResourceSetExpression.cs
- StateValidator.cs
- ResourceReferenceExpressionConverter.cs
- SoapFaultCodes.cs
- BooleanSwitch.cs
- SkewTransform.cs
- MessageSecurityProtocolFactory.cs
- RefreshResponseInfo.cs