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
- TemplatePropertyEntry.cs
- AsyncSerializedWorker.cs
- DataViewListener.cs
- RenamedEventArgs.cs
- ToolZone.cs
- DateTimeSerializationSection.cs
- XmlUrlResolver.cs
- InlineCategoriesDocument.cs
- UniqueEventHelper.cs
- ConcurrentBag.cs
- WeakEventTable.cs
- SqlAliasesReferenced.cs
- CssTextWriter.cs
- SqlLiftWhereClauses.cs
- dataobject.cs
- TemplateControl.cs
- InternalBufferOverflowException.cs
- PropertyIdentifier.cs
- followingquery.cs
- TrustLevelCollection.cs
- OneWayBindingElement.cs
- DataServiceEntityAttribute.cs
- XmlLangPropertyAttribute.cs
- CodeNamespaceImport.cs
- DocumentSequenceHighlightLayer.cs
- ObjectQueryExecutionPlan.cs
- WebBrowser.cs
- InputLanguageManager.cs
- ClientOptions.cs
- XmlDigitalSignatureProcessor.cs
- DeclarativeCatalogPartDesigner.cs
- GetChildSubtree.cs
- ScopeCollection.cs
- SoapIncludeAttribute.cs
- TextLine.cs
- ShapingEngine.cs
- ExceptionHandler.cs
- EpmSourcePathSegment.cs
- Evidence.cs
- GenericPrincipal.cs
- odbcmetadatacolumnnames.cs
- CallId.cs
- DBConnection.cs
- FontFamilyConverter.cs
- NativeMethods.cs
- DataGridRelationshipRow.cs
- HMACSHA384.cs
- GlyphRun.cs
- EntryWrittenEventArgs.cs
- SecurityTokenTypes.cs
- Type.cs
- _ScatterGatherBuffers.cs
- basevalidator.cs
- SecurityStandardsManager.cs
- SourceFileInfo.cs
- PageRequestManager.cs
- Atom10FormatterFactory.cs
- KerberosTokenFactoryCredential.cs
- WebPartEditorCancelVerb.cs
- BindingManagerDataErrorEventArgs.cs
- DbConnectionPoolGroupProviderInfo.cs
- IconBitmapDecoder.cs
- Journal.cs
- DataBindingHandlerAttribute.cs
- EntityDataSourceQueryBuilder.cs
- MSAANativeProvider.cs
- ConfigurationException.cs
- ColumnClickEvent.cs
- RijndaelManaged.cs
- CookielessHelper.cs
- BindingList.cs
- MsmqChannelListenerBase.cs
- ItemDragEvent.cs
- ProfileSection.cs
- StylusPointPropertyInfo.cs
- filewebresponse.cs
- URL.cs
- AuthStoreRoleProvider.cs
- Vector3D.cs
- TextPointerBase.cs
- RoleGroup.cs
- DrawListViewItemEventArgs.cs
- StreamReader.cs
- QilUnary.cs
- XslNumber.cs
- MinimizableAttributeTypeConverter.cs
- InvokeMemberBinder.cs
- AnnotationStore.cs
- WinInetCache.cs
- NonDualMessageSecurityOverHttpElement.cs
- FixedPageStructure.cs
- UnsafeNativeMethods.cs
- DeclarativeExpressionConditionDeclaration.cs
- DrawingAttributes.cs
- ChtmlLinkAdapter.cs
- SystemIPGlobalProperties.cs
- CompareValidator.cs
- odbcmetadatafactory.cs
- Properties.cs
- PointHitTestParameters.cs