Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Common / AuthoringOM / Design / Glyphs / PrimarySelectionGlyph.cs / 1305376 / PrimarySelectionGlyph.cs
namespace System.Workflow.ComponentModel.Design { using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; #region Glyphs #region Class PrimarySelectionGlyph internal sealed class PrimarySelectionGlyph : SelectionGlyph { private static PrimarySelectionGlyph defaultPrimarySelectionGlyph = null; internal static PrimarySelectionGlyph Default { get { if (defaultPrimarySelectionGlyph == null) defaultPrimarySelectionGlyph = new PrimarySelectionGlyph(); return defaultPrimarySelectionGlyph; } } public override bool IsPrimarySelection { get { return true; } } } #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
- ModulesEntry.cs
- UrlPath.cs
- ClientSideProviderDescription.cs
- ContentHostHelper.cs
- SHA384CryptoServiceProvider.cs
- TextElementEditingBehaviorAttribute.cs
- ConnectionStringsExpressionBuilder.cs
- IPipelineRuntime.cs
- FixedSOMPage.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- XpsStructure.cs
- MyContact.cs
- xmlglyphRunInfo.cs
- WebPartEditorCancelVerb.cs
- QueryConverter.cs
- IndexedGlyphRun.cs
- Overlapped.cs
- StickyNoteHelper.cs
- BuildDependencySet.cs
- Util.cs
- CodeIdentifiers.cs
- OleDbRowUpdatedEvent.cs
- OLEDB_Enum.cs
- UriTemplateDispatchFormatter.cs
- DrawingContextWalker.cs
- LinkedResourceCollection.cs
- documentsequencetextcontainer.cs
- EntityWrapper.cs
- COM2IPerPropertyBrowsingHandler.cs
- HttpWebResponse.cs
- PropertyGrid.cs
- TrackingProfileSerializer.cs
- PrinterSettings.cs
- DebugInfo.cs
- GridErrorDlg.cs
- InkCanvasSelection.cs
- Trace.cs
- HttpWrapper.cs
- UIPropertyMetadata.cs
- ConsumerConnectionPointCollection.cs
- StyleTypedPropertyAttribute.cs
- WebPartHelpVerb.cs
- PropertyChangedEventManager.cs
- FunctionImportMapping.cs
- StateManagedCollection.cs
- ObservableCollection.cs
- MethodCallConverter.cs
- AnimationTimeline.cs
- PathGradientBrush.cs
- MethodToken.cs
- XmlName.cs
- DataObjectAttribute.cs
- ServicePointManager.cs
- FamilyTypeface.cs
- LabelLiteral.cs
- datacache.cs
- ConfigurationSchemaErrors.cs
- ToolStripDropDownItem.cs
- WinEventHandler.cs
- WindowsGraphicsCacheManager.cs
- ImageMap.cs
- SqlRetyper.cs
- RefreshEventArgs.cs
- CodeTryCatchFinallyStatement.cs
- EndpointDiscoveryElement.cs
- CustomErrorsSection.cs
- ActivityCodeDomSerializer.cs
- EntityWithKeyStrategy.cs
- Content.cs
- BooleanSwitch.cs
- DesignerSerializationVisibilityAttribute.cs
- SpecularMaterial.cs
- ServerIdentity.cs
- MultiView.cs
- ExpressionTable.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- MissingSatelliteAssemblyException.cs
- HttpUnhandledOperationInvoker.cs
- FontNamesConverter.cs
- UriWriter.cs
- ResourceManagerWrapper.cs
- InternalsVisibleToAttribute.cs
- TextRangeProviderWrapper.cs
- ValidationContext.cs
- HashMembershipCondition.cs
- XmlSchemaExporter.cs
- DelegateHelpers.cs
- RenderTargetBitmap.cs
- StoreUtilities.cs
- DataGridRow.cs
- SQLGuid.cs
- GlyphInfoList.cs
- ProjectionCamera.cs
- ExternalException.cs
- ClaimComparer.cs
- IconHelper.cs
- UniqueIdentifierService.cs
- DropTarget.cs
- WebPermission.cs
- ProxyGenerator.cs