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
- StatusBarItem.cs
- RC2.cs
- StrongNameKeyPair.cs
- XamlStream.cs
- DummyDataSource.cs
- HttpApplication.cs
- CompressStream.cs
- ImageKeyConverter.cs
- FormViewPagerRow.cs
- LookupBindingPropertiesAttribute.cs
- MailDefinition.cs
- DataRowView.cs
- FixedBufferAttribute.cs
- Utils.cs
- WinEventTracker.cs
- ReadWriteObjectLock.cs
- ButtonColumn.cs
- dbenumerator.cs
- ColumnCollection.cs
- DbExpressionBuilder.cs
- DropShadowBitmapEffect.cs
- TdsParserStaticMethods.cs
- dsa.cs
- PropertyInformation.cs
- BinaryExpression.cs
- PasswordRecovery.cs
- EnumConverter.cs
- WorkflowViewStateService.cs
- PageThemeParser.cs
- ImageCodecInfoPrivate.cs
- SettingsProperty.cs
- MenuScrollingVisibilityConverter.cs
- HttpRawResponse.cs
- HebrewCalendar.cs
- SimplePropertyEntry.cs
- CqlIdentifiers.cs
- StateDesigner.LayoutSelectionGlyph.cs
- FlowLayout.cs
- VariableQuery.cs
- WebPartTransformerAttribute.cs
- PrinterResolution.cs
- OutputCacheModule.cs
- ToolStripRendererSwitcher.cs
- XmlEntity.cs
- ObjectParameter.cs
- FastEncoderWindow.cs
- PointLightBase.cs
- EmptyEnumerator.cs
- GridProviderWrapper.cs
- CacheMemory.cs
- DataViewSetting.cs
- OracleParameter.cs
- ConnectionOrientedTransportChannelListener.cs
- TabletCollection.cs
- XmlEntity.cs
- ValuePatternIdentifiers.cs
- GridViewCellAutomationPeer.cs
- TileBrush.cs
- MaskDescriptors.cs
- SourceElementsCollection.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- QilStrConcatenator.cs
- Itemizer.cs
- ArgumentValueSerializer.cs
- ImpersonationContext.cs
- ObjectList.cs
- SoapCommonClasses.cs
- WebPartVerb.cs
- MonthCalendar.cs
- XmlSchemaAnyAttribute.cs
- _Connection.cs
- Matrix.cs
- PropagatorResult.cs
- FormView.cs
- TableItemStyle.cs
- PtsContext.cs
- SqlCharStream.cs
- QuadraticBezierSegment.cs
- Brushes.cs
- PackageDigitalSignatureManager.cs
- Hash.cs
- _UncName.cs
- PersonalizationAdministration.cs
- ServiceProviders.cs
- Rect3DValueSerializer.cs
- WebPartManagerInternals.cs
- SolidColorBrush.cs
- ImageSource.cs
- ReflectionUtil.cs
- DataSourceControlBuilder.cs
- HtmlEmptyTagControlBuilder.cs
- Label.cs
- DynamicResourceExtensionConverter.cs
- HtmlControlAdapter.cs
- ConstraintEnumerator.cs
- RequestCachePolicy.cs
- DependencyPropertyValueSerializer.cs
- Canvas.cs
- InkCanvasSelectionAdorner.cs
- _ListenerRequestStream.cs