Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Common / AuthoringOM / Serializer / ActivityCodeDomSerializer.cs / 1305376 / ActivityCodeDomSerializer.cs
namespace System.Workflow.ComponentModel.Serialization { using System; using System.CodeDom; using System.ComponentModel; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; using System.Collections; using System.Resources; using System.Workflow.ComponentModel.Design; using System.Collections.Generic; using Microsoft.CSharp; using System.Workflow.ComponentModel; using System.Workflow.ComponentModel.Compiler; using System.CodeDom.Compiler; using System.IO; using System.Reflection; using System.Diagnostics; #region Class ActivityCodeDomSerializer public class ActivityCodeDomSerializer : DependencyObjectCodeDomSerializer { public static readonly DependencyProperty MarkupFileNameProperty = DependencyProperty.RegisterAttached("MarkupFileName", typeof(string), typeof(ActivityCodeDomSerializer), new PropertyMetadata(null, new Attribute[] { new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) })); public ActivityCodeDomSerializer() { } #region CodeDomSerializer overrides public override object Serialize(IDesignerSerializationManager manager, object obj) { if (manager == null) throw new ArgumentNullException("manager"); if (obj == null) throw new ArgumentNullException("obj"); Activity activity = obj as Activity; if (activity == null) throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(Activity).FullName), "obj"); if (Helpers.IsActivityLocked(activity)) return null; CodeStatementCollection retVal = base.Serialize(manager, activity) as CodeStatementCollection; if (retVal != null) { Activity rootActivity = Helpers.GetRootActivity(activity); if (rootActivity != null && rootActivity.GetValue(ActivityCodeDomSerializer.MarkupFileNameProperty) != null && (int)activity.GetValue(ActivityMarkupSerializer.StartLineProperty) != -1) { foreach (CodeStatement statement in retVal) { if (!(statement is CodeCommentStatement)) statement.LinePragma = new CodeLinePragma((string)rootActivity.GetValue(ActivityCodeDomSerializer.MarkupFileNameProperty), Math.Max((int)activity.GetValue(ActivityMarkupSerializer.StartLineProperty), 1)); } } } return retVal; } #endregion } #endregion } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. namespace System.Workflow.ComponentModel.Serialization { using System; using System.CodeDom; using System.ComponentModel; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; using System.Collections; using System.Resources; using System.Workflow.ComponentModel.Design; using System.Collections.Generic; using Microsoft.CSharp; using System.Workflow.ComponentModel; using System.Workflow.ComponentModel.Compiler; using System.CodeDom.Compiler; using System.IO; using System.Reflection; using System.Diagnostics; #region Class ActivityCodeDomSerializer public class ActivityCodeDomSerializer : DependencyObjectCodeDomSerializer { public static readonly DependencyProperty MarkupFileNameProperty = DependencyProperty.RegisterAttached("MarkupFileName", typeof(string), typeof(ActivityCodeDomSerializer), new PropertyMetadata(null, new Attribute[] { new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) })); public ActivityCodeDomSerializer() { } #region CodeDomSerializer overrides public override object Serialize(IDesignerSerializationManager manager, object obj) { if (manager == null) throw new ArgumentNullException("manager"); if (obj == null) throw new ArgumentNullException("obj"); Activity activity = obj as Activity; if (activity == null) throw new ArgumentException(SR.GetString(SR.Error_UnexpectedArgumentType, typeof(Activity).FullName), "obj"); if (Helpers.IsActivityLocked(activity)) return null; CodeStatementCollection retVal = base.Serialize(manager, activity) as CodeStatementCollection; if (retVal != null) { Activity rootActivity = Helpers.GetRootActivity(activity); if (rootActivity != null && rootActivity.GetValue(ActivityCodeDomSerializer.MarkupFileNameProperty) != null && (int)activity.GetValue(ActivityMarkupSerializer.StartLineProperty) != -1) { foreach (CodeStatement statement in retVal) { if (!(statement is CodeCommentStatement)) statement.LinePragma = new CodeLinePragma((string)rootActivity.GetValue(ActivityCodeDomSerializer.MarkupFileNameProperty), Math.Max((int)activity.GetValue(ActivityMarkupSerializer.StartLineProperty), 1)); } } } return retVal; } #endregion } #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
- AssemblyHelper.cs
- RelationshipConstraintValidator.cs
- _SslState.cs
- Control.cs
- NetMsmqSecurityElement.cs
- Matrix3DStack.cs
- HttpStaticObjectsCollectionWrapper.cs
- FileEnumerator.cs
- EntityDataSourceWrapperCollection.cs
- WeakRefEnumerator.cs
- NamespaceEmitter.cs
- xdrvalidator.cs
- FormViewCommandEventArgs.cs
- GlyphingCache.cs
- DecoderReplacementFallback.cs
- ImageMap.cs
- Duration.cs
- Grant.cs
- BooleanProjectedSlot.cs
- securitycriticaldataClass.cs
- UInt16Storage.cs
- ControlPager.cs
- DocumentGridContextMenu.cs
- SecurityUniqueId.cs
- MimeTypePropertyAttribute.cs
- CodeCatchClause.cs
- EpmContentDeSerializer.cs
- RenderDataDrawingContext.cs
- IdnElement.cs
- _UncName.cs
- ObjectManager.cs
- WebServiceMethodData.cs
- ComplexBindingPropertiesAttribute.cs
- FontFamilyIdentifier.cs
- LookupTables.cs
- KernelTypeValidation.cs
- SessionStateModule.cs
- IsolatedStorageFileStream.cs
- Enum.cs
- EpmSyndicationContentDeSerializer.cs
- NullableIntMinMaxAggregationOperator.cs
- NetworkStream.cs
- Int16.cs
- KoreanCalendar.cs
- XmlCharType.cs
- TypeBuilder.cs
- DataSetViewSchema.cs
- Property.cs
- HostedHttpContext.cs
- DecimalConstantAttribute.cs
- PostBackOptions.cs
- ReservationCollection.cs
- XmlProcessingInstruction.cs
- OrderToken.cs
- DbProviderServices.cs
- ArgumentNullException.cs
- pingexception.cs
- OutOfProcStateClientManager.cs
- MdImport.cs
- Action.cs
- ExpressionQuoter.cs
- WebEvents.cs
- EdmMember.cs
- ResXResourceWriter.cs
- XmlNullResolver.cs
- RecordManager.cs
- ImagingCache.cs
- WorkflowViewStateService.cs
- PageHandlerFactory.cs
- Pair.cs
- HtmlFormParameterWriter.cs
- StronglyTypedResourceBuilder.cs
- TimeSpanStorage.cs
- PointAnimationClockResource.cs
- EntryPointNotFoundException.cs
- DesignerDataSourceView.cs
- PropertySegmentSerializationProvider.cs
- CodeBinaryOperatorExpression.cs
- DashStyle.cs
- TemplateApplicationHelper.cs
- DocumentViewerAutomationPeer.cs
- NullRuntimeConfig.cs
- DeferredElementTreeState.cs
- RegexMatch.cs
- WebBrowser.cs
- FastPropertyAccessor.cs
- DirectionalLight.cs
- CallbackException.cs
- OdbcCommand.cs
- ClonableStack.cs
- RegexCapture.cs
- DelegatingConfigHost.cs
- SelectedCellsCollection.cs
- XmlWriter.cs
- ListenerHandler.cs
- UnsafeNativeMethods.cs
- ExpressionsCollectionEditor.cs
- DataList.cs
- ModelToObjectValueConverter.cs
- BitmapMetadataEnumerator.cs