Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Common / AuthoringOM / Design / SecondaryViewProvider.cs / 1305376 / SecondaryViewProvider.cs
#pragma warning disable 1634, 1691
namespace System.Workflow.ComponentModel.Design
{
using System;
using System.IO;
using System.Drawing;
using System.CodeDom;
using System.Diagnostics;
using System.Collections;
using System.Collections.Generic;
using System.Windows.Forms;
using System.ComponentModel;
using System.Globalization;
using System.Drawing.Design;
using System.Drawing.Imaging;
using System.Drawing.Drawing2D;
using System.Windows.Forms.Design;
using System.ComponentModel.Design;
using System.Collections.Specialized;
using System.ComponentModel.Design.Serialization;
using System.Workflow.ComponentModel.Compiler;
using System.Workflow.ComponentModel.Serialization;
using System.Collections.ObjectModel;
using System.Reflection;
using System.Workflow.ComponentModel.Design;
using System.Runtime.Serialization.Formatters.Binary;
#region Class SecondaryViewProvider
internal static class SecondaryViewProvider
{
private const string EventHandlersRef = "System.Workflow.Activities.EventHandlersActivity, " + AssemblyRef.ActivitiesAssemblyRef;
private const string EventHandlingScopeRef = "System.Workflow.Activities.EventHandlingScopeActivity, " + AssemblyRef.ActivitiesAssemblyRef;
internal static ReadOnlyCollection GetViews(StructuredCompositeActivityDesigner designer)
{
Debug.Assert(designer.Activity != null);
if (designer.Activity == null)
throw new ArgumentException("Component can not be null!");
bool locked = !designer.IsEditable;
//Get all the possible view types
List
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CursorConverter.cs
- LifetimeManager.cs
- RemoveStoryboard.cs
- nulltextcontainer.cs
- DataMisalignedException.cs
- DataGridViewColumnEventArgs.cs
- DynamicDataRouteHandler.cs
- ControlValuePropertyAttribute.cs
- PropertyManager.cs
- ToolStripSeparator.cs
- Debugger.cs
- ConstructorBuilder.cs
- Metadata.cs
- DisposableCollectionWrapper.cs
- SQLBinaryStorage.cs
- CursorEditor.cs
- HtmlProps.cs
- LineMetrics.cs
- SqlProcedureAttribute.cs
- DbgUtil.cs
- ExecutionContext.cs
- TextBreakpoint.cs
- StackSpiller.cs
- WebPartConnectionsCancelEventArgs.cs
- DesignTimeParseData.cs
- OlePropertyStructs.cs
- RoleManagerSection.cs
- InternalBase.cs
- SqlAliasesReferenced.cs
- SmiEventStream.cs
- DataGridItemCollection.cs
- DbConnectionStringCommon.cs
- NetMsmqBindingElement.cs
- BitmapFrameDecode.cs
- PresentationSource.cs
- SafeBitVector32.cs
- FontDriver.cs
- ParseChildrenAsPropertiesAttribute.cs
- TextBoxBase.cs
- ProfileManager.cs
- XmlSchemaSimpleContent.cs
- RightsManagementInformation.cs
- Classification.cs
- OleDbSchemaGuid.cs
- InputLanguageProfileNotifySink.cs
- InvalidAsynchronousStateException.cs
- InputGestureCollection.cs
- NCryptSafeHandles.cs
- XmlSchemaAll.cs
- ReceiveErrorHandling.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- AutomationElementCollection.cs
- SqlDataSourceCommandEventArgs.cs
- PrintControllerWithStatusDialog.cs
- Double.cs
- ContainerParaClient.cs
- Enum.cs
- SchemaCollectionCompiler.cs
- EntityUtil.cs
- RightNameExpirationInfoPair.cs
- DesignTimeParseData.cs
- StoreItemCollection.Loader.cs
- StateDesigner.TransitionInfo.cs
- DataGridViewCellStyle.cs
- ToolStripHighContrastRenderer.cs
- PeerNameRegistration.cs
- SinglePageViewer.cs
- RuleSettingsCollection.cs
- MulticastOption.cs
- WebSysDisplayNameAttribute.cs
- HttpAsyncResult.cs
- GridViewEditEventArgs.cs
- StringArrayConverter.cs
- AudioFormatConverter.cs
- PreservationFileReader.cs
- StylusPoint.cs
- TreeViewItem.cs
- StateManagedCollection.cs
- VisualBasicSettingsHandler.cs
- Module.cs
- HtmlElement.cs
- BitmapData.cs
- DataObjectPastingEventArgs.cs
- RuntimeVariablesExpression.cs
- SortExpressionBuilder.cs
- TdsParserHelperClasses.cs
- BaseProcessor.cs
- assemblycache.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- UICuesEvent.cs
- StreamWithDictionary.cs
- MediaSystem.cs
- AffineTransform3D.cs
- Symbol.cs
- EmptyElement.cs
- InputProviderSite.cs
- Guid.cs
- PreservationFileReader.cs
- MultiAsyncResult.cs
- ThreadPool.cs