Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Common / AuthoringOM / SequenceDesigner.cs / 1305376 / SequenceDesigner.cs
namespace System.Workflow.ComponentModel.Design { 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))] public 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
- DispatcherEventArgs.cs
- PersonalizationProviderCollection.cs
- CheckBoxBaseAdapter.cs
- HtmlToClrEventProxy.cs
- CallbackHandler.cs
- DataPagerFieldCommandEventArgs.cs
- CompilerInfo.cs
- Stackframe.cs
- DataGridViewAccessibleObject.cs
- ShowExpandedMultiValueConverter.cs
- BuiltInExpr.cs
- SimpleBitVector32.cs
- SignatureResourcePool.cs
- FixedFlowMap.cs
- ProcessInfo.cs
- WebBaseEventKeyComparer.cs
- DeferredReference.cs
- NetworkAddressChange.cs
- DockPattern.cs
- _IPv4Address.cs
- TemplateLookupAction.cs
- PointF.cs
- ExtractorMetadata.cs
- CommandField.cs
- AbsoluteQuery.cs
- KeySplineConverter.cs
- DefaultProfileManager.cs
- X509AsymmetricSecurityKey.cs
- TabPage.cs
- MsmqIntegrationProcessProtocolHandler.cs
- ByteStorage.cs
- SchemaInfo.cs
- MonthChangedEventArgs.cs
- TextParagraphView.cs
- XmlChildNodes.cs
- CallbackValidatorAttribute.cs
- PlatformCulture.cs
- ClientType.cs
- ErrorFormatterPage.cs
- Listbox.cs
- SessionEndedEventArgs.cs
- FigureParaClient.cs
- DataPagerCommandEventArgs.cs
- XamlPointCollectionSerializer.cs
- EntityException.cs
- ProfilePropertySettingsCollection.cs
- PropertyChange.cs
- FactoryGenerator.cs
- Assembly.cs
- SwitchElementsCollection.cs
- WaitHandleCannotBeOpenedException.cs
- Matrix.cs
- DiagnosticsConfiguration.cs
- CurrentTimeZone.cs
- DataGridViewTopRowAccessibleObject.cs
- PrintDocument.cs
- ModelTreeEnumerator.cs
- ToolStripPanel.cs
- ColorAnimation.cs
- DataBinder.cs
- LinkUtilities.cs
- PrintDialog.cs
- IncrementalReadDecoders.cs
- TimeSpanSecondsConverter.cs
- EnumConverter.cs
- DocumentViewerBaseAutomationPeer.cs
- RangeContentEnumerator.cs
- XamlParser.cs
- AttachedAnnotation.cs
- Logging.cs
- BindableTemplateBuilder.cs
- XmlElementCollection.cs
- KeyEvent.cs
- SqlFunctionAttribute.cs
- XmlNodeWriter.cs
- InputMethod.cs
- Grammar.cs
- ExtendedPropertiesHandler.cs
- RawAppCommandInputReport.cs
- SrgsItemList.cs
- DataListItemEventArgs.cs
- SpeakProgressEventArgs.cs
- DeferredBinaryDeserializerExtension.cs
- ToolboxComponentsCreatedEventArgs.cs
- ProgressiveCrcCalculatingStream.cs
- ReplyAdapterChannelListener.cs
- ProcessInputEventArgs.cs
- StatusBar.cs
- ExecutionEngineException.cs
- RC2.cs
- EmptyCollection.cs
- SQLInt16Storage.cs
- DecoderExceptionFallback.cs
- ContravarianceAdapter.cs
- XmlRootAttribute.cs
- ExpressionConverter.cs
- Point3DCollectionConverter.cs
- Rfc2898DeriveBytes.cs
- HitTestFilterBehavior.cs
- XmlAttributes.cs