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
- XAMLParseException.cs
- basevalidator.cs
- ToolStripRenderEventArgs.cs
- CatalogZoneBase.cs
- XmlCompatibilityReader.cs
- FormatSettings.cs
- RadioButtonBaseAdapter.cs
- KeyBinding.cs
- Decimal.cs
- _CommandStream.cs
- RegionInfo.cs
- OleAutBinder.cs
- OpenTypeLayout.cs
- ArrayList.cs
- EventLogInternal.cs
- BypassElementCollection.cs
- SchemaObjectWriter.cs
- PolyLineSegment.cs
- InputLanguageManager.cs
- DocumentSequenceHighlightLayer.cs
- ComponentDesigner.cs
- ChooseAction.cs
- AnimationException.cs
- PinnedBufferMemoryStream.cs
- PasswordBoxAutomationPeer.cs
- ReaderWriterLockWrapper.cs
- XmlCharacterData.cs
- CollectionViewGroup.cs
- WindowsFormsHelpers.cs
- Parameter.cs
- ChangeTracker.cs
- x509store.cs
- TransformConverter.cs
- FixedSOMTableCell.cs
- TypeConverterAttribute.cs
- DockProviderWrapper.cs
- MetricEntry.cs
- UnsafeNativeMethods.cs
- ZoneButton.cs
- WebBrowserEvent.cs
- WebConfigurationFileMap.cs
- QilInvoke.cs
- Model3DGroup.cs
- Int32AnimationBase.cs
- EntityContainer.cs
- Label.cs
- MailBnfHelper.cs
- XmlParserContext.cs
- SafeEventLogWriteHandle.cs
- UniqueID.cs
- DataTableTypeConverter.cs
- DockProviderWrapper.cs
- EntityProviderServices.cs
- XamlToRtfWriter.cs
- MatrixAnimationUsingKeyFrames.cs
- HtmlButton.cs
- RightsManagementResourceHelper.cs
- SafeCryptHandles.cs
- TargetControlTypeAttribute.cs
- Comparer.cs
- IgnoreFlushAndCloseStream.cs
- DataGridViewUtilities.cs
- SingleTagSectionHandler.cs
- DispatchWrapper.cs
- Cursors.cs
- CellTreeSimplifier.cs
- CodeCompiler.cs
- XmlException.cs
- TimerElapsedEvenArgs.cs
- SystemDiagnosticsSection.cs
- RoutedPropertyChangedEventArgs.cs
- SmtpTransport.cs
- EditorPart.cs
- Panel.cs
- StartUpEventArgs.cs
- CheckBox.cs
- IndentTextWriter.cs
- EncodingNLS.cs
- TextEmbeddedObject.cs
- MutexSecurity.cs
- InstanceDataCollectionCollection.cs
- OleDbError.cs
- NameObjectCollectionBase.cs
- CaretElement.cs
- XmlSignificantWhitespace.cs
- PerformanceCounterLib.cs
- AmbiguousMatchException.cs
- WebPartEventArgs.cs
- XmlDataLoader.cs
- DoubleStorage.cs
- Pen.cs
- storepermissionattribute.cs
- FunctionImportElement.cs
- TextServicesPropertyRanges.cs
- HwndMouseInputProvider.cs
- InterleavedZipPartStream.cs
- ReliableRequestSessionChannel.cs
- SizeAnimation.cs
- CryptoHelper.cs
- WebPartHeaderCloseVerb.cs