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
- HostExecutionContextManager.cs
- SizeAnimationUsingKeyFrames.cs
- FixedSOMTextRun.cs
- DLinqTableProvider.cs
- PasswordBoxAutomationPeer.cs
- Listbox.cs
- _ConnectStream.cs
- TextSearch.cs
- CurrentChangedEventManager.cs
- StringTraceRecord.cs
- BitmapEffectGeneralTransform.cs
- DataSvcMapFile.cs
- Point3DConverter.cs
- NameValueConfigurationCollection.cs
- PackUriHelper.cs
- Compiler.cs
- ChannelSinkStacks.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- DateTimeConverter.cs
- EncoderParameters.cs
- RawContentTypeMapper.cs
- MailBnfHelper.cs
- XPathEmptyIterator.cs
- ReachUIElementCollectionSerializer.cs
- HandlerElementCollection.cs
- Utility.cs
- TimeoutTimer.cs
- httpserverutility.cs
- XmlAttributes.cs
- PingReply.cs
- ImpersonationContext.cs
- WindowPattern.cs
- SerializationStore.cs
- MouseEvent.cs
- CapabilitiesAssignment.cs
- Item.cs
- IItemContainerGenerator.cs
- PerformanceCounterManager.cs
- FunctionDescription.cs
- UnhandledExceptionEventArgs.cs
- TableLayoutStyle.cs
- ToolStripManager.cs
- TypeDescriptor.cs
- invalidudtexception.cs
- SortedDictionary.cs
- DockEditor.cs
- NamespaceDisplay.xaml.cs
- X509UI.cs
- RenderContext.cs
- ItemPager.cs
- CompleteWizardStep.cs
- WebPartPersonalization.cs
- SQLInt64Storage.cs
- FixedPageProcessor.cs
- Model3D.cs
- SelectionRangeConverter.cs
- DefaultHttpHandler.cs
- TemplatePropertyEntry.cs
- ChtmlSelectionListAdapter.cs
- ContextDataSourceContextData.cs
- TitleStyle.cs
- XPathDocumentIterator.cs
- StreamReader.cs
- TextDpi.cs
- SelectingProviderEventArgs.cs
- HashCryptoHandle.cs
- TemplatePropertyEntry.cs
- XmlWriterSettings.cs
- Main.cs
- UnicodeEncoding.cs
- UpdateManifestForBrowserApplication.cs
- ExpandSegmentCollection.cs
- ProxyAttribute.cs
- DefaultBindingPropertyAttribute.cs
- DocumentOrderComparer.cs
- PointF.cs
- SqlMethodCallConverter.cs
- NullableLongMinMaxAggregationOperator.cs
- FixedSOMSemanticBox.cs
- StringValueConverter.cs
- UIEndRequest.cs
- TransportConfigurationTypeElement.cs
- NegationPusher.cs
- CompareInfo.cs
- ExceptionUtil.cs
- CodePageUtils.cs
- WebBrowserNavigatingEventHandler.cs
- EmissiveMaterial.cs
- SymLanguageType.cs
- IgnoreFlushAndCloseStream.cs
- UInt16.cs
- Polygon.cs
- SystemFonts.cs
- DataSourceControl.cs
- DocumentNUp.cs
- EmptyControlCollection.cs
- SystemResourceHost.cs
- ListenerElementsCollection.cs
- SqlRetyper.cs
- QueryAccessibilityHelpEvent.cs