Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Common / AuthoringOM / Design / Glyphs / NonPrimarySelectionGlyph.cs / 1305376 / NonPrimarySelectionGlyph.cs
namespace System.Workflow.ComponentModel.Design
{
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Windows.Forms;
#region Glyphs
#region Class NonPrimarySelectionGlyph
internal sealed class NonPrimarySelectionGlyph : SelectionGlyph
{
private static NonPrimarySelectionGlyph defaultNonPrimarySelectionGlyph = null;
internal static NonPrimarySelectionGlyph Default
{
get
{
if (defaultNonPrimarySelectionGlyph == null)
defaultNonPrimarySelectionGlyph = new NonPrimarySelectionGlyph();
return defaultNonPrimarySelectionGlyph;
}
}
public override bool IsPrimarySelection
{
get
{
return false;
}
}
}
#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
- ResourceAttributes.cs
- CornerRadiusConverter.cs
- SqlDependencyUtils.cs
- SynthesizerStateChangedEventArgs.cs
- NavigatorInput.cs
- COM2IDispatchConverter.cs
- XamlToRtfParser.cs
- CreateUserErrorEventArgs.cs
- InputScopeConverter.cs
- HttpCookiesSection.cs
- UpdateProgress.cs
- OpCodes.cs
- PrimitiveDataContract.cs
- TrustManagerMoreInformation.cs
- TextTreePropertyUndoUnit.cs
- ExtractedStateEntry.cs
- NetMsmqSecurity.cs
- ChangesetResponse.cs
- EffectiveValueEntry.cs
- WorkflowService.cs
- Substitution.cs
- Floater.cs
- ConfigXmlDocument.cs
- EqualityComparer.cs
- XmlAnyAttributeAttribute.cs
- Operators.cs
- XmlDigitalSignatureProcessor.cs
- ToolBar.cs
- XmlException.cs
- ToolStripLocationCancelEventArgs.cs
- IteratorDescriptor.cs
- GridViewDeletedEventArgs.cs
- GeneralTransform3DGroup.cs
- ZipArchive.cs
- AsyncOperationManager.cs
- SoapReflectionImporter.cs
- ServiceProviders.cs
- HttpCachePolicy.cs
- IncomingWebResponseContext.cs
- AdCreatedEventArgs.cs
- ReturnType.cs
- TextBoxView.cs
- UriTemplateTableMatchCandidate.cs
- NodeLabelEditEvent.cs
- EnumerableCollectionView.cs
- ViewCellSlot.cs
- UrlMappingCollection.cs
- MailMessage.cs
- DataObject.cs
- ComAdminInterfaces.cs
- RtfFormatStack.cs
- GreaterThan.cs
- _HelperAsyncResults.cs
- XamlBuildTaskServices.cs
- ExpanderAutomationPeer.cs
- MonikerSyntaxException.cs
- DesignerVerb.cs
- RelationshipEndCollection.cs
- ListViewDeletedEventArgs.cs
- _LazyAsyncResult.cs
- MetadataException.cs
- AuthenticationServiceManager.cs
- Process.cs
- DetailsViewRow.cs
- ServiceModelActivationSectionGroup.cs
- DesignerVerbCollection.cs
- Light.cs
- Configuration.cs
- GatewayDefinition.cs
- ControlCollection.cs
- Style.cs
- ReferenceSchema.cs
- SqlProviderUtilities.cs
- DbParameterHelper.cs
- TerminatorSinks.cs
- Identity.cs
- Separator.cs
- MenuBase.cs
- ProvidePropertyAttribute.cs
- Stroke.cs
- ScopelessEnumAttribute.cs
- IncrementalReadDecoders.cs
- Fonts.cs
- BaseInfoTable.cs
- Helpers.cs
- WebRequestModuleElement.cs
- ObjectItemCollection.cs
- FunctionQuery.cs
- ToolStripTextBox.cs
- WindowsNonControl.cs
- ActivityExecutorSurrogate.cs
- BindingList.cs
- Identifier.cs
- EntityDataSourceUtil.cs
- EventPrivateKey.cs
- SafeRegistryHandle.cs
- PropertyMetadata.cs
- DateTimeSerializationSection.cs
- EventLogPermissionAttribute.cs
- SelectedDatesCollection.cs