Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Common / AuthoringOM / Serializer / DictionaryMarkupSerializer.cs / 1305376 / DictionaryMarkupSerializer.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 Class DictionaryMarkupSerializer internal class DictionaryMarkupSerializer : WorkflowMarkupSerializer { private bool deserializingDictionary = false; private IDictionary keylookupDictionary; protected internal override IList GetChildren(WorkflowMarkupSerializationManager serializationManager, object obj) { IDictionary dictionary = obj as IDictionary; if (dictionary == null) throw new InvalidOperationException(SR.GetString(SR.Error_DictionarySerializerNonDictionaryObject)); List
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataBoundControl.cs
- CustomAttributeSerializer.cs
- DesignerValidatorAdapter.cs
- TemplateDefinition.cs
- SplineKeyFrames.cs
- MultiDataTrigger.cs
- KeyMatchBuilder.cs
- Command.cs
- NetDataContractSerializer.cs
- jithelpers.cs
- xmlsaver.cs
- EventBindingService.cs
- SecurityException.cs
- ProxyWebPartConnectionCollection.cs
- LineMetrics.cs
- ToolStripDropDownItem.cs
- BoundingRectTracker.cs
- ClientSettingsStore.cs
- ScrollBar.cs
- WrapPanel.cs
- ConfigurationManagerInternal.cs
- DBAsyncResult.cs
- SafeIUnknown.cs
- NativeWindow.cs
- SafeThreadHandle.cs
- documentsequencetextview.cs
- DataPagerFieldCollection.cs
- HTMLTextWriter.cs
- DataExchangeServiceBinder.cs
- TableLayoutPanel.cs
- ServiceX509SecurityTokenProvider.cs
- Root.cs
- Regex.cs
- DateTimeFormat.cs
- EncoderFallback.cs
- DataGridViewTopRowAccessibleObject.cs
- KnownBoxes.cs
- LambdaCompiler.cs
- COM2Properties.cs
- TrustLevel.cs
- DisplayNameAttribute.cs
- ExpandSegment.cs
- InputLanguageProfileNotifySink.cs
- WebPartsPersonalizationAuthorization.cs
- EDesignUtil.cs
- RoleBoolean.cs
- CheckBox.cs
- DbException.cs
- OleDbConnectionFactory.cs
- ThreadExceptionEvent.cs
- InstanceDescriptor.cs
- ListViewSelectEventArgs.cs
- PermissionListSet.cs
- XamlFxTrace.cs
- Win32.cs
- ApplicationProxyInternal.cs
- ExpanderAutomationPeer.cs
- MethodBuilder.cs
- ZipIOCentralDirectoryFileHeader.cs
- TypeGeneratedEventArgs.cs
- SimplePropertyEntry.cs
- WebRequestModulesSection.cs
- FormViewInsertedEventArgs.cs
- sqlnorm.cs
- InternalSendMessage.cs
- TypeProvider.cs
- IDReferencePropertyAttribute.cs
- AtomServiceDocumentSerializer.cs
- EntityCommandDefinition.cs
- SafeLocalMemHandle.cs
- TextLineBreak.cs
- Thickness.cs
- Clause.cs
- HttpModuleAction.cs
- ListViewInsertionMark.cs
- ToolStripArrowRenderEventArgs.cs
- ObjectItemLoadingSessionData.cs
- DesignColumn.cs
- DbConnectionInternal.cs
- FixedLineResult.cs
- XmlnsDictionary.cs
- DataGridViewRowConverter.cs
- PhoneCallDesigner.cs
- SiteOfOriginPart.cs
- FontDriver.cs
- EntityCollection.cs
- ListDataBindEventArgs.cs
- Stack.cs
- Fonts.cs
- WindowsIdentity.cs
- SoapReflector.cs
- DataBoundControlAdapter.cs
- HtmlDocument.cs
- Graphics.cs
- FormViewUpdateEventArgs.cs
- WebPartDescription.cs
- BasePropertyDescriptor.cs
- RequiredAttributeAttribute.cs
- DocumentXPathNavigator.cs
- OleDbInfoMessageEvent.cs