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
- DispatcherHooks.cs
- HtmlUtf8RawTextWriter.cs
- TemplateXamlParser.cs
- ActivityStatusChangeEventArgs.cs
- PageCatalogPart.cs
- FormViewRow.cs
- IssuedTokenParametersEndpointAddressElement.cs
- AdPostCacheSubstitution.cs
- RegexTypeEditor.cs
- VersionPair.cs
- TextAutomationPeer.cs
- BypassElementCollection.cs
- DelegateSerializationHolder.cs
- DataComponentGenerator.cs
- QilStrConcat.cs
- wmiprovider.cs
- IconBitmapDecoder.cs
- IPPacketInformation.cs
- CompilerTypeWithParams.cs
- ErrorTableItemStyle.cs
- WaitForChangedResult.cs
- Composition.cs
- Imaging.cs
- XmlSchemaExporter.cs
- CheckBoxStandardAdapter.cs
- BufferedWebEventProvider.cs
- ConnectionConsumerAttribute.cs
- WebSysDisplayNameAttribute.cs
- TextInfo.cs
- MappingSource.cs
- StateInitializationDesigner.cs
- TextAdaptor.cs
- CreateUserErrorEventArgs.cs
- FixedBufferAttribute.cs
- VirtualPathProvider.cs
- HttpCookie.cs
- HatchBrush.cs
- TraceEventCache.cs
- PolicyStatement.cs
- ThemeInfoAttribute.cs
- WindowsClientCredential.cs
- HttpCachePolicyElement.cs
- XamlSerializer.cs
- PeerObject.cs
- webbrowsersite.cs
- NotifyIcon.cs
- ISAPIWorkerRequest.cs
- StackBuilderSink.cs
- SR.cs
- altserialization.cs
- HttpException.cs
- BulletedListEventArgs.cs
- COM2FontConverter.cs
- FamilyTypefaceCollection.cs
- MDIControlStrip.cs
- DataSourceControl.cs
- InvokeMethodActivity.cs
- Hash.cs
- UnorderedHashRepartitionStream.cs
- ValidationPropertyAttribute.cs
- TransactionProtocol.cs
- FixedSOMElement.cs
- ApplicationInfo.cs
- XmlCharacterData.cs
- ToolStripMenuItem.cs
- EmbeddedMailObject.cs
- DoubleAnimation.cs
- ActivityInstanceMap.cs
- InputLangChangeEvent.cs
- VersionPair.cs
- ValidationResult.cs
- XPathDescendantIterator.cs
- DoubleAnimationUsingPath.cs
- CacheRequest.cs
- SqlPersonalizationProvider.cs
- FilterEventArgs.cs
- ArrayEditor.cs
- TrueReadOnlyCollection.cs
- CapabilitiesState.cs
- Label.cs
- Brush.cs
- TypeElement.cs
- SqlInternalConnection.cs
- Parser.cs
- DecimalFormatter.cs
- MsmqIntegrationProcessProtocolHandler.cs
- ApplicationSecurityInfo.cs
- DispatcherHooks.cs
- RayHitTestParameters.cs
- EditorPartChrome.cs
- Tuple.cs
- ResourceLoader.cs
- ValueTypeFixupInfo.cs
- XhtmlMobileTextWriter.cs
- Bezier.cs
- GridViewSortEventArgs.cs
- CheckBox.cs
- StoreAnnotationsMap.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- ColorConvertedBitmap.cs