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
- TreeViewBindingsEditor.cs
- cache.cs
- IsolatedStorageFile.cs
- ProjectionCamera.cs
- PriorityBindingExpression.cs
- validationstate.cs
- DocumentSequenceHighlightLayer.cs
- NameValuePair.cs
- SqlExpander.cs
- FrameDimension.cs
- ControlBuilderAttribute.cs
- X509IssuerSerialKeyIdentifierClause.cs
- WindowsMenu.cs
- CultureSpecificStringDictionary.cs
- WebPart.cs
- CalendarDay.cs
- CompiledAction.cs
- ValidationSummary.cs
- FixedTextPointer.cs
- VirtualizingStackPanel.cs
- AuthenticationModuleElementCollection.cs
- Stack.cs
- PocoPropertyAccessorStrategy.cs
- ViewValidator.cs
- MetadataProperty.cs
- ProfileService.cs
- ExtensibleClassFactory.cs
- XmlName.cs
- XpsViewerException.cs
- PointLightBase.cs
- safelink.cs
- BindingsCollection.cs
- ControlBindingsConverter.cs
- XmlSchemas.cs
- DataBoundControl.cs
- GeneralTransform3DGroup.cs
- AssociatedControlConverter.cs
- StructuredTypeInfo.cs
- FilteredAttributeCollection.cs
- Item.cs
- CrossSiteScriptingValidation.cs
- DecoderReplacementFallback.cs
- ActivityTrace.cs
- BufferModesCollection.cs
- ScriptResourceAttribute.cs
- PagePropertiesChangingEventArgs.cs
- URI.cs
- TableCell.cs
- securestring.cs
- TreeBuilderBamlTranslator.cs
- ClickablePoint.cs
- DbConnectionClosed.cs
- DataGridSortCommandEventArgs.cs
- TextRunCache.cs
- EncryptionUtility.cs
- DataBindingCollectionEditor.cs
- FileSecurity.cs
- InplaceBitmapMetadataWriter.cs
- ListenerConfig.cs
- SinglePhaseEnlistment.cs
- VariableExpressionConverter.cs
- BoundPropertyEntry.cs
- SHA256Managed.cs
- OlePropertyStructs.cs
- RepeatButtonAutomationPeer.cs
- VisualStyleElement.cs
- TabControl.cs
- UIPermission.cs
- XmlSerializerOperationGenerator.cs
- LinqDataView.cs
- AnnotationHighlightLayer.cs
- DelegateBodyWriter.cs
- ListParagraph.cs
- sqlstateclientmanager.cs
- SpeechUI.cs
- PositiveTimeSpanValidatorAttribute.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- PathSegment.cs
- SimpleApplicationHost.cs
- ToolBarButton.cs
- ByteAnimationBase.cs
- XsltLoader.cs
- TaiwanCalendar.cs
- LogPolicy.cs
- ConvertEvent.cs
- ContextMarshalException.cs
- XmlChildEnumerator.cs
- ReadOnlyCollection.cs
- ToolStripContainer.cs
- XamlFxTrace.cs
- MenuStrip.cs
- StringValueConverter.cs
- EncryptedData.cs
- IDQuery.cs
- StructuredTypeEmitter.cs
- Config.cs
- DefaultExpressionVisitor.cs
- RowsCopiedEventArgs.cs
- SignedPkcs7.cs
- TemplateField.cs