Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Common / AuthoringOM / SuspendDesigner.cs / 1305376 / SuspendDesigner.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.Design; #region Class SuspendDesigner [ActivityDesignerTheme(typeof(SuspendDesignerTheme))] internal sealed class SuspendDesigner: ActivityDesigner { } #endregion #region SuspendDesignerTheme internal sealed class SuspendDesignerTheme : ActivityDesignerTheme { public SuspendDesignerTheme(WorkflowTheme theme) : base(theme) { this.ForeColor = Color.FromArgb(0xFF, 0x00, 0x00, 0x00); this.BorderColor = Color.FromArgb(0xFF, 0xA5, 0x79, 0x73); this.BorderStyle = DashStyle.Solid; this.BackColorStart = Color.FromArgb(0xFF, 0xFF, 0xFF, 0xDF); this.BackColorEnd = Color.FromArgb(0xFF, 0xFF, 0xFF, 0x95); this.BackgroundStyle = LinearGradientMode.Horizontal; } } #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
- XmlIgnoreAttribute.cs
- ZoneIdentityPermission.cs
- Quad.cs
- PixelShader.cs
- SecurityAccessDeniedException.cs
- ToggleButton.cs
- _Semaphore.cs
- ErrorFormatter.cs
- SchemaNamespaceManager.cs
- MaterialGroup.cs
- DependencyPropertyAttribute.cs
- InstanceDataCollection.cs
- TypeGeneratedEventArgs.cs
- QilParameter.cs
- EventProviderWriter.cs
- ExpressionBindings.cs
- DataSourceCache.cs
- Parser.cs
- NameService.cs
- TableCellCollection.cs
- CreateUserWizard.cs
- ReachUIElementCollectionSerializer.cs
- ClrPerspective.cs
- OrderedParallelQuery.cs
- ConnectionPoolManager.cs
- FileSystemEventArgs.cs
- IxmlLineInfo.cs
- PasswordDeriveBytes.cs
- DropShadowEffect.cs
- SiteMapDesignerDataSourceView.cs
- DynamicUpdateCommand.cs
- selecteditemcollection.cs
- AttachedAnnotation.cs
- SqlDeflator.cs
- MetabaseServerConfig.cs
- InstanceData.cs
- FixedTextView.cs
- Helper.cs
- TripleDESCryptoServiceProvider.cs
- TableAdapterManagerNameHandler.cs
- CuspData.cs
- BrowserTree.cs
- CompleteWizardStep.cs
- TextEndOfSegment.cs
- SpellerHighlightLayer.cs
- GenericParameterDataContract.cs
- BinHexEncoder.cs
- MouseGestureValueSerializer.cs
- ValidatingReaderNodeData.cs
- PathFigureCollectionConverter.cs
- DataBindingHandlerAttribute.cs
- SHA384.cs
- CharUnicodeInfo.cs
- XmlValidatingReaderImpl.cs
- WsatStrings.cs
- ActiveXHelper.cs
- StreamingContext.cs
- ListViewDeleteEventArgs.cs
- Blend.cs
- XmlSchemaSimpleTypeUnion.cs
- AsymmetricSignatureFormatter.cs
- CLRBindingWorker.cs
- NullableDecimalMinMaxAggregationOperator.cs
- SelectionItemProviderWrapper.cs
- ClusterRegistryConfigurationProvider.cs
- XmlStringTable.cs
- UTF7Encoding.cs
- FunctionNode.cs
- storepermissionattribute.cs
- ListBindingConverter.cs
- MailWriter.cs
- CompositeCollectionView.cs
- SqlNotificationEventArgs.cs
- MenuAutomationPeer.cs
- MediaTimeline.cs
- InvalidOleVariantTypeException.cs
- ReadWriteSpinLock.cs
- FileDialogCustomPlacesCollection.cs
- StylusPointProperties.cs
- FactoryId.cs
- EntityTemplateFactory.cs
- Grammar.cs
- InheritanceRules.cs
- WebPartDisplayModeCollection.cs
- SQLDoubleStorage.cs
- AssemblyHash.cs
- DocumentOrderQuery.cs
- TextTreeTextElementNode.cs
- CodeRemoveEventStatement.cs
- ADMembershipUser.cs
- ColorTransformHelper.cs
- TraceSection.cs
- PageThemeCodeDomTreeGenerator.cs
- GridViewUpdateEventArgs.cs
- ServiceDebugElement.cs
- IPEndPoint.cs
- LocatorManager.cs
- PrivilegeNotHeldException.cs
- ReturnValue.cs
- TcpTransportSecurity.cs