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
- String.cs
- TrackingMemoryStreamFactory.cs
- dataprotectionpermission.cs
- ConsoleKeyInfo.cs
- XAMLParseException.cs
- PtsContext.cs
- ComponentManagerBroker.cs
- XmlWrappingReader.cs
- UndoManager.cs
- ExpressionValueEditor.cs
- _ChunkParse.cs
- DebugHandleTracker.cs
- PropertyToken.cs
- HitTestResult.cs
- StringWriter.cs
- AttachmentCollection.cs
- MediaContextNotificationWindow.cs
- EdmScalarPropertyAttribute.cs
- coordinatorfactory.cs
- BitmapEffectInputData.cs
- TrackingProfileCache.cs
- XmlIgnoreAttribute.cs
- ContextMenu.cs
- HorizontalAlignConverter.cs
- SqlDataSourceFilteringEventArgs.cs
- URL.cs
- DrawingAttributesDefaultValueFactory.cs
- NavigationEventArgs.cs
- ComponentDispatcher.cs
- MimeFormReflector.cs
- Matrix3DValueSerializer.cs
- LabelDesigner.cs
- SafeNativeMethodsOther.cs
- DecoderFallbackWithFailureFlag.cs
- StreamGeometry.cs
- StatusStrip.cs
- DataConnectionHelper.cs
- XmlQueryOutput.cs
- XmlEntityReference.cs
- OleDbPropertySetGuid.cs
- KeyPullup.cs
- TraceContextRecord.cs
- DetailsViewUpdateEventArgs.cs
- WebConfigurationHostFileChange.cs
- QuarticEase.cs
- DummyDataSource.cs
- ItemList.cs
- _ProxyChain.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- ListViewDataItem.cs
- DesignBindingValueUIHandler.cs
- ObjectStateFormatter.cs
- Policy.cs
- KeyValuePair.cs
- EncodingTable.cs
- SmtpReplyReaderFactory.cs
- AutomationElementCollection.cs
- SoapClientMessage.cs
- ScopelessEnumAttribute.cs
- RichTextBox.cs
- StringComparer.cs
- UntrustedRecipientException.cs
- AttributeUsageAttribute.cs
- BinaryFormatterSinks.cs
- SerializerProvider.cs
- SecurityCriticalDataForSet.cs
- ComplusTypeValidator.cs
- DurableInstance.cs
- DetailsViewUpdatedEventArgs.cs
- DBSchemaRow.cs
- ConfigXmlAttribute.cs
- PreviewPrintController.cs
- XamlTemplateSerializer.cs
- SchemaEntity.cs
- ServiceConfigurationTraceRecord.cs
- ExtractCollection.cs
- HexParser.cs
- BackStopAuthenticationModule.cs
- OneToOneMappingSerializer.cs
- BinaryMessageFormatter.cs
- BulletedList.cs
- XmlNamespaceMappingCollection.cs
- SecurityException.cs
- IsolationInterop.cs
- FontCollection.cs
- VisualBrush.cs
- TypedRowGenerator.cs
- OLEDB_Enum.cs
- CompareValidator.cs
- CodeEntryPointMethod.cs
- XmlEncodedRawTextWriter.cs
- SqlInternalConnection.cs
- XamlFrame.cs
- CellTreeNode.cs
- VariableReference.cs
- MouseGestureValueSerializer.cs
- FormCollection.cs
- WebRequestModulesSection.cs
- SerializableAttribute.cs
- _SafeNetHandles.cs