Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Common / AuthoringOM / Design / Glyphs / ConnectorSelectionGlyph.cs / 1305376 / ConnectorSelectionGlyph.cs
namespace System.Workflow.ComponentModel.Design
{
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Windows.Forms;
#region Glyphs
#region Class ConnectorSelectionGlyph
//
internal abstract class ConnectorSelectionGlyph : SelectionGlyph
{
protected int connectorIndex = 0;
protected bool isPrimarySelectionGlyph = true;
public ConnectorSelectionGlyph(int connectorIndex, bool isPrimarySelectionGlyph)
{
this.connectorIndex = connectorIndex;
this.isPrimarySelectionGlyph = isPrimarySelectionGlyph;
}
}
#endregion
#endregion
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
namespace System.Workflow.ComponentModel.Design
{
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Windows.Forms;
#region Glyphs
#region Class ConnectorSelectionGlyph
//
internal abstract class ConnectorSelectionGlyph : SelectionGlyph
{
protected int connectorIndex = 0;
protected bool isPrimarySelectionGlyph = true;
public ConnectorSelectionGlyph(int connectorIndex, bool isPrimarySelectionGlyph)
{
this.connectorIndex = connectorIndex;
this.isPrimarySelectionGlyph = isPrimarySelectionGlyph;
}
}
#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
- BuildProvider.cs
- _NetworkingPerfCounters.cs
- WebHttpSecurity.cs
- FloatAverageAggregationOperator.cs
- VisualStyleTypesAndProperties.cs
- BinaryWriter.cs
- StyleCollection.cs
- BitmapEffect.cs
- XmlMemberMapping.cs
- XPathNodeInfoAtom.cs
- IconHelper.cs
- MaskedTextBoxTextEditor.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- QuotedPairReader.cs
- VectorCollectionConverter.cs
- Column.cs
- BitmapEffectDrawingContextWalker.cs
- ViewPort3D.cs
- GridToolTip.cs
- TextContainerChangedEventArgs.cs
- TypeInfo.cs
- DES.cs
- HtmlEncodedRawTextWriter.cs
- ServiceHostingEnvironment.cs
- FigureParagraph.cs
- LoadWorkflowAsyncResult.cs
- RegistrySecurity.cs
- FixedPosition.cs
- updateconfighost.cs
- Lease.cs
- HttpHandlerActionCollection.cs
- PropertyCollection.cs
- BatchWriter.cs
- FormsAuthentication.cs
- SplitterPanel.cs
- ReflectEventDescriptor.cs
- VBIdentifierTrimConverter.cs
- AxHost.cs
- DomNameTable.cs
- BinaryNode.cs
- TrustManagerMoreInformation.cs
- OptimizerPatterns.cs
- XmlArrayItemAttributes.cs
- DocumentXPathNavigator.cs
- XmlDictionaryString.cs
- TraceSection.cs
- EdmItemCollection.cs
- DataTableCollection.cs
- RuntimeConfigLKG.cs
- KnownTypesProvider.cs
- PublishLicense.cs
- ContextMarshalException.cs
- TimeSpanConverter.cs
- PropertyInfoSet.cs
- BitSet.cs
- LinkTarget.cs
- DateTimeStorage.cs
- VectorCollectionValueSerializer.cs
- SqlConnectionStringBuilder.cs
- ScriptResourceHandler.cs
- TypeUnloadedException.cs
- _SslSessionsCache.cs
- AsyncCompletedEventArgs.cs
- OracleDataAdapter.cs
- webbrowsersite.cs
- RoleGroupCollection.cs
- QilLoop.cs
- WorkflowOperationBehavior.cs
- RoleServiceManager.cs
- ReadOnlyAttribute.cs
- RawStylusInputCustomData.cs
- CubicEase.cs
- GPRECTF.cs
- SmiMetaDataProperty.cs
- TextInfo.cs
- UnsafeNativeMethods.cs
- WebPartCollection.cs
- WebSysDisplayNameAttribute.cs
- ServiceModelTimeSpanValidator.cs
- BevelBitmapEffect.cs
- ComponentResourceManager.cs
- DocumentAutomationPeer.cs
- InlineObject.cs
- XPathNodeInfoAtom.cs
- SimpleWebHandlerParser.cs
- TextPatternIdentifiers.cs
- XPathItem.cs
- URLIdentityPermission.cs
- SchemaImporter.cs
- HitTestWithPointDrawingContextWalker.cs
- InlineObject.cs
- TraceUtility.cs
- WeakReferenceKey.cs
- SendMessageContent.cs
- DnsCache.cs
- DoubleAnimationUsingKeyFrames.cs
- ActivityLocationReferenceEnvironment.cs
- MessageVersionConverter.cs
- FixedSOMPageElement.cs
- SecurityHelper.cs