Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Activities / Designers / CodeDesigner.cs / 1305376 / CodeDesigner.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.Design;
#region Class CodeDesigner
[ActivityDesignerTheme(typeof(CodeDesignerTheme))]
internal sealed class CodeDesigner: ActivityDesigner
{
}
#endregion
#region CodeDesignerTheme
internal sealed class CodeDesignerTheme : ActivityDesignerTheme
{
public CodeDesignerTheme(WorkflowTheme theme)
: base(theme)
{
this.ForeColor = Color.FromArgb(0xFF, 0x00, 0x00, 0x00);
this.BorderColor = Color.FromArgb(0xFF, 0x80, 0x80, 0x80);
this.BorderStyle = DashStyle.Solid;
this.BackColorStart = Color.FromArgb(0xFF, 0xF4, 0xF4, 0xF4);
this.BackColorEnd = Color.FromArgb(0xFF, 0xC0, 0xC0, 0xC0);
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
- QuaternionConverter.cs
- WebUtility.cs
- GeometryGroup.cs
- ColorConverter.cs
- DataBoundLiteralControl.cs
- ToolStripComboBox.cs
- XmlSerializerObjectSerializer.cs
- ResourcePermissionBase.cs
- EventDescriptorCollection.cs
- TypeNameHelper.cs
- ConfigurationSchemaErrors.cs
- AnimatedTypeHelpers.cs
- AuthenticationSection.cs
- Property.cs
- cache.cs
- ManagedFilter.cs
- LinkLabel.cs
- GlobalizationSection.cs
- StickyNoteHelper.cs
- PrintPreviewGraphics.cs
- MatrixAnimationBase.cs
- ObjectDataSourceChooseTypePanel.cs
- XmlAttributeOverrides.cs
- InitializationEventAttribute.cs
- _ContextAwareResult.cs
- ManifestResourceInfo.cs
- MarshalByValueComponent.cs
- PathGradientBrush.cs
- WSSecureConversation.cs
- ProtocolViolationException.cs
- AttributeExtensions.cs
- CodeStatementCollection.cs
- IssuerInformation.cs
- Camera.cs
- DispatcherFrame.cs
- DataColumnCollection.cs
- TableRow.cs
- WindowsTitleBar.cs
- ToolboxItem.cs
- BlobPersonalizationState.cs
- StorageBasedPackageProperties.cs
- AuthenticatedStream.cs
- HandleRef.cs
- OrderedDictionaryStateHelper.cs
- DynamicDataExtensions.cs
- CompilerInfo.cs
- Win32KeyboardDevice.cs
- DesignerActionTextItem.cs
- HttpNamespaceReservationInstallComponent.cs
- StandardCommands.cs
- SqlFacetAttribute.cs
- GraphicsContext.cs
- TextFormatterHost.cs
- FontResourceCache.cs
- TransformValueSerializer.cs
- Blend.cs
- DataGridViewCellValueEventArgs.cs
- PreloadedPackages.cs
- FaultPropagationQuery.cs
- GeneralTransform.cs
- CryptographicAttribute.cs
- TemplateControlBuildProvider.cs
- DelegateTypeInfo.cs
- MenuCommandsChangedEventArgs.cs
- CookieHandler.cs
- ListBox.cs
- RestHandlerFactory.cs
- CommandLibraryHelper.cs
- VisualTreeUtils.cs
- WorkflowRuntimeElement.cs
- DataErrorValidationRule.cs
- PerformanceCounterCategory.cs
- ApplicationFileCodeDomTreeGenerator.cs
- SymLanguageVendor.cs
- XmlExpressionDumper.cs
- Renderer.cs
- TextEffectCollection.cs
- LineSegment.cs
- ExpressionEditorAttribute.cs
- SqlDependencyUtils.cs
- HttpHandlerAction.cs
- WebPartCatalogCloseVerb.cs
- TextDecorationCollection.cs
- TagElement.cs
- PeerNameResolver.cs
- dsa.cs
- TypedTableBase.cs
- WebPartZoneCollection.cs
- XmlSignatureManifest.cs
- InstanceNormalEvent.cs
- HttpContextServiceHost.cs
- AnimationLayer.cs
- TransformGroup.cs
- OdbcDataReader.cs
- CodeTypeOfExpression.cs
- EventWaitHandleSecurity.cs
- MetadataCache.cs
- NativeCompoundFileAPIs.cs
- XamlTreeBuilderBamlRecordWriter.cs
- StrokeNodeEnumerator.cs