Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Common / AuthoringOM / Serializer / WorkflowMarkupElementEventArgs.cs / 1305376 / WorkflowMarkupElementEventArgs.cs
namespace System.Workflow.ComponentModel.Serialization { using System; using System.IO; using System.CodeDom; using System.ComponentModel; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; using System.Collections; using System.Xml; using System.Xml.Serialization; using System.Reflection; using System.Collections.Generic; using System.Diagnostics; using System.Text; using System.Globalization; using System.Workflow.ComponentModel.Compiler; using System.Workflow.ComponentModel.Design; using System.Runtime.Serialization; using System.Security.Permissions; using System.Collections.ObjectModel; using System.Drawing; #region Element deserialization hooks #region WorkflowMarkupElementEventArgs internal sealed class WorkflowMarkupElementEventArgs : EventArgs { private XmlReader reader = null; internal WorkflowMarkupElementEventArgs(XmlReader reader) { this.reader = reader; } public XmlReader XmlReader { get { return this.reader; } } } #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
- DependencyPropertyHelper.cs
- behaviorssection.cs
- LabelLiteral.cs
- XmlSerializationGeneratedCode.cs
- InvalidFilterCriteriaException.cs
- VirtualPathData.cs
- SchemaImporterExtension.cs
- Events.cs
- EnumerableRowCollection.cs
- LoggedException.cs
- ToolStripDropDownItem.cs
- PreviewPageInfo.cs
- UnsupportedPolicyOptionsException.cs
- SqlConnectionHelper.cs
- DispatcherBuilder.cs
- RequestCacheManager.cs
- EventDriven.cs
- PersistChildrenAttribute.cs
- ContentHostHelper.cs
- SvcMapFileSerializer.cs
- PtsPage.cs
- ShadowGlyph.cs
- StatusStrip.cs
- Metadata.cs
- CodeGenerator.cs
- ModuleConfigurationInfo.cs
- DependencyObjectValidator.cs
- ArgIterator.cs
- StringAttributeCollection.cs
- SqlNodeAnnotation.cs
- RichTextBoxConstants.cs
- EntityKey.cs
- TypeLoadException.cs
- TextOutput.cs
- NotFiniteNumberException.cs
- IdentitySection.cs
- ListViewSelectEventArgs.cs
- DrawingVisualDrawingContext.cs
- StorageMappingItemLoader.cs
- ObjectStateFormatter.cs
- ApplicationSecurityInfo.cs
- SafeLibraryHandle.cs
- Accessible.cs
- TextShapeableCharacters.cs
- EntityConnectionStringBuilder.cs
- AssemblyBuilder.cs
- ExpressionSelection.cs
- SplashScreenNativeMethods.cs
- ImageAnimator.cs
- WebCategoryAttribute.cs
- TreeViewImageGenerator.cs
- ScrollableControl.cs
- MsmqIntegrationProcessProtocolHandler.cs
- CodeDirectionExpression.cs
- OptimisticConcurrencyException.cs
- CompositeScriptReference.cs
- TextView.cs
- StrokeSerializer.cs
- GridPattern.cs
- TextAnchor.cs
- WebUtil.cs
- FrameworkReadOnlyPropertyMetadata.cs
- EntityTransaction.cs
- UrlAuthFailedErrorFormatter.cs
- TextTrailingWordEllipsis.cs
- TableRowCollection.cs
- ExceptionValidationRule.cs
- DataStreamFromComStream.cs
- PathGeometry.cs
- DbCommandTree.cs
- CngAlgorithm.cs
- Empty.cs
- HealthMonitoringSection.cs
- Form.cs
- RectangleF.cs
- BrowserDefinitionCollection.cs
- MessageQueue.cs
- SeekStoryboard.cs
- WebPartZoneCollection.cs
- ResumeStoryboard.cs
- SafeFileHandle.cs
- HotSpot.cs
- DesignerCapabilities.cs
- CalculatedColumn.cs
- DataControlCommands.cs
- XmlSiteMapProvider.cs
- Math.cs
- Nodes.cs
- WebBrowserContainer.cs
- UpDownBaseDesigner.cs
- XmlSchemaComplexContentRestriction.cs
- X509Extension.cs
- EdmItemCollection.cs
- CatalogZone.cs
- _NetworkingPerfCounters.cs
- HtmlFormWrapper.cs
- PropertyPathWorker.cs
- ListViewItemEventArgs.cs
- autovalidator.cs
- HtmlInputImage.cs