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
- WindowsUserNameSecurityTokenAuthenticator.cs
- DetailsViewRowCollection.cs
- Point3DCollection.cs
- DataBindingList.cs
- SizeLimitedCache.cs
- Span.cs
- XmlSchemaDocumentation.cs
- SamlNameIdentifierClaimResource.cs
- XmlWrappingReader.cs
- XmlSchemaExternal.cs
- MonitorWrapper.cs
- UInt64Converter.cs
- PathData.cs
- InvalidateEvent.cs
- FormsAuthenticationUser.cs
- dtdvalidator.cs
- compensatingcollection.cs
- ControllableStoryboardAction.cs
- ContractMapping.cs
- MatrixCamera.cs
- ListViewHitTestInfo.cs
- FloaterParaClient.cs
- Win32.cs
- SynchronizedInputHelper.cs
- SiblingIterators.cs
- SerializableAttribute.cs
- DBCommand.cs
- ChildTable.cs
- IPipelineRuntime.cs
- TextTreeInsertElementUndoUnit.cs
- TimeEnumHelper.cs
- SrgsNameValueTag.cs
- WebConvert.cs
- BitmapEffectDrawing.cs
- DuplicateContext.cs
- COM2PictureConverter.cs
- ThousandthOfEmRealPoints.cs
- RadioButton.cs
- TypeUtil.cs
- ObjectConverter.cs
- WebConfigManager.cs
- CatalogZoneAutoFormat.cs
- DockAndAnchorLayout.cs
- CopyAttributesAction.cs
- PowerStatus.cs
- WmlImageAdapter.cs
- TemplateControl.cs
- BinaryFormatterWriter.cs
- DesignerAutoFormatCollection.cs
- DataGridViewRowHeaderCell.cs
- ValueUtilsSmi.cs
- ColorConverter.cs
- BufferedResponseStream.cs
- Canvas.cs
- NavigatingCancelEventArgs.cs
- DataGridViewHeaderCell.cs
- XPathNode.cs
- DocumentXmlWriter.cs
- DrawingContext.cs
- ExpressionPrefixAttribute.cs
- CodeNamespaceCollection.cs
- TransformerInfoCollection.cs
- AlphaSortedEnumConverter.cs
- FixedSOMElement.cs
- Int32Converter.cs
- SequentialOutput.cs
- DTCTransactionManager.cs
- EventMap.cs
- ConnectionManagementElement.cs
- BlockCollection.cs
- DragEvent.cs
- DbConnectionPool.cs
- CodeChecksumPragma.cs
- ISAPIWorkerRequest.cs
- SignedInfo.cs
- GridViewColumnHeaderAutomationPeer.cs
- XsltInput.cs
- RoleGroupCollection.cs
- BamlResourceDeserializer.cs
- PolicyStatement.cs
- IProducerConsumerCollection.cs
- SharedHttpsTransportManager.cs
- ErrorsHelper.cs
- SingletonChannelAcceptor.cs
- CookielessData.cs
- SQLDateTime.cs
- WindowsSysHeader.cs
- GZipStream.cs
- FormViewDeleteEventArgs.cs
- elementinformation.cs
- TailCallAnalyzer.cs
- GridView.cs
- PropertyOverridesTypeEditor.cs
- DataSourceHelper.cs
- BindingExpressionBase.cs
- ImageSourceValueSerializer.cs
- AdornerHitTestResult.cs
- DriveNotFoundException.cs
- IconBitmapDecoder.cs
- IndexedString.cs