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
- wgx_exports.cs
- MaskedTextBox.cs
- LocatorPart.cs
- ModuleConfigurationInfo.cs
- ClusterSafeNativeMethods.cs
- DBConcurrencyException.cs
- WindowsListView.cs
- XmlNamespaceMapping.cs
- TypeDescriptionProvider.cs
- NamespaceMapping.cs
- VisualStyleTypesAndProperties.cs
- XmlSequenceWriter.cs
- ControlDesigner.cs
- ChangeInterceptorAttribute.cs
- NavigationHelper.cs
- ComponentManagerBroker.cs
- RawStylusInput.cs
- DataColumnChangeEvent.cs
- PoisonMessageException.cs
- DateTimeFormatInfoScanner.cs
- AssemblyAttributesGoHere.cs
- GenerateScriptTypeAttribute.cs
- ZoneLinkButton.cs
- SpeechDetectedEventArgs.cs
- RepeatEnumerable.cs
- Attributes.cs
- ProcessStartInfo.cs
- CalendarDay.cs
- TypeForwardedFromAttribute.cs
- ServiceRouteHandler.cs
- BindingNavigatorDesigner.cs
- ResolveResponseInfo.cs
- ApplicationSettingsBase.cs
- PropertyGridView.cs
- CompiledXpathExpr.cs
- State.cs
- XmlNotation.cs
- LongCountAggregationOperator.cs
- behaviorssection.cs
- ImageDrawing.cs
- CompoundFileStreamReference.cs
- TextTreeTextBlock.cs
- LingerOption.cs
- XamlFigureLengthSerializer.cs
- WCFModelStrings.Designer.cs
- ResolveMatchesCD1.cs
- PaginationProgressEventArgs.cs
- Properties.cs
- HttpApplication.cs
- SchemaAttDef.cs
- ArraySubsetEnumerator.cs
- PixelFormatConverter.cs
- WebUtil.cs
- XamlFilter.cs
- DefaultMergeHelper.cs
- RuleInfoComparer.cs
- PropertyTabChangedEvent.cs
- Ipv6Element.cs
- BitmapImage.cs
- TailPinnedEventArgs.cs
- CultureSpecificStringDictionary.cs
- FolderBrowserDialog.cs
- EdgeProfileValidation.cs
- PolyQuadraticBezierSegment.cs
- XmlSchemaSimpleTypeRestriction.cs
- EntityDataSourceDesignerHelper.cs
- HttpConfigurationSystem.cs
- OpenTypeCommon.cs
- ColorTransformHelper.cs
- ContentElement.cs
- HtmlInputText.cs
- CodeEventReferenceExpression.cs
- VariantWrapper.cs
- TextFindEngine.cs
- OdbcConnectionFactory.cs
- WsdlInspector.cs
- PropertyPath.cs
- ObjectDataSourceFilteringEventArgs.cs
- Stacktrace.cs
- HtmlInputButton.cs
- MenuItemStyle.cs
- MarshalByValueComponent.cs
- TextRangeProviderWrapper.cs
- NotifyIcon.cs
- CurrentChangingEventManager.cs
- SettingsProviderCollection.cs
- BamlBinaryWriter.cs
- DataGridViewCellMouseEventArgs.cs
- StringAnimationBase.cs
- SoapMessage.cs
- SplitContainer.cs
- SynchronizedDispatch.cs
- DesignBindingPropertyDescriptor.cs
- ToolStripScrollButton.cs
- ConversionContext.cs
- FilteredDataSetHelper.cs
- ApplicationTrust.cs
- XmlValueConverter.cs
- ReadOnlyObservableCollection.cs
- DesignerRegion.cs