Code:
/ 4.0 / 4.0 / 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. 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
- BitmapEffectCollection.cs
- LeaseManager.cs
- ResourceReferenceExpressionConverter.cs
- ConnectionOrientedTransportManager.cs
- UIPermission.cs
- CodeObjectCreateExpression.cs
- HttpValueCollection.cs
- BrushConverter.cs
- DetailsViewInsertedEventArgs.cs
- Selector.cs
- Signature.cs
- ResetableIterator.cs
- CodeObjectCreateExpression.cs
- RadialGradientBrush.cs
- BaseDataBoundControl.cs
- TypeUtils.cs
- ActivityTypeResolver.xaml.cs
- SmtpReplyReaderFactory.cs
- DataGridViewTextBoxCell.cs
- ProxyWebPartManager.cs
- Recipient.cs
- AsymmetricKeyExchangeDeformatter.cs
- ClientScriptManager.cs
- MD5CryptoServiceProvider.cs
- RoleManagerModule.cs
- OdbcConnectionFactory.cs
- ResourceContainer.cs
- CodeTypeReference.cs
- StylusCaptureWithinProperty.cs
- SystemException.cs
- ContextProperty.cs
- ObjectKeyFrameCollection.cs
- _LocalDataStoreMgr.cs
- SessionPageStateSection.cs
- PropertyContainer.cs
- ComponentDispatcherThread.cs
- DiscoveryReferences.cs
- ReachDocumentReferenceSerializer.cs
- ParameterEditorUserControl.cs
- ExpressionReplacer.cs
- StructuredTypeInfo.cs
- XamlWriter.cs
- SetIndexBinder.cs
- HostedTcpTransportManager.cs
- StateMachineSubscription.cs
- KeyPullup.cs
- PropertyPathWorker.cs
- MenuEventArgs.cs
- DbReferenceCollection.cs
- RegistryConfigurationProvider.cs
- SqlDataSourceRefreshSchemaForm.cs
- FreezableOperations.cs
- XmlSchemaCompilationSettings.cs
- DataGridViewLinkCell.cs
- AdapterUtil.cs
- SolidColorBrush.cs
- FontStyle.cs
- ContextMenuAutomationPeer.cs
- RuntimeResourceSet.cs
- XPathParser.cs
- TransactionWaitAsyncResult.cs
- MarkupCompiler.cs
- StrongNameIdentityPermission.cs
- CompareInfo.cs
- BitmapCacheBrush.cs
- _Win32.cs
- ZoomPercentageConverter.cs
- SqlGenericUtil.cs
- ConditionalExpression.cs
- DataObject.cs
- NativeMethods.cs
- DefaultParameterValueAttribute.cs
- RotateTransform.cs
- CellRelation.cs
- MarshalByValueComponent.cs
- CqlErrorHelper.cs
- SqlWebEventProvider.cs
- XmlNodeReader.cs
- DropShadowEffect.cs
- AuthorizationRuleCollection.cs
- EasingQuaternionKeyFrame.cs
- MinMaxParagraphWidth.cs
- Transform.cs
- DataSourceCacheDurationConverter.cs
- ObjectStateManager.cs
- DataServiceKeyAttribute.cs
- ListManagerBindingsCollection.cs
- CallContext.cs
- GlobalEventManager.cs
- XamlVector3DCollectionSerializer.cs
- OletxVolatileEnlistment.cs
- HwndProxyElementProvider.cs
- Comparer.cs
- GradientBrush.cs
- WebRequestModuleElementCollection.cs
- UrlAuthFailedErrorFormatter.cs
- AutomationEventArgs.cs
- MetaTableHelper.cs
- AncestorChangedEventArgs.cs
- ReflectionUtil.cs